summaryrefslogtreecommitdiff
path: root/fs/smb/client/cifsglob.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-25cifs: Add tracing for the cifs_tcon struct refcountingDavid Howells1-0/+1
2024-05-25cifs: Move some extern decls from .c files to .hSteve French1-0/+2
2024-05-25smb: client: negotiate compression algorithmsEnzo Matsumiya1-1/+5
2024-05-25smb: client: return reparse type in /proc/mountsPaulo Alcantara1-0/+12
2024-05-25smb: client: introduce SMB2_OP_QUERY_WSL_EASteve French1-0/+5
2024-05-25smb: client: add support for WSL reparse pointsPaulo Alcantara1-0/+1
2024-05-25smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara1-0/+11
2024-05-25smb: client: move most of reparse point handling code to common filePaulo Alcantara1-13/+0
2024-05-25smb: client: introduce reparse mount optionPaulo Alcantara1-0/+6
2024-05-25smb: client: do not defer close open handles to deleted filesSteve French1-0/+1
2024-05-25smb: client: reuse file lease key in compound operationsMeetakshi Setiya1-2/+3
2024-05-25smb: client: parse owner/group when creating reparse pointsSteve French1-0/+2
2024-05-25cifs: update the same create_guid on replaySteve French1-0/+1
2024-05-25cifs: set replay flag for retries of write commandShyam Prasad N1-0/+1
2024-05-25cifs: commands that are retried should have replay flag setShyam Prasad N1-0/+5
2024-05-25cifs: new mount option called retransShyam Prasad N1-0/+1
2024-05-25smb: client: allow creating symlinks via reparse pointsPaulo Alcantara1-0/+6
2024-05-25smb: client: optimise reparse point queryingSteve French1-5/+5
2024-05-25smb: client: extend smb2_compound_op() to accept more commandsSteve French1-2/+2
2024-05-17smb3: fix broken reconnect when password changing on the server by allowing p...Steve French1-0/+1
2024-05-02cifs: Fix reacquisition of volume cookie on still-live connectionDavid Howells1-0/+2
2024-04-27smb: client: guarantee refcounted children from parent sessionPaulo Alcantara1-2/+0
2024-04-27smb3: show beginning time for per share statsSteve French1-0/+1
2024-04-10smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara1-0/+10
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja1-2/+5
2024-04-03cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N1-0/+3
2024-04-03cifs: allow changing password during remountSteve French1-0/+1
2024-04-03smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara1-0/+1
2024-03-01smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara1-1/+1
2024-03-01cifs: make sure that channel scaling is done only onceShyam Prasad N1-0/+3
2024-03-01cifs: helper function to check replayable error codesShyam Prasad N1-0/+7
2024-02-05smb: client: fix hardlinking of reparse pointsPaulo Alcantara1-3/+5
2024-02-05smb: client: fix renaming of reparse pointsPaulo Alcantara1-5/+17
2024-02-01cifs: handle when server stops supporting multichannelShyam Prasad N1-0/+1
2024-02-01cifs: handle cases where a channel is closedShyam Prasad N1-0/+1
2024-01-10cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N1-1/+0
2024-01-01smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara1-1/+2
2023-12-20smb: client: set correct file type from NFS reparse pointsPaulo Alcantara1-1/+7
2023-12-20smb: client: introduce ->parse_reparse_point()Paulo Alcantara1-2/+4
2023-12-03cifs: distribute channels across interfaces based on speedShyam Prasad N1-0/+2
2023-11-28cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells1-3/+9
2023-09-20cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu1-0/+1
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French1-1/+1
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French1-0/+1
2023-08-31smb3: allow controlling length of time directory entries are cached with dir ...Steve French1-0/+1
2023-08-30SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French1-1/+1
2023-08-25[SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French1-0/+1
2023-08-21smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara1-0/+13
2023-08-21smb: cilent: set reparse mount points as automountsPaulo Alcantara1-1/+1
2023-08-21smb: client: do not query reparse points twice on symlinksPaulo Alcantara1-7/+13