index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cached_dir.c
Age
Commit message (
Expand
)
Author
2022-10-19
cifs: drop the lease for cached directories on rmdir or rename
Ronnie Sahlberg
2022-10-18
cifs: set rc to -ENOENT if we can not get a dentry for the cached dir
Ronnie Sahlberg
2022-10-18
cifs: use LIST_HEAD() and list_move() to simplify code
Yang Yingliang
2022-10-13
cifs: find and use the dentry for cached non-root directories also
Ronnie Sahlberg
2022-10-13
cifs: enable caching of directories for which a lease is held
Ronnie Sahlberg
2022-10-05
cifs: store a pointer to a fid in the cfid structure instead of the struct
Ronnie Sahlberg
2022-10-05
cifs: improve handlecaching
Ronnie Sahlberg
2022-10-05
cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fid
Ronnie Sahlberg
2022-10-05
smb3: add dynamic trace points for tree disconnect
Steve French
2022-08-12
cifs: Do not access tcon->cfids->cfid directly from is_path_accessible
Ronnie Sahlberg
2022-08-11
cifs: Add constructor/destructors for tcon->cfid
Ronnie Sahlberg
2022-08-11
cifs: Move cached-dir functions into a separate file
Ronnie Sahlberg