index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
smb
/
client
/
cached_dir.c
Age
Commit message (
Expand
)
Author
2025-12-05
cifs: Add a tracepoint to log EIO errors
David Howells
2025-11-20
smb: client: introduce close_cached_dir_locked()
Henrique Carvalho
2025-11-04
smb: client: fix potential UAF in smb2_close_cached_fid()
Henrique Carvalho
2025-10-09
smb: client: remove cfids_invalidation_worker
Enzo Matsumiya
2025-10-01
smb: client: short-circuit in open_cached_dir_by_dentry() if !dentry
Henrique Carvalho
2025-10-01
smb: client: remove unused fid_lock
Henrique Carvalho
2025-10-01
smb: client: update cfid->last_access_time in open_cached_dir_by_dentry()
Henrique Carvalho
2025-10-01
smb: client: ensure open_cached_dir_by_dentry() only returns valid cfid
Steve French
2025-10-01
smb: client: account smb directory cache usage and per-tcon totals
Bharath SM
2025-07-27
cifs: add new field to track the last access time of cfid
Shyam Prasad N
2025-07-27
smb: change return type of cached_dir_lease_break() to bool
Bharath SM
2025-06-21
smb: Log an error when close_all_cached_dirs fails
Paul Aurich
2025-06-03
Merge tag 'v6.16-rc-part1-smb-client-fixes' of git://git.samba.org/sfrench/ci...
Linus Torvalds
2025-06-01
smb: client: use ParentLeaseKey in open_cached_dir
Henrique Carvalho
2025-05-26
Merge tag 'vfs-6.16-rc1.async.dir' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-05-07
smb: client: Avoid race in open_cached_dir with lease breaks
Paul Aurich
2025-04-08
VFS: rename lookup_one_len family to lookup_noperm and remove permission check
NeilBrown
2024-11-26
smb: Initialize cfid->tcon before performing network ops
Paul Aurich
2024-11-26
smb: During unmount, ensure all cached dir instances drop their dentry
Paul Aurich
2024-11-25
smb: client: change return value in open_cached_dir_by_dentry() if !cfids
Henrique Carvalho
2024-11-25
smb: client: remove unnecessary checks in open_cached_dir()
Henrique Carvalho
2024-11-21
smb: prevent use-after-free due to open_cached_dir error paths
Paul Aurich
2024-11-21
smb: Don't leak cfid when reconnect races with open_cached_dir
Paul Aurich
2024-11-21
smb: cached directories can be more than root file handle
Paul Aurich
2024-04-11
smb3: fix Open files on server counter going negative
Steve French
2024-04-03
smb3: retrying on failed server close
Ritvik Budhiraja
2024-03-14
cifs: open_cached_dir(): add FILE_READ_EA to desired access
Eugene Korenevsky
2024-02-11
cifs: update the same create_guid on replay
Shyam Prasad N
2024-01-23
cifs: commands that are retried should have replay flag set
Shyam Prasad N
2024-01-23
cifs: helper function to check replayable error codes
Shyam Prasad N
2024-01-18
cifs: open_cached_dir should not rely on primary channel
Shyam Prasad N
2023-12-11
smb: client: fix potential OOBs in smb2_parse_contexts()
Paulo Alcantara
2023-11-02
smb: client: fix use-after-free in smb2_query_info_compound()
Paulo Alcantara
2023-10-12
smb: client: prevent new fids from being removed by laundromat
Paulo Alcantara
2023-10-12
smb: client: make laundromat a delayed worker
Paulo Alcantara
2023-09-19
smb3: do not start laundromat thread when dir leases
Steve French
2023-09-07
smb3: allow controlling maximum number of cached directories
Steve French
2023-08-31
smb3: allow controlling length of time directory entries are cached with dir ...
Steve French
2023-08-22
cifs: update desired access while requesting for directory lease
Bharath SM
2023-07-05
cifs: Add a laundromat thread for cached directories
Ronnie Sahlberg
2023-05-24
smb: move client and server files to common directory fs/smb
Steve French