summaryrefslogtreecommitdiff
path: root/fs/cifs/cached_dir.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24cifs: fix dentry lookups in directory handle cachePaulo Alcantara1-2/+34
2023-03-24cifs: append path to open_enter trace eventShyam Prasad N1-0/+1
2023-02-20cifs: return a single-use cfid if we did not get a leaseRonnie Sahlberg1-3/+13
2023-02-20cifs: Check the lease context if we actually got a leaseRonnie Sahlberg1-5/+9
2023-02-20cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke1-6/+7
2022-10-20cifs: drop the lease for cached directories on rmdir or renameRonnie Sahlberg1-0/+21
2022-10-18cifs: set rc to -ENOENT if we can not get a dentry for the cached dirRonnie Sahlberg1-2/+4
2022-10-18cifs: use LIST_HEAD() and list_move() to simplify codeYang Yingliang1-8/+4
2022-10-13cifs: find and use the dentry for cached non-root directories alsoRonnie Sahlberg1-14/+49
2022-10-13cifs: enable caching of directories for which a lease is heldRonnie Sahlberg1-182/+246
2022-10-05cifs: store a pointer to a fid in the cfid structure instead of the structRonnie Sahlberg1-8/+55
2022-10-05cifs: improve handlecachingRonnie Sahlberg1-4/+5
2022-10-05cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fidRonnie Sahlberg1-23/+27
2022-10-05smb3: add dynamic trace points for tree disconnectSteve French1-1/+1
2022-08-13cifs: Do not access tcon->cfids->cfid directly from is_path_accessibleRonnie Sahlberg1-4/+6
2022-08-12cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg1-43/+67
2022-08-11cifs: Move cached-dir functions into a separate fileRonnie Sahlberg1-0/+362