aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/smb/client/cached_dir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07smb: client: Avoid race in open_cached_dir with lease breaksPaul Aurich1-8/+2
2024-11-26smb: Initialize cfid->tcon before performing network opsPaul Aurich1-1/+1
2024-11-26smb: During unmount, ensure all cached dir instances drop their dentryPaul Aurich1-30/+126
2024-11-25smb: client: change return value in open_cached_dir_by_dentry() if !cfidsHenrique Carvalho1-1/+1
2024-11-25smb: client: remove unnecessary checks in open_cached_dir()Henrique Carvalho1-4/+6
2024-11-21smb: prevent use-after-free due to open_cached_dir error pathsPaul Aurich1-41/+29
2024-11-21smb: Don't leak cfid when reconnect races with open_cached_dirPaul Aurich1-13/+14
2024-11-21smb: cached directories can be more than root file handlePaul Aurich1-1/+1
2024-04-11smb3: 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-11cifs: update the same create_guid on replayShyam Prasad N1-0/+1
2024-01-23cifs: commands that are retried should have replay flag setShyam Prasad N1-4/+19
2024-01-23cifs: helper function to check replayable error codesShyam Prasad N1-0/+1
2024-01-18cifs: 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 leasesSteve French1-2/+2
2023-08-22cifs: update desired access while requesting for directory leaseBharath SM1-1/+1
2023-07-05cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg1-0/+67
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-0/+606