aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cached_dir.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19cifs: drop the lease for cached directories on rmdir or renameGravatar Ronnie Sahlberg 1-0/+21
2022-10-18cifs: set rc to -ENOENT if we can not get a dentry for the cached dirGravatar Ronnie Sahlberg 1-2/+4
2022-10-18cifs: use LIST_HEAD() and list_move() to simplify codeGravatar Yang Yingliang 1-8/+4
2022-10-13cifs: find and use the dentry for cached non-root directories alsoGravatar Ronnie Sahlberg 1-14/+49
2022-10-13cifs: enable caching of directories for which a lease is heldGravatar Ronnie Sahlberg 1-182/+246
2022-10-05cifs: store a pointer to a fid in the cfid structure instead of the structGravatar Ronnie Sahlberg 1-8/+55
2022-10-05cifs: improve handlecachingGravatar Ronnie Sahlberg 1-4/+5
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidGravatar Ronnie Sahlberg 1-23/+27
2022-10-05smb3: add dynamic trace points for tree disconnectGravatar Steve French 1-1/+1
2022-08-12cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleGravatar Ronnie Sahlberg 1-4/+6
2022-08-11cifs: Add constructor/destructors for tcon->cfidGravatar Ronnie Sahlberg 1-43/+67
2022-08-11cifs: Move cached-dir functions into a separate fileGravatar Ronnie Sahlberg 1-0/+362