summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara1-0/+3
2022-12-19cifs: share dfs connections and supersPaulo Alcantara1-5/+0
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara1-0/+14
2022-12-13cifs: Remove duplicated include in cifsglob.hYang Li1-1/+0
2022-12-12cifs: fix oops during encryptionPaulo Alcantara1-0/+68
2022-12-12cifs: minor cleanup of some headersSteve French1-2/+5
2022-10-15smb3: improve SMB3 change notification supportSteve French1-1/+1
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara1-10/+36
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya1-18/+8
2022-10-07smb3: rename encryption/decryption TFMsEnzo Matsumiya1-2/+2
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg1-1/+1
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-1/+1
2022-08-24cifs: Add helper function to check smb1+ serverZhang Xiaoxu1-0/+5
2022-08-24cifs: Use help macro to get the mid header sizeZhang Xiaoxu1-0/+1
2022-08-24cifs: Use help macro to get the header preamble sizeZhang Xiaoxu1-0/+1
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya1-1/+1
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg1-37/+1
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-1/+1
2022-08-10cifs: fix lock length calculationPaulo Alcantara1-2/+2
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N1-26/+73
2022-08-01cifs: remove remaining build warningsSteve French1-11/+11
2022-08-01cifs: remove minor build warningSteve French1-2/+2
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French1-5/+5
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N1-0/+4
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N1-1/+53
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells1-8/+4
2022-06-01cifs: 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-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-11/+13
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French1-5/+13
2022-03-26smb3: 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-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N1-1/+7
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N1-2/+2
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N1-0/+2
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N1-37/+11
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N1-1/+14
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N1-1/+9
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N1-0/+5
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara1-1/+23
2021-11-09cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara1-1/+2