index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cached_dir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
smb: move client and server files to common directory fs/smb
Steve French
2023-05-24
1
-606
/
+0
*
cifs: fix dentry lookups in directory handle cache
Paulo Alcantara
2023-03-24
1
-2
/
+34
*
cifs: append path to open_enter trace event
Shyam Prasad N
2023-03-24
1
-0
/
+1
*
cifs: return a single-use cfid if we did not get a lease
Ronnie Sahlberg
2023-02-20
1
-3
/
+13
*
cifs: Check the lease context if we actually got a lease
Ronnie Sahlberg
2023-02-20
1
-5
/
+9
*
cifs: Fix uninitialized memory reads for oparms.mode
Volker Lendecke
2023-02-20
1
-6
/
+7
*
cifs: drop the lease for cached directories on rmdir or rename
Ronnie Sahlberg
2022-10-20
1
-0
/
+21
*
cifs: set rc to -ENOENT if we can not get a dentry for the cached dir
Ronnie Sahlberg
2022-10-18
1
-2
/
+4
*
cifs: use LIST_HEAD() and list_move() to simplify code
Yang Yingliang
2022-10-18
1
-8
/
+4
*
cifs: find and use the dentry for cached non-root directories also
Ronnie Sahlberg
2022-10-13
1
-14
/
+49
*
cifs: enable caching of directories for which a lease is held
Ronnie Sahlberg
2022-10-13
1
-182
/
+246
*
cifs: store a pointer to a fid in the cfid structure instead of the struct
Ronnie Sahlberg
2022-10-05
1
-8
/
+55
*
cifs: improve handlecaching
Ronnie Sahlberg
2022-10-05
1
-4
/
+5
*
cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fid
Ronnie Sahlberg
2022-10-05
1
-23
/
+27
*
smb3: add dynamic trace points for tree disconnect
Steve French
2022-10-05
1
-1
/
+1
*
cifs: Do not access tcon->cfids->cfid directly from is_path_accessible
Ronnie Sahlberg
2022-08-13
1
-4
/
+6
*
cifs: Add constructor/destructors for tcon->cfid
Ronnie Sahlberg
2022-08-12
1
-43
/
+67
*
cifs: Move cached-dir functions into a separate file
Ronnie Sahlberg
2022-08-11
1
-0
/
+362