aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-23cifs: Optimize readdir on reparse pointsPaulo Alcantara (SUSE)1-0/+1
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky1-1/+1
2019-12-04cifs: Fix lookup of SMB connections on multichannelPaulo Alcantara (SUSE)1-0/+1
2019-12-03smb3: query attributes on file closeSteve French1-0/+3
2019-11-25smb3: dump in_send and num_waiters stats counters by defaultSteve French1-19/+3
2019-11-25CIFS: Properly process SMB3 lease breaksPavel Shilovsky1-3/+6
2019-11-25cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg1-1/+4
2019-11-25cifs: try opening channels after mountingAurelien Aptel1-0/+16
2019-11-25CIFS: refactor cifs_get_inode_info()Aurelien Aptel1-0/+6
2019-11-25cifs: switch servers depending on binding stateAurelien Aptel1-0/+10
2019-11-25cifs: add server paramAurelien Aptel1-1/+2
2019-11-25cifs: add multichannel mount options and data structsAurelien Aptel1-0/+16
2019-11-25smb3: add debug messages for closing unmatched openRonnie Sahlberg1-0/+2
2019-11-25CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky1-0/+1
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski1-0/+5
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French1-1/+1
2019-09-26smb3: pass mode bits into create callsSteve French1-2/+4
2019-09-16cifs: Add support for root file systemsPaulo Alcantara (SUSE)1-0/+2
2019-09-16smb3: allow disabling requesting leasesSteve French1-0/+2
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French1-0/+1
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French1-0/+2
2019-09-16smb3: allow parallelizing decryption of readsSteve French1-0/+1
2019-09-16smb3: allow skipping signature verification for perf sensitive configurationsSteve French1-0/+2
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French1-2/+3
2019-09-16smb3: add mount option to allow forced caching of read only shareSteve French1-2/+4
2019-07-07smb3: do not send compression info by defaultSteve French1-0/+1
2019-07-07smb3: add new mount option to retrieve mode from special ACESteve French1-1/+2
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-2/+0
2019-07-07cifs: Fix check for matching with existing mountSteve French1-0/+1
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg1-0/+5
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg1-0/+2
2019-05-07SMB3: Clean up query symlink when reparse pointRonnie Sahlberg1-1/+2
2019-05-07Negotiate and save preferred compression algorithmsSteve French1-0/+1
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg1-2/+2
2019-05-07cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg1-0/+1
2019-05-07cifs: add fiemap supportRonnie Sahlberg1-0/+3
2019-05-07CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel1-1/+10
2019-05-07SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French1-0/+4
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel1-0/+2
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French1-0/+8
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel1-0/+8
2019-03-14cifs: minor documentation updatesSteve French1-0/+1
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg1-0/+3
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg1-2/+2
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky1-0/+12
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky1-4/+2
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky1-10/+19
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky1-2/+2
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky1-0/+19
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French1-0/+1