aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)AuthorFilesLines
2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchGravatar Steve French 1-6/+11
2018-11-02cifs: don't dereference smb_file_target before null checkGravatar Colin Ian King 1-2/+5
2018-11-02CIFS: Add direct I/O functions to file_operationsGravatar Long Li 1-6/+4
2018-11-02CIFS: Add support for direct I/O writeGravatar Long Li 2-41/+164
2018-11-02CIFS: Add support for direct I/O readGravatar Long Li 3-39/+192
2018-11-02smb3: missing defines and structs for reparse point handlingGravatar Steve French 2-0/+38
2018-11-02smb3: allow more detailed protocol info on open files for debuggingGravatar Steve French 4-0/+65
2018-11-02smb3: on kerberos mount if server doesn't specify auth type use krb5Gravatar Steve French 1-2/+4
2018-11-02smb3: add trace point for tree connectionGravatar Steve French 2-1/+44
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESGravatar Colin Ian King 2-3/+3
2018-11-02cifs: fix return value for cifs_listxattrGravatar Ronnie Sahlberg 1-5/+6
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+14
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 6-17/+24
2018-10-30vfs: make remap_file_range functions take and return bytes completedGravatar Darrick J. Wong 1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeGravatar Darrick J. Wong 1-9/+13
2018-10-24cifs: update internal module version number for cifs.ko to 2.14Gravatar Steve French 1-1/+1
2018-10-24smb3: add debug for unexpected mid cancellationGravatar Steve French 1-2/+2
2018-10-24cifs: allow calling SMB2_xxx_free(NULL)Gravatar Ronnie Sahlberg 1-7/+12
2018-10-23smb3 - clean up debug output displaying network interfacesGravatar Steve French 1-2/+2
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsGravatar Steve French 5-1/+13
2018-10-23cifs: add support for ioctl on directoriesGravatar Ronnie Sahlberg 3-30/+102
2018-10-23cifs: fallback to older infolevels on findfirst queryinfo retryGravatar Steve French 1-30/+37
2018-10-23smb3: do not attempt cifs operation in smb3 query info error pathGravatar Steve French 1-1/+9
2018-10-23smb3: send backup intent on compounded query infoGravatar Steve French 1-2/+7
2018-10-23cifs: track writepages in vfs operation countersGravatar Steve French 1-1/+10
2018-10-23smb2: fix uninitialized variable bug in smb2_ioctl_query_infoGravatar Gustavo A. R. Silva 1-1/+1
2018-10-23cifs: add IOCTL for QUERY_INFO passthrough to userspaceGravatar Ronnie Sahlberg 7-11/+134
2018-10-23cifs: minor clarification in commentsGravatar Steve French 2-2/+16
2018-10-23CIFS: Print message when attempting a mountGravatar Rodrigo Freire 2-2/+7
2018-10-23CIFS: Adds information-level logging functionGravatar Rodrigo Freire 1-0/+16
2018-10-23cifs: OFD locks do not conflict with eachothersGravatar Ronnie Sahlberg 3-15/+25
2018-10-23CIFS: SMBD: Do not call ib_dereg_mr on invalidated memory registrationGravatar Long Li 1-19/+19
2018-10-23CIFS: pass page offsets on SMB1 read/writeGravatar Long Li 1-0/+2
2018-10-23fs/cifs: fix uninitialised variable warningsGravatar Garry McNulty 1-3/+3
2018-10-23smb3: add tracepoint for sending lease break responses to serverGravatar Steve French 2-1/+88
2018-10-23cifs: do not return atime less than mtimeGravatar Steve French 3-3/+12
2018-10-23smb3: update default requested iosize to 4MB from 1MB for recent dialectsGravatar Steve French 2-4/+55
2018-10-23smb3: Add debug message later in smb2/smb3 reconnect pathGravatar Steve French 2-1/+4
2018-10-23CIFS: make 'nodfs' mount opt a superblock flagGravatar Aurelien Aptel 4-5/+14
2018-10-23smb3: track the instance of each session for debuggingGravatar Steve French 4-4/+10
2018-10-23smb3: minor missing defines relating to reparse pointsGravatar Steve French 1-1/+3
2018-10-23smb3: add way to control slow response threshold for logging and statsGravatar Steve French 3-3/+26
2018-10-23cifs: minor updates to module description for cifs.koGravatar Steve French 1-3/+3
2018-10-23cifs: protect against server returning invalid file system block sizeGravatar Steve French 1-0/+21
2018-10-23smb3: allow stats which track session and share reconnects to be resetGravatar Steve French 1-0/+3
2018-10-23SMB3: Backup intent flag missing from compounded opsGravatar Steve French 1-0/+2
2018-10-23cifs: create a define for the max number of iov we need for a SMB2 set_infoGravatar Ronnie Sahlberg 2-1/+10
2018-10-23cifs: change SMB2_OP_RENAME and SMB2_OP_HARDLINK to use compoundingGravatar Ronnie Sahlberg 4-142/+60
2018-10-23cifs: remove the is_falloc argument to SMB2_set_eofGravatar Ronnie Sahlberg 3-9/+4
2018-10-23cifs: change SMB2_OP_SET_INFO to use compoundingGravatar Ronnie Sahlberg 3-26/+23