summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-24cifs: add support for ioctl on directoriesRonnie Sahlberg3-30/+102
2018-10-24cifs: fallback to older infolevels on findfirst queryinfo retrySteve French1-30/+37
2018-10-24smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-10-24smb3: send backup intent on compounded query infoSteve French1-2/+7
2018-10-24cifs: track writepages in vfs operation countersSteve French1-1/+10
2018-10-24smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGustavo A. R. Silva1-1/+1
2018-10-24cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg7-11/+134
2018-10-24cifs: minor clarification in commentsSteve French2-2/+16
2018-10-24CIFS: Print message when attempting a mountRodrigo Freire2-2/+7
2018-10-24CIFS: Adds information-level logging functionRodrigo Freire1-0/+16
2018-10-24cifs: OFD locks do not conflict with eachothersRonnie Sahlberg3-15/+25
2018-10-24CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationLong Li1-19/+19
2018-10-24CIFS: pass page offsets on SMB1 read/writeLong Li1-0/+2
2018-10-24fs/cifs: fix uninitialised variable warningsGarry McNulty1-3/+3
2018-10-24smb3: add tracepoint for sending lease break responses to serverSteve French2-1/+88
2018-10-24cifs: do not return atime less than mtimeSteve French3-3/+12
2018-10-24smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French2-4/+55
2018-10-24smb3: Add debug message later in smb2/smb3 reconnect pathSteve French2-1/+4
2018-10-24CIFS: make 'nodfs' mount opt a superblock flagAurelien Aptel4-5/+14
2018-10-24smb3: track the instance of each session for debuggingSteve French4-4/+10
2018-10-24smb3: minor missing defines relating to reparse pointsSteve French1-1/+3
2018-10-24smb3: add way to control slow response threshold for logging and statsSteve French3-3/+26
2018-10-24cifs: minor updates to module description for cifs.koSteve French1-3/+3
2018-10-24cifs: protect against server returning invalid file system block sizeSteve French1-0/+21
2018-10-24smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2018-10-24SMB3: Backup intent flag missing from compounded opsSteve French1-0/+2
2018-10-24cifs: create a define for the max number of iov we need for a SMB2 set_infoRonnie Sahlberg2-1/+10
2018-10-24cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingRonnie Sahlberg4-142/+60
2018-10-24cifs: remove the is_falloc argument to SMB2_set_eofRonnie Sahlberg3-9/+4
2018-10-24cifs: change SMB2_OP_SET_INFO to use compoundingRonnie Sahlberg3-26/+23
2018-10-24cifs: change SMB2_OP_SET_EOF to use compoundingRonnie Sahlberg1-8/+20
2018-10-24cifs: make rmdir() use compoundingRonnie Sahlberg3-31/+35
2018-10-24cifs: create helpers for SMB2_set_info_init/free()Ronnie Sahlberg3-40/+68
2018-10-24cifs: change unlink to use a compoundRonnie Sahlberg1-5/+6
2018-10-24cifs: change mkdir to use a compoundRonnie Sahlberg1-9/+13
2018-10-24cifs: add a smb2_compound_op and change QUERY_INFO to use itRonnie Sahlberg4-22/+136
2018-10-24cifs: fix a credits leak for compund commandsRonnie Sahlberg1-20/+37
2018-10-24smb3: add tracepoint to catch cases where credit refund of failed op overlaps...Steve French2-0/+36
2018-10-24cifs: remove set but not used variable 'cifs_sb'YueHaibing1-2/+0
2018-10-24cifs: Use kmemdup rather than duplicating its implementation in smb311_posix_...YueHaibing1-2/+2
2018-10-24smb3: do not display confusing message on mount to Azure serversSteve French1-1/+1
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+28
2018-10-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds1-3/+1
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+6
2018-10-19Merge tag 'nand/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon5-84/+37
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen1-3/+7
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells3-23/+5
2018-10-18cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-10-16jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1