summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-8/+4
2022-06-02cifs: version operations for smb20 unneeded when legacy support disabledSteve French1-1/+3
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch1-1/+19
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara1-1/+14
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg1-0/+22
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N1-0/+5
2022-05-24cifs: use new enum for ses_statusShyam Prasad N1-4/+11
2022-05-21cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg1-31/+31
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara1-0/+5
2022-04-02Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-11/+13
2022-03-29smb3: cleanup and clarify status of tree connectionsSteve French1-5/+13
2022-03-27smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French1-6/+0
2022-03-18netfs: Add a netfs inode contextDavid Howells1-4/+6
2022-01-19cifs: Support fscache indexing rewriteDavid Howells1-4/+1
2022-01-19cifs: check reconnects for channels of active tcons tooShyam Prasad N1-0/+2
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton1-2/+0
2022-01-08cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N1-1/+7
2022-01-08cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N1-2/+2
2022-01-03cifs: reconnect only the connection and not smb session where possibleShyam Prasad N1-0/+2
2022-01-03cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N1-37/+11
2022-01-03cifs: track individual channel status using chans_need_reconnectShyam Prasad N1-1/+14
2021-11-13cifs: connect individual channel servers to primary channel serverShyam Prasad N1-1/+9
2021-11-13cifs: protect session channel fields with chan_lockShyam Prasad N1-0/+5
2021-11-11cifs: support nested dfs links over reconnectPaulo Alcantara1-1/+23
2021-11-10cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara1-1/+2
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N1-0/+4
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N1-0/+1
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg1-1/+2
2021-09-18cifs: Not to defer close on file when lock is setRohith Surabattula1-0/+1
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-30/+2
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-03cifs: make locking consistent around the server session statusSteve French1-1/+2
2021-06-25smb3: prevent races updating CurrentMidSteve French1-1/+2
2021-06-25cifs: fix missing spinlock around update to ses->statusSteve French1-1/+2
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French1-10/+1
2021-06-21cifs: handle different charsets in dfs cachePaulo Alcantara1-2/+1
2021-05-20Defer close only when lease is enabled.Rohith Surabattula1-0/+1
2021-05-20Fix 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-26cifs: add a timestamp to track when the lease of the cached dir was takenRonnie Sahlberg1-0/+1
2021-04-26cifs: Grab a reference for the dentry of the cached directory during the life...Ronnie Sahlberg1-0/+1
2021-04-26cifs: constify path argument of ->make_node()Al Viro1-1/+1
2021-04-26cifs: remove old dead codeAurelien Aptel1-17/+0
2021-04-26fs: cifs: Remove repeated struct declarationWan Jiabing1-2/+0
2021-04-26cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel1-3/+1
2021-04-26cifs: correct comments explaining internal semaphore usage in the moduleSteve French1-3/+2