summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-011-11/+13
|\
| * smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-5/+13
| * smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-261-6/+0
* | netfs: Add a netfs inode contextDavid Howells2022-03-181-4/+6
|/
* cifs: Support fscache indexing rewriteDavid Howells2022-01-191-4/+1
* cifs: check reconnects for channels of active tcons tooShyam Prasad N2022-01-191-0/+2
* cifs: move superblock magic defitions to magic.hJeff Layton2022-01-151-2/+0
* cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-071-1/+7
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-2/+2
* cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-021-0/+2
* cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-37/+11
* cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-021-1/+14
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-121-1/+9
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-121-0/+5
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-1/+23
* cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2021-11-091-1/+2
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-0/+4
* cifs: nosharesock should not share socket with future sessionsShyam Prasad N2021-11-071-0/+1
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-1/+2
* cifs: Not to defer close on file when lock is setRohith Surabattula2021-09-171-0/+1
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-30/+2
* cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula2021-08-121-0/+5
* cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara2021-07-161-0/+3
* cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N2021-07-141-0/+4
* SMB3.1.1: Add support for negotiating signing algorithmSteve French2021-07-091-0/+3
* cifs: make locking consistent around the server session statusSteve French2021-07-021-1/+2
* smb3: prevent races updating CurrentMidSteve French2021-06-251-1/+2
* cifs: fix missing spinlock around update to ses->statusSteve French2021-06-241-1/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-10/+1
* cifs: handle different charsets in dfs cachePaulo Alcantara2021-06-201-2/+1
* Defer close only when lease is enabled.Rohith Surabattula2021-05-191-0/+1
* Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula2021-05-191-2/+1
* cifs: Deferred close for filesRohith Surabattula2021-05-031-0/+17
* cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg2021-04-251-0/+1
* cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg2021-04-251-0/+1
* cifs: constify path argument of ->make_node()Al Viro2021-04-251-1/+1
* cifs: remove old dead codeAurelien Aptel2021-04-251-17/+0
* fs: cifs: Remove repeated struct declarationWan Jiabing2021-04-251-2/+0
* cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel2021-04-251-3/+1
* cifs: correct comments explaining internal semaphore usage in the moduleSteve French2021-04-251-3/+2
* fs: cifs: Remove unnecessary struct declarationWan Jiabing2021-04-071-2/+0
* cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-261-2/+2
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-081-9/+10
* TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula2021-02-231-0/+2
* cifs: change confusing field serverName (to ip_addr)Steve French2021-02-221-1/+2
* cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-161-0/+2
* cifs: New optype for session operations.Shyam Prasad N2021-02-161-1/+3
* SMB3: Add support for getting and setting SACLsBoris Protopopov2020-12-181-2/+2
* cifs: Handle witness client move notificationSamuel Cabrero2020-12-141-0/+4