aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-28cifs: remove set but not used variable 'sep'YueHaibing1-3/+0
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara6-84/+113
2018-12-28cifs: check kzalloc returnJoe Perches1-14/+20
2018-12-28cifs: remove set but not used variable 'server'YueHaibing1-7/+1
2018-12-28cifs: Use kzfree() to free passwordDan Carpenter1-1/+1
2018-12-28cifs: Fix to use kmem_cache_free() instead of kfree()Wei Yongjun1-2/+2
2018-12-28cifs: update for current_kernel_time64() removalStephen Rothwell1-2/+4
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara7-2/+1484
2018-12-27Merge tag 'locks-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-2/+2
2018-12-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara2-0/+3
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel3-25/+35
2018-12-23cifs: Make devname param optional in cifs_compose_mount_options()Paulo Alcantara1-9/+12
2018-12-23cifs: Skip any trailing backslashes from UNCPaulo Alcantara1-1/+6
2018-12-23cifs: Refactor out cifs_mount()Paulo Alcantara2-183/+262
2018-12-23CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin1-2/+2
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li1-1/+7
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li1-1/+3
2018-12-23cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg1-1/+8
2018-12-23cifs: remove coverity warning in calc_lanman_hashRonnie Sahlberg1-3/+8
2018-12-23cifs: remove set but not used variable 'smb_buf'YueHaibing1-2/+0
2018-12-23cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva2-2/+2
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg4-79/+49
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza2-0/+2
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg1-26/+56
2018-12-23cifs: address trivial coverity warningSteve French1-1/+1
2018-12-23cifs: smb2 commands can not be negative, remove confusing checkSteve French1-3/+5
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg1-18/+70
2018-12-23cifs: clean up indentation, replace spaces with tabColin Ian King1-1/+1
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg3-17/+25
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+1
2018-12-07fs/locks: merge posix_unblock_lock() and locks_delete_block()NeilBrown1-1/+1
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSLong Li1-25/+6
2018-12-06cifs: Fix separator when building path from dentryPaulo Alcantara1-1/+1
2018-12-06cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French1-1/+1
2018-11-30fs/locks: rename some lists and pointers.NeilBrown1-1/+1
2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchSteve French1-6/+11
2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King1-2/+5
2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li1-6/+4
2018-11-02CIFS: Add support for direct I/O writeLong Li2-41/+164
2018-11-02CIFS: Add support for direct I/O readLong Li3-39/+192
2018-11-02smb3: missing defines and structs for reparse point handlingSteve French2-0/+38
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French4-0/+65
2018-11-02smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4
2018-11-02smb3: add trace point for tree connectionSteve French2-1/+44
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King2-3/+3
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg1-5/+6
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+14
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-17/+24
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong1-3/+3
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong1-9/+13