summaryrefslogtreecommitdiff
path: root/fs/cifs/cached_dir.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: fix dentry lookups in directory handle cachePaulo Alcantara2023-03-241-2/+34
* cifs: append path to open_enter trace eventShyam Prasad N2023-03-241-0/+1
* cifs: return a single-use cfid if we did not get a leaseRonnie Sahlberg2023-02-201-3/+13
* cifs: Check the lease context if we actually got a leaseRonnie Sahlberg2023-02-201-5/+9
* cifs: Fix uninitialized memory reads for oparms.modeVolker Lendecke2023-02-201-6/+7
* 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