summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+1
2020-08-02cifs: delete duplicated words in header filesRandy Dunlap1-1/+1
2020-07-05Replace HTTP links with HTTPS ones: CIFSAlexander A. Klimov1-1/+1
2020-06-08cifs: Add get_security_type_str function to return sec type.Kenneth D'souza1-0/+18
2020-06-04cifs: multichannel: use pointer for binding channelAurelien Aptel1-3/+12
2020-06-04cifs: multichannel: move channel selection above transport layerAurelien Aptel1-0/+3
2020-06-01smb3: Add new parm "nodelete"Steve French1-0/+2
2020-04-21cifs: minor update to comments around the cifs_tcp_ses_lock mutexSteve French1-1/+2
2020-04-10smb3: enable swap on SMB3 mountsSteve French1-0/+1
2020-04-07cifs: Allocate crypto structures on the fly for calculating signatures of inc...Long Li1-1/+2
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-0/+7
2020-02-06cifs: add SMB3 change notification supportSteve French1-0/+2
2020-02-03SMB3: Backup intent flag missing from some more opsAmir Goldstein1-2/+4
2020-01-26CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch1-0/+1
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