summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cached_dir.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg2022-10-191-0/+21
* cifs: set rc to -ENOENT if we can not get a dentry for the cached dirRonnie Sahlberg2022-10-181-2/+4
* cifs: use LIST_HEAD() and list_move() to simplify codeYang Yingliang2022-10-181-8/+4
* cifs: find and use the dentry for cached non-root directories alsoRonnie Sahlberg2022-10-131-14/+49
* cifs: enable caching of directories for which a lease is heldRonnie Sahlberg2022-10-131-182/+246
* cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg2022-10-051-8/+55
* cifs: improve handlecachingRonnie Sahlberg2022-10-051-4/+5
* cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg2022-10-051-23/+27
* smb3: add dynamic trace points for tree disconnectSteve French2022-10-051-1/+1
* cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg2022-08-121-4/+6
* cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-111-43/+67
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-0/+362