summaryrefslogtreecommitdiff
path: root/fs/smb/client/cached_dir.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-27smb: Log an error when close_all_cached_dirs failsPaul Aurich1-2/+12
2025-05-18smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich1-8/+2
2024-12-05smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-12-05smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich1-30/+126
2024-12-05smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-12-05smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-12-05smb: cached directories can be more than root file handlePaul Aurich1-1/+1
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