summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)Author
2022-01-19cifs: Support fscache indexing rewriteDavid Howells
2022-01-19cifs: check reconnects for channels of active tcons tooShyam Prasad N
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara
2021-11-09cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg
2021-09-17cifs: Not to defer close on file when lock is setRohith Surabattula
2021-09-13cifs: remove pathname for file from SPDX headerSteve French
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmSteve French
2021-07-02cifs: make locking consistent around the server session statusSteve French
2021-06-25smb3: prevent races updating CurrentMidSteve French
2021-06-24cifs: fix missing spinlock around update to ses->statusSteve French
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French
2021-06-20cifs: handle different charsets in dfs cachePaulo Alcantara
2021-05-19Defer close only when lease is enabled.Rohith Surabattula
2021-05-19Fix kernel oops when CONFIG_DEBUG_ATOMIC_SLEEP is enabled.Rohith Surabattula
2021-05-03cifs: Deferred close for filesRohith Surabattula
2021-04-25cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg
2021-04-25cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg
2021-04-25cifs: constify path argument of ->make_node()Al Viro
2021-04-25cifs: remove old dead codeAurelien Aptel
2021-04-25fs: cifs: Remove repeated struct declarationWan Jiabing
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel
2021-04-25cifs: correct comments explaining internal semaphore usage in the moduleSteve French
2021-04-07fs: cifs: Remove unnecessary struct declarationWan Jiabing
2021-03-26cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N
2021-03-08cifs: do not send close in compound create+close requestsPaulo Alcantara
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula
2021-02-22cifs: change confusing field serverName (to ip_addr)Steve French
2021-02-16cifs: Identify a connection by a conn_id.Shyam Prasad N
2021-02-16cifs: New optype for session operations.Shyam Prasad N
2020-12-18SMB3: Add support for getting and setting SACLsBoris Protopopov
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero
2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French
2020-10-22cifs: move smb version mount options into fs_context.cRonnie Sahlberg