summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: add witness mount option and data structsSamuel Cabrero2020-12-141-0/+3
* cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg2020-12-131-95/+4
* smb3: add support for stat of WSL reparse points for special file typesSteve French2020-10-231-0/+4
* cifs: move smb version mount options into fs_context.cRonnie Sahlberg2020-10-221-12/+0
* smb3.1.1: add new module load parm enable_gcm_256Steve French2020-10-151-0/+1
* smb3.1.1: add new module load parm require_gcm_256Steve French2020-10-151-0/+1
* Handle STATUS_IO_TIMEOUT gracefullyRohith Surabattula2020-10-151-0/+2
* cifs: fix check of tcon dfs in smb1Paulo Alcantara2020-08-281-0/+15
* Merge tag '5.9-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-08-061-1/+1
|\
| * cifs: delete duplicated words in header filesRandy Dunlap2020-08-021-1/+1
* | Replace HTTP links with HTTPS ones: CIFSAlexander A. Klimov2020-07-051-1/+1
|/
* cifs: Add get_security_type_str function to return sec type.Kenneth D'souza2020-06-081-0/+18