aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cached_dir.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-19cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg1-0/+4
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg1-7/+13
2022-10-05cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg1-1/+3
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg1-2/+6
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg1-1/+1
2022-08-11cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg1-0/+38
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-0/+26