summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)Author
2020-02-01CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch
2020-01-04cifs: move cifsFileInfo_put logic into a work-queueRonnie Sahlberg
2019-12-21CIFS: Fix NULL pointer dereference in mid callbackPavel Shilovsky
2019-10-24cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French
2019-09-26smb3: pass mode bits into create callsSteve French
2019-09-16cifs: Add support for root file systemsPaulo Alcantara (SUSE)
2019-09-16smb3: allow disabling requesting leasesSteve French
2019-09-16smb3: display max smb3 requests in flight at any one timeSteve French
2019-09-16smb3: enable offload of decryption of large reads via mount optionSteve French
2019-09-16smb3: allow parallelizing decryption of readsSteve French
2019-09-16smb3: allow skipping signature verification for perf sensitive configurationsSteve French
2019-09-16smb3: add mount option to allow RW caching of share accessed by only 1 clientSteve French
2019-09-16smb3: add mount option to allow forced caching of read only shareSteve French
2019-07-07smb3: do not send compression info by defaultSteve French
2019-07-07smb3: add new mount option to retrieve mode from special ACESteve French
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French
2019-07-07cifs: Fix check for matching with existing mountSteve French
2019-06-13cifs: add spinlock for the openFileList to cifsInodeInfoRonnie Sahlberg
2019-05-15cifs: add support for SEEK_DATA and SEEK_HOLERonnie Sahlberg
2019-05-07SMB3: Clean up query symlink when reparse pointRonnie Sahlberg
2019-05-07Negotiate and save preferred compression algorithmsSteve French
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg
2019-05-07cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg
2019-05-07cifs: add fiemap supportRonnie Sahlberg
2019-05-07CIFS: check CIFS_MOUNT_NO_DFS when trying to reuse existing sbAurelien Aptel
2019-05-07SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French
2019-04-16CIFS: keep FileInfo handle live during oplock breakAurelien Aptel
2019-04-01SMB3: Allow persistent handle timeout to be configurable on mountSteve French
2019-03-14CIFS: make mknod() an smb_version_opAurelien Aptel
2019-03-14cifs: minor documentation updatesSteve French
2019-03-14cifs: cache FILE_ALL_INFO for the shared root handleRonnie Sahlberg
2019-03-14cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg
2019-03-05CIFS: Adjust MTU credits before reopening a filePavel Shilovsky
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky
2019-03-05CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky
2019-03-04CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky
2019-03-04smb3: make default i/o size for smb3 mounts largerSteve French
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky
2019-01-11CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky
2018-12-28cifs: Add support for failover in cifs_reconnect()Paulo Alcantara
2018-12-28cifs: Make use of DFS cache to get new DFS referralsPaulo Alcantara
2018-12-28cifs: Add DFS cache routinesPaulo Alcantara
2018-12-23cifs: Save TTL value when parsing DFS referralsPaulo Alcantara
2018-12-23Add vers=3.0.2 as a valid option for SMBv3.0.2Kenneth D'souza
2018-11-02CIFS: Add support for direct I/O readLong Li
2018-11-02smb3: allow more detailed protocol info on open files for debuggingSteve 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