summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-23smb3: track the instance of each session for debuggingSteve French
2018-10-23smb3: minor missing defines relating to reparse pointsSteve French
2018-10-23smb3: add way to control slow response threshold for logging and statsSteve French
2018-10-23cifs: minor updates to module description for cifs.koSteve French
2018-10-23cifs: protect against server returning invalid file system block sizeSteve French
2018-10-23smb3: allow stats which track session and share reconnects to be resetSteve French
2018-10-23SMB3: Backup intent flag missing from compounded opsSteve French
2018-10-23cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg
2018-10-23cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg
2018-10-23cifs: make rmdir() use compoundingRonnie Sahlberg
2018-10-23cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg
2018-10-23cifs: change unlink to use a compoundRonnie Sahlberg
2018-10-23cifs: change mkdir to use a compoundRonnie Sahlberg
2018-10-23cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg
2018-10-23cifs: fix a credits leak for compund commandsRonnie Sahlberg
2018-10-23smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Steve French
2018-10-23cifs: remove set but not used variable 'cifs_sb'YueHaibing
2018-10-23cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...YueHaibing
2018-10-23smb3: do not display confusing message on mount to Azure serversSteve French
2018-10-23scsi: mvsas: Remove set but not used variable 'id'YueHaibing
2018-10-23scsi: qla2xxx: Remove two arguments from qlafx00_error_entry()Bart Van Assche
2018-10-23scsi: qla2xxx: Make sure that qlafx00_ioctl_iosb_entry() initializes 'res'Bart Van Assche
2018-10-23scsi: qla2xxx: Remove a set-but-not-used variableBart Van Assche
2018-10-23scsi: qla2xxx: Make qla2x00_sysfs_write_nvram() easier to analyzeBart Van Assche
2018-10-23scsi: qla2xxx: Declare local functions 'static'Bart Van Assche
2018-10-23scsi: qla2xxx: Improve several kernel-doc headersBart Van Assche
2018-10-23scsi: qla2xxx: Modify fall-through annotationsBart Van Assche
2018-10-23scsi: 3w-sas: 3w-9xxx: Use unsigned char for cdbNathan Chancellor
2018-10-23scsi: mvsas: Use dma_pool_zallocSabyasachi Gupta
2018-10-23scsi: target: Don't request modules that aren't even builtRoland Dreier
2018-10-23scsi: target: Set response length for REPORT TARGET PORT GROUPSRoland Dreier
2018-10-24afs: Probe multiple fileservers simultaneouslyDavid Howells
2018-10-24afs: Fix callback handlingDavid Howells
2018-10-24afs: Eliminate the address pointer from the address list cursorDavid Howells
2018-10-24afs: Allow dumping of server cursor on operation failureDavid Howells
2018-10-24afs: Implement YFS support in the fs clientDavid Howells
2018-10-24afs: Expand data structure fields to support YFSDavid Howells
2018-10-24afs: Get the target vnode in afs_rmdir() and get a callback on itDavid Howells
2018-10-24afs: Calc callback expiry in op reply deliveryDavid Howells
2018-10-24afs: Fix FS.FetchStatus delivery from updating wrong vnodeDavid Howells
2018-10-24afs: Implement the YFS cache manager serviceDavid Howells
2018-10-24afs: Remove callback details from afs_callback_break structDavid Howells
2018-10-24afs: Commit the status on a new file/dir/symlinkDavid Howells
2018-10-24afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFSDavid Howells
2018-10-24afs: Don't invoke the server to read data beyond EOFDavid Howells
2018-10-24afs: Add a couple of tracepoints to log I/O errorsDavid Howells
2018-10-24afs: Handle EIO from delivery functionDavid Howells