index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cached_dir.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-20
cifs: drop the lease for cached directories on rmdir or rename
Ronnie Sahlberg
1
-0
/
+21
2022-10-18
cifs: set rc to -ENOENT if we can not get a dentry for the cached dir
Ronnie Sahlberg
1
-2
/
+4
2022-10-18
cifs: use LIST_HEAD() and list_move() to simplify code
Yang Yingliang
1
-8
/
+4
2022-10-13
cifs: find and use the dentry for cached non-root directories also
Ronnie Sahlberg
1
-14
/
+49
2022-10-13
cifs: enable caching of directories for which a lease is held
Ronnie Sahlberg
1
-182
/
+246
2022-10-05
cifs: store a pointer to a fid in the cfid structure instead of the struct
Ronnie Sahlberg
1
-8
/
+55
2022-10-05
cifs: improve handlecaching
Ronnie Sahlberg
1
-4
/
+5
2022-10-05
cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fid
Ronnie Sahlberg
1
-23
/
+27
2022-10-05
smb3: add dynamic trace points for tree disconnect
Steve French
1
-1
/
+1
2022-08-13
cifs: Do not access tcon->cfids->cfid directly from is_path_accessible
Ronnie Sahlberg
1
-4
/
+6
2022-08-12
cifs: Add constructor/destructors for tcon->cfid
Ronnie Sahlberg
1
-43
/
+67
2022-08-11
cifs: Move cached-dir functions into a separate file
Ronnie Sahlberg
1
-0
/
+362