summaryrefslogtreecommitdiffstats
path: root/fs/smb/client/cached_dir.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: fix Open files on server counter going negativeSteve French2024-04-111-2/+2
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-031-2/+4
* cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky2024-03-141-1/+2
* cifs: update the same create_guid on replayShyam Prasad N2024-02-111-0/+1
* cifs: commands that are retried should have replay flag setShyam Prasad N2024-01-231-4/+19
* cifs: helper function to check replayable error codesShyam Prasad N2024-01-231-0/+1
* cifs: open_cached_dir should not rely on primary channelShyam Prasad N2024-01-181-1/+1
* smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara2023-12-111-5/+12
* smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara2023-11-021-35/+49
* smb: client: prevent new fids from being removed by laundromatPaulo Alcantara2023-10-121-21/+35
* smb: client: make laundromat a delayed workerPaulo Alcantara2023-10-121-54/+35
* smb3: do not start laundromat thread when dir leasesSteve French2023-09-191-0/+6
* smb3: allow controlling maximum number of cached directoriesSteve French2023-09-071-3/+4
* smb3: allow controlling length of time directory entries are cached with dir ...Steve French2023-08-311-2/+2
* cifs: update desired access while requesting for directory leaseBharath SM2023-08-221-1/+1
* cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2023-07-051-0/+67
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-0/+606