summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cached_dir.h
Commit message (Expand)AuthorAgeFilesLines
* cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg2022-10-191-0/+4
* cifs: enable caching of directories for which a lease is heldRonnie Sahlberg2022-10-131-7/+13
* cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg2022-10-051-1/+3
* cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg2022-10-051-2/+6
* cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg2022-08-121-1/+1
* cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-111-0/+38
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-0/+26