summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsglob.h
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-05-17SMB3: drop reference to cfile before sending oplock breakBharath SM
2023-05-04cifs: fix sharing of DFS connectionsPaulo Alcantara
2023-05-03cifs: avoid potential races when handling multiple dfs tconsPaulo Alcantara
2023-05-03cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpathPaulo Alcantara
2023-03-14cifs: fix use-after-free bug in refresh_cache_worker()Paulo Alcantara
2023-03-14cifs: set DFS root session in cifs_get_smb_ses()Paulo Alcantara
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-20cifs: Change the I/O paths to use an iterator rather than a page listDavid Howells
2023-02-20cifs: get rid of dns resolve workerPaulo Alcantara
2023-02-20cifs: get rid of unneeded conditional in cifs_get_num_sgs()Paulo Alcantara
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton
2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara
2022-12-19cifs: share dfs connections and supersPaulo Alcantara
2022-12-19cifs: split out ses and tcon retrieval from mount_get_conns()Paulo Alcantara
2022-12-13cifs: Remove duplicated include in cifsglob.hYang Li
2022-12-12cifs: fix oops during encryptionPaulo Alcantara
2022-12-12cifs: minor cleanup of some headersSteve French
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