summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-08smb3: do not send compression info by defaultSteve French1-0/+1
2019-07-08smb3: add new mount option to retrieve mode from special ACESteve French1-1/+2
2019-07-08cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-2/+0
2019-07-08cifs: 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-16cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg1-0/+2
2019-05-08SMB3: Clean up query symlink when reparse pointRonnie Sahlberg1-1/+2
2019-05-08Negotiate and save preferred compression algorithmsSteve French1-0/+1
2019-05-08cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg1-2/+2
2019-05-08cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg1-0/+1
2019-05-08cifs: add fiemap supportRonnie Sahlberg1-0/+3
2019-05-08CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel1-1/+10
2019-05-08SMB3: 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-15CIFS: make mknod() an smb_version_opAurelien Aptel1-0/+8
2019-03-15cifs: minor documentation updatesSteve French1-0/+1
2019-03-15cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg1-0/+3
2019-03-15cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg1-2/+2
2019-03-06CIFS: Adjust MTU credits before reopening a filePavel Shilovsky1-0/+12
2019-03-06CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky1-4/+2
2019-03-06CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky1-10/+19
2019-03-05CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky1-2/+2
2019-03-05CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky1-0/+19
2019-03-05smb3: make default i/o size for smb3 mounts largerSteve French1-0/+1
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky1-0/+19
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky1-0/+1
2018-12-28cifs: Add support for failover in cifs_reconnect()Paulo Alcantara1-0/+7
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara1-1/+0
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara1-0/+5
2018-12-24cifs: Save TTL value when parsing DFS referralsPaulo Alcantara1-0/+1
2018-12-24Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza1-0/+1
2018-11-02CIFS: Add support for direct I/O readLong Li1-0/+5
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve French1-0/+3
2018-10-24smb3: show number of current open files in /proc/fs/cifs/StatsSteve French1-0/+2
2018-10-24cifs: add support for ioctl on directoriesRonnie Sahlberg1-1/+3
2018-10-24cifs: add IOCTL for QUERY_INFO passthrough to userspaceRonnie Sahlberg1-0/+4
2018-10-24cifs: OFD locks do not conflict with eachothersRonnie Sahlberg1-1/+2
2018-10-24smb3: update default requested iosize to 4MB from 1MB for recent dialectsSteve French1-0/+1
2018-10-24smb3: track the instance of each session for debuggingSteve French1-0/+1
2018-10-24smb3: add way to control slow response threshold for logging and statsSteve French1-0/+1
2018-10-03cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg1-0/+1
2018-08-10cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg1-1/+4
2018-08-07smb3: display stats counters for number of slow commandsSteve French1-1/+2
2018-08-07cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg1-4/+3
2018-08-07cifs: simple stats should always be enabledSteve French1-10/+0
2018-08-07cifs: use a refcount to protect open/closing the cached file handleRonnie Sahlberg1-0/+1
2018-08-07cifs: remove unused statsSteve French1-14/+0
2018-08-07smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French1-8/+0
2018-08-07cifs: use timespec64 internallyArnd Bergmann1-3/+3