summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2018-10-23smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg
2018-10-23cifs: minor clarification in commentsSteve French
2018-10-23CIFS: Print message when attempting a mountRodrigo Freire
2018-10-23CIFS: Adds information-level logging functionRodrigo Freire
2018-10-23cifs: OFD locks do not conflict with eachothersRonnie Sahlberg
2018-10-23CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li
2018-10-23CIFS: pass page offsets on SMB1 read/writeLong Li
2018-10-23fs/cifs: fix uninitialised variable warningsGarry McNulty
2018-10-23smb3: add tracepoint for sending lease break responses to serverSteve French
2018-10-23cifs: do not return atime less than mtimeSteve French
2018-10-23smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French
2018-10-23smb3: Add debug message later in smb2/smb3 reconnect pathSteve French
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel
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-23NFS: change sign of nfs_fh lengthFrank Sorenson
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-10-22f2fs: fix to keep project quota consistentChao Yu
2018-10-22f2fs: guarantee journalled quota data by checkpointChao Yu
2018-10-22f2fs: cleanup dirty pages if recover failedSheng Yong
2018-10-22f2fs: fix data corruption issue with hardware encryptionSahitya Tummala
2018-10-22f2fs: fix to recover inode->i_flags of inode block during PORChao Yu
2018-10-22f2fs: spread f2fs_set_inode_flags()Chao Yu
2018-10-22f2fs: fix to spread clear_cold_data()Chao Yu
2018-10-22Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-10-22f2fs: account read IOs and use IO counts for is_idleJaegeuk Kim
2018-10-22f2fs: fix to account IO correctly for cgroup writebackChao Yu
2018-10-22f2fs: fix to account IO correctlyChao Yu