summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix sharing of DFS connectionsPaulo Alcantara2023-05-041-1/+0
* cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara2023-05-031-1/+1
* cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara2023-05-031-7/+13
* cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara2023-03-141-1/+2
* cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara2023-03-141-1/+0
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-42/+39
|\
| * cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells2023-02-201-33/+33
| * cifs: get rid of dns resolve workerPaulo Alcantara2023-02-201-5/+0
| * cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara2023-02-201-5/+7
* | filelock: move file locking definitions to separate header fileJeff Layton2023-01-111-0/+1
|/
* cifs: fix refresh of cached referralsPaulo Alcantara2022-12-191-0/+3
* cifs: share dfs connections and supersPaulo Alcantara2022-12-191-5/+0
* cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara2022-12-191-0/+14
* cifs: Remove duplicated include in cifsglob.hYang Li2022-12-131-1/+0
* cifs: fix oops during encryptionPaulo Alcantara2022-12-121-0/+68
* cifs: minor cleanup of some headersSteve French2022-12-121-2/+5
* smb3: improve SMB3 change notification supportSteve French2022-10-151-1/+1
* cifs: improve symlink handling for smb2+Paulo Alcantara2022-10-131-10/+36
* cifs: secmech: use shash_desc directly, remove sdescEnzo Matsumiya2022-10-071-18/+8
* smb3: rename encryption/decryption TFMsEnzo Matsumiya2022-10-071-2/+2
* cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg2022-10-051-1/+1
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-1/+1
* cifs: Add helper function to check smb1+ serverZhang Xiaoxu2022-08-241-0/+5
* cifs: Use help macro to get the mid header sizeZhang Xiaoxu2022-08-241-0/+1
* cifs: Use help macro to get the header preamble sizeZhang Xiaoxu2022-08-241-0/+1
* cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-171-1/+1
* cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-111-37/+1
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-1/+1
* cifs: fix lock length calculationPaulo Alcantara2022-08-101-2/+2
* cifs: avoid use of global locks for high contention dataShyam Prasad N2022-08-011-26/+73
* cifs: remove remaining build warningsSteve French2022-08-011-11/+11
* cifs: remove minor build warningSteve French2022-08-011-2/+2
* cifs: remove some camelCase and also some static build warningsSteve French2022-08-011-5/+5
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-221-0/+4
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-221-1/+53
* netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextDavid Howells2022-06-091-8/+4
* cifs: version operations for smb20 unneeded when legacy support disabledSteve French2022-06-011-1/+3
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-1/+19
* cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-251-1/+14
* cifs: cache the dirents for entries in a cached directoryRonnie Sahlberg2022-05-241-0/+22
* cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-241-0/+5
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-4/+11
* cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg2022-05-211-31/+31
* cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara2022-05-191-0/+5
* Merge tag '5.18-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-04-011-11/+13
|\
| * smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-5/+13
| * smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_commonSteve French2022-03-261-6/+0
* | netfs: Add a netfs inode contextDavid Howells2022-03-181-4/+6
|/
* cifs: Support fscache indexing rewriteDavid Howells2022-01-191-4/+1
* cifs: check reconnects for channels of active tcons tooShyam Prasad N2022-01-191-0/+2