summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cifsglob.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cifs: Move some extern decls from .c files to .hDavid Howells2024-03-201-0/+2
* cifs: make sure server interfaces are requested only for SMB3+Shyam Prasad N2024-03-141-0/+3
* smb: client: negotiate compression algorithmsEnzo Matsumiya2024-03-111-1/+5
* smb: client: return reparse type in /proc/mountsPaulo Alcantara2024-03-111-0/+12
* smb: client: introduce SMB2_OP_QUERY_WSL_EAPaulo Alcantara2024-03-111-0/+5
* smb: client: add support for WSL reparse pointsPaulo Alcantara2024-03-111-0/+1
* smb: client: reduce number of parameters in smb2_compound_op()Paulo Alcantara2024-03-111-0/+11
* smb: client: move most of reparse point handling code to common filePaulo Alcantara2024-03-111-13/+0
* smb: client: introduce reparse mount optionPaulo Alcantara2024-03-111-0/+6
* smb: client: do not defer close open handles to deleted filesMeetakshi Setiya2024-03-111-0/+1
* smb: client: reuse file lease key in compound operationsMeetakshi Setiya2024-03-111-2/+3
* cifs: allow changing password during remountSteve French2024-03-111-0/+1
* cifs: update the same create_guid on replayShyam Prasad N2024-02-121-0/+1
* smb: client: increase number of PDUs allowed in a compound requestPaulo Alcantara2024-02-011-1/+1
* cifs: make sure that channel scaling is done only onceShyam Prasad N2024-01-311-0/+3
* cifs: set replay flag for retries of write commandShyam Prasad N2024-01-241-0/+1
* cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-241-0/+5
* cifs: helper function to check replayable error codesShyam Prasad N2024-01-241-0/+7
* cifs: Share server EOF pos with netfslibDavid Howells2024-01-241-1/+0
* cifs: new mount option called retransShyam Prasad N2024-01-191-0/+1
* smb: client: parse owner/group when creating reparse pointsPaulo Alcantara2024-01-191-0/+2
* smb3: show beginning time for per share statsSteve French2024-01-181-0/+1
* smb: client: stop revalidating reparse points unnecessarilyPaulo Alcantara2024-01-071-0/+1
* smb: client: allow creating symlinks via reparse pointsPaulo Alcantara2024-01-071-0/+6
* smb: client: fix hardlinking of reparse pointsPaulo Alcantara2024-01-071-3/+5
* smb: client: fix renaming of reparse pointsPaulo Alcantara2024-01-071-5/+17
* smb: client: optimise reparse point queryingPaulo Alcantara2024-01-071-5/+5
* smb: client: extend smb2_compound_op() to accept more commandsPaulo Alcantara2024-01-071-2/+2
* cifs: do not depend on release_iface for maintaining iface_listShyam Prasad N2023-12-291-1/+0
* smb: client: fix OOB in cifsd when receiving compounded respsPaulo Alcantara2023-12-181-1/+2
* smb: client: set correct file type from NFS reparse pointsPaulo Alcantara2023-11-231-1/+7
* smb: client: introduce ->parse_reparse_point()Paulo Alcantara2023-11-231-2/+4
* cifs: handle when server stops supporting multichannelShyam Prasad N2023-11-101-0/+1
* cifs: distribute channels across interfaces based on speedShyam Prasad N2023-11-091-0/+2
* cifs: handle cases where a channel is closedShyam Prasad N2023-11-091-0/+1
* cifs: Fix encryption of cleared, but unset rq_iter data buffersDavid Howells2023-11-081-3/+9
* cifs: Fix UAF in cifs_demultiplex_thread()Zhang Xiaoxu2023-09-201-0/+1
* smb3: do not start laundromat thread when dir leasesSteve French2023-09-191-1/+1
* smb3: allow controlling maximum number of cached directoriesSteve French2023-09-071-0/+1
* smb3: allow controlling length of time directory entries are cached with dir ...Steve French2023-08-311-0/+1
* SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusionSteve French2023-08-301-1/+1
* [SMB3] send channel sequence number in SMB3 requests after reconnectsSteve French2023-08-251-0/+1
* smb: client: reduce stack usage in smb2_set_ea()Paulo Alcantara2023-08-201-0/+13
* smb: cilent: set reparse mount points as automountsPaulo Alcantara2023-08-201-1/+1
* smb: client: do not query reparse points twice on symlinksPaulo Alcantara2023-08-201-7/+13
* smb: client: parse reparse point flag in create responsePaulo Alcantara2023-08-201-0/+4
* smb: client: move some params to cifs_open_info_dataPaulo Alcantara2023-08-201-3/+11
* smb: client: ensure to try all targets when finding nested linksPaulo Alcantara2023-08-201-2/+14
* cifs: fix charset issue in reconnectionWinston Wen2023-07-251-0/+1
* cifs: is_network_name_deleted should return a boolShyam Prasad N2023-07-141-1/+1