aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/cifs/cifsglob.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-2225/+0
2023-05-17SMB3: drop reference to cfile before sending oplock breakBharath SM1-2/+2
2023-05-04cifs: fix sharing of DFS connectionsPaulo Alcantara1-1/+0
2023-05-03cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara1-1/+1
2023-05-03cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara1-7/+13
2023-03-14cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara1-1/+2
2023-03-14cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara1-1/+0
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-42/+39
2023-02-20cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells1-33/+33
2023-02-20cifs: get rid of dns resolve workerPaulo Alcantara1-5/+0
2023-02-20cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara1-5/+7
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
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