summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cached_dir.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-4/+6
* cifs: Add constructor/destructors for tcon->cfidRonnie Sahlberg2022-08-121-43/+67
* cifs: Move cached-dir functions into a separate fileRonnie Sahlberg2022-08-111-0/+362