summaryrefslogtreecommitdiff
path: root/fs/cifs
AgeCommit message (Expand)Author
2018-12-28cifs: update for current_kernel_time64() removalStephen Rothwell
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara
2018-12-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara
2018-12-23cifs: auto disable 'serverino' in dfs mountsAurelien Aptel
2018-12-23cifs: Make devname param optional in cifs_compose_mount_options()Paulo Alcantara
2018-12-23cifs: Skip any trailing backslashes from UNCPaulo Alcantara
2018-12-23cifs: Refactor out cifs_mount()Paulo Alcantara
2018-12-23CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin
2018-12-23CIFS: return correct errors when pinning memory failed for direct I/OLong Li
2018-12-23CIFS: use the correct length when pinning memory for direct I/O for writeLong Li
2018-12-23cifs: check ntwrk_buf_start for NULL before dereferencing itRonnie Sahlberg
2018-12-23cifs: remove coverity warning in calc_lanman_hashRonnie Sahlberg
2018-12-23cifs: remove set but not used variable 'smb_buf'YueHaibing
2018-12-23cifs: suppress some implicit-fallthrough warningsGustavo A. R. Silva
2018-12-23cifs: change smb2_query_eas to use the compound query-info helperRonnie Sahlberg
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza
2018-12-23cifs: create a helper function for compound query_infoRonnie Sahlberg
2018-12-23cifs: address trivial coverity warningSteve French
2018-12-23cifs: smb2 commands can not be negative, remove confusing checkSteve French
2018-12-23cifs: use a compound for setting an xattrRonnie Sahlberg
2018-12-23cifs: clean up indentation, replace spaces with tabColin Ian King
2018-12-19smb3: Fix rmdir compounding regression to strict serversRonnie Sahlberg
2018-12-07CIFS: Avoid returning EBUSY to upper layer VFSLong Li
2018-12-06cifs: Fix separator when building path from dentryPaulo Alcantara
2018-12-06cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French
2018-11-02cifs: fix signed/unsigned mismatch on aio_read patchSteve French
2018-11-02cifs: don't dereference smb_file_target before null checkColin Ian King
2018-11-02CIFS: Add direct I/O functions to file_operationsLong Li
2018-11-02CIFS: Add support for direct I/O writeLong Li
2018-11-02CIFS: Add support for direct I/O readLong Li
2018-11-02smb3: missing defines and structs for reparse point handlingSteve French
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French
2018-11-02smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French
2018-11-02smb3: add trace point for tree connectionSteve French
2018-11-02cifs: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-11-02cifs: fix return value for cifs_listxattrRonnie Sahlberg
2018-11-02Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong
2018-10-24cifs: update internal module version number for cifs.ko to 2.14Steve French
2018-10-24smb3: add debug for unexpected mid cancellationSteve French
2018-10-24cifs: allow calling SMB2_xxx_free(NULL)Ronnie Sahlberg
2018-10-23smb3 - clean up debug output displaying network interfacesSteve French
2018-10-23smb3: show number of current open files in /proc/fs/cifs/StatsSteve French
2018-10-23cifs: add support for ioctl on directoriesRonnie Sahlberg
2018-10-23cifs: fallback to older infolevels on findfirst queryinfo retrySteve French
2018-10-23smb3: do not attempt cifs operation in smb3 query info error pathSteve French
2018-10-23smb3: send backup intent on compounded query infoSteve French
2018-10-23cifs: track writepages in vfs operation countersSteve French