aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula1-0/+5
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara1-0/+3
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N1-0/+4
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmSteve French1-0/+3
2021-07-02cifs: make locking consistent around the server session statusSteve French1-1/+2
2021-06-25smb3: prevent races updating CurrentMidSteve French1-1/+2
2021-06-24cifs: fix missing spinlock around update to ses->statusSteve French1-1/+2
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-10/+1
2021-06-20cifs: handle different charsets in dfs cachePaulo Alcantara1-2/+1
2021-05-19Defer close only when lease is enabled.Rohith Surabattula1-0/+1
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula1-2/+1
2021-05-03cifs: Deferred close for filesRohith Surabattula1-0/+17
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg1-0/+1
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the lifetime of the cacheRonnie Sahlberg1-0/+1
2021-04-25cifs: constify path argument of ->make_node()Al Viro1-1/+1
2021-04-25cifs: remove old dead codeAurelien Aptel1-17/+0
2021-04-25fs: cifs: Remove repeated struct declarationWan Jiabing1-2/+0
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel1-3/+1
2021-04-25cifs: correct comments explaining internal semaphore usage in the moduleSteve French1-3/+2
2021-04-07fs: cifs: Remove unnecessary struct declarationWan Jiabing1-2/+0
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N1-2/+2
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara1-9/+10
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula1-0/+2
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French1-1/+2
2021-02-16cifs: Identify a connection by a conn_id.Shyam Prasad N1-0/+2
2021-02-16cifs: New optype for session operations.Shyam Prasad N1-1/+3
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov1-2/+2
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero1-0/+4
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero1-0/+3
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg1-95/+4
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French1-0/+4
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg1-12/+0
2020-10-15smb3.1.1: add new module load parm enable_gcm_256Steve French1-0/+1
2020-10-15smb3.1.1: add new module load parm require_gcm_256Steve French1-0/+1
2020-10-15Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula1-0/+2
2020-08-28cifs: fix check of tcon dfs in smb1Paulo Alcantara1-0/+15
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 incoming packetsLong 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