aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2022-08-11cifs: Add constructor/destructors for tcon->cfidGravatar Ronnie Sahlberg 1-37/+1
2022-08-11cifs: Move cached-dir functions into a separate fileGravatar Ronnie Sahlberg 1-1/+1
2022-08-10cifs: fix lock length calculationGravatar Paulo Alcantara 1-2/+2
2022-08-01cifs: avoid use of global locks for high contention dataGravatar Shyam Prasad N 1-26/+73
2022-08-01cifs: remove remaining build warningsGravatar Steve French 1-11/+11
2022-08-01cifs: remove minor build warningGravatar Steve French 1-2/+2
2022-08-01cifs: remove some camelCase and also some static build warningsGravatar Steve French 1-5/+5
2022-06-22cifs: periodically query network interfaces from serverGravatar Shyam Prasad N 1-0/+4
2022-06-22cifs: change iface_list from array to sorted linked listGravatar Shyam Prasad N 1-1/+53
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-8/+4
2022-06-01cifs: version operations for smb20 unneeded when legacy support disabledGravatar Steve French 1-1/+3
2022-06-01cifs: fix potential deadlock in direct reclaimGravatar Vincent Whitchurch 1-1/+19
2022-05-25cifs: fix ntlmssp on old serversGravatar Paulo Alcantara 1-1/+14
2022-05-24cifs: cache the dirents for entries in a cached directoryGravatar Ronnie Sahlberg 1-0/+22
2022-05-24cifs: avoid parallel session setups on same channelGravatar Shyam Prasad N 1-0/+5
2022-05-24cifs: use new enum for ses_statusGravatar Shyam Prasad N 1-4/+11
2022-05-21cifs: move definition of cifs_fattr earlier in cifsglob.hGravatar Ronnie Sahlberg 1-31/+31
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXGravatar Paulo Alcantara 1-0/+5
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-11/+13
2022-03-28smb3: cleanup and clarify status of tree connectionsGravatar Steve French 1-5/+13
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonGravatar Steve French 1-6/+0
2022-03-18netfs: Add a netfs inode contextGravatar David Howells 1-4/+6
2022-01-19cifs: Support fscache indexing rewriteGravatar David Howells 1-4/+1
2022-01-19cifs: check reconnects for channels of active tcons tooGravatar Shyam Prasad N 1-0/+2
2022-01-15cifs: move superblock magic defitions to magic.hGravatar Jeff Layton 1-2/+0
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsGravatar Shyam Prasad N 1-1/+7
2022-01-07cifs: take cifs_tcp_ses_lock for status checksGravatar Shyam Prasad N 1-2/+2
2022-01-02cifs: reconnect only the connection and not smb session where possibleGravatar Shyam Prasad N 1-0/+2
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusGravatar Shyam Prasad N 1-37/+11
2022-01-02cifs: track individual channel status using chans_need_reconnectGravatar Shyam Prasad N 1-1/+14
2021-11-12cifs: connect individual channel servers to primary channel serverGravatar Shyam Prasad N 1-1/+9
2021-11-12cifs: protect session channel fields with chan_lockGravatar Shyam Prasad N 1-0/+5
2021-11-10cifs: support nested dfs links over reconnectGravatar Paulo Alcantara 1-1/+23
2021-11-09cifs: set a minimum of 120s for next dns resolutionGravatar Paulo Alcantara 1-1/+2
2021-11-08cifs: send workstation name during ntlmssp session setupGravatar Shyam Prasad N 1-0/+4
2021-11-07cifs: nosharesock should not share socket with future sessionsGravatar Shyam Prasad N 1-0/+1
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsGravatar Ronnie Sahlberg 1-1/+2
2021-09-17cifs: Not to defer close on file when lock is setGravatar Rohith Surabattula 1-0/+1
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-30/+2
2021-08-12cifs: Call close synchronously during unlink/rename/lease break.Gravatar Rohith Surabattula 1-0/+5
2021-07-16cifs: do not share tcp sessions of dfs connectionsGravatar Paulo Alcantara 1-0/+3
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionGravatar Shyam Prasad N 1-0/+4
2021-07-09SMB3.1.1: Add support for negotiating signing algorithmGravatar Steve French 1-0/+3
2021-07-02cifs: make locking consistent around the server session statusGravatar Steve French 1-1/+2
2021-06-25smb3: prevent races updating CurrentMidGravatar Steve French 1-1/+2
2021-06-24cifs: fix missing spinlock around update to ses->statusGravatar Steve French 1-1/+2
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-10/+1
2021-06-20cifs: handle different charsets in dfs cacheGravatar Paulo Alcantara 1-2/+1
2021-05-19Defer close only when lease is enabled.Gravatar Rohith Surabattula 1-0/+1