summaryrefslogtreecommitdiff
path: root/fs/smb/client/cached_dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12smb3: fix Open files on server counter going negativeSteve French1-2/+2
2024-04-03smb3: retrying on failed server closeRitvik Budhiraja1-2/+4
2024-03-14cifs: open_cached_dir(): add FILE_READ_EA to desired accessEugene Korenevsky1-1/+2
2024-02-12cifs: update the same create_guid on replayShyam Prasad N1-0/+1
2024-01-24cifs: commands that are retried should have replay flag setShyam Prasad N1-4/+19
2024-01-24cifs: helper function to check replayable error codesShyam Prasad N1-0/+1
2024-01-19cifs: open_cached_dir should not rely on primary channelShyam Prasad N1-1/+1
2023-12-11smb: client: fix potential OOBs in smb2_parse_contexts()Paulo Alcantara1-5/+12
2023-11-02smb: client: fix use-after-free in smb2_query_info_compound()Paulo Alcantara1-35/+49
2023-10-12smb: client: prevent new fids from being removed by laundromatPaulo Alcantara1-21/+35
2023-10-12smb: client: make laundromat a delayed workerPaulo Alcantara1-54/+35
2023-09-19smb3: do not start laundromat thread when dir leasesSteve French1-0/+6
2023-09-07smb3: allow controlling maximum number of cached directoriesSteve French1-3/+4
2023-08-31smb3: allow controlling length of time directory entries are cached with dir ...Steve French1-2/+2
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM1-1/+1
2023-07-06cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg1-0/+67
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+606