aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)Author
2023-06-28smb: move client and server files to common directory fs/smbSteve French
2023-05-24SMB3: drop reference to cfile before sending oplock breakBharath SM
2022-12-21cifs: fix oops during encryptionPaulo Alcantara
2022-10-15smb3: improve SMB3 change notification supportSteve French
2022-10-13cifs: improve symlink handling for smb2+Paulo Alcantara
2022-10-07cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya
2022-10-07smb3: rename encryption/decryption TFMsEnzo Matsumiya
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French
2022-08-24cifs: Add helper function to check smb1+ serverZhang Xiaoxu
2022-08-24cifs: Use help macro to get the mid header sizeZhang Xiaoxu
2022-08-24cifs: Use help macro to get the header preamble sizeZhang Xiaoxu
2022-08-17cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg
2022-08-10cifs: fix lock length calculationPaulo Alcantara
2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N
2022-08-01cifs: remove remaining build warningsSteve French
2022-08-01cifs: remove minor build warningSteve French
2022-08-01cifs: remove some camelCase and also some static build warningsSteve French
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells
2022-06-01cifs: version operations for smb20 unneeded when legacy support disabledSteve French
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara
2022-05-24cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N
2022-05-24cifs: use new enum for ses_statusShyam Prasad N
2022-05-21cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg
2022-05-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara
2022-04-01Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-03-26smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French
2022-03-18netfs: Add a netfs inode contextDavid Howells
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