index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cached_dir.c
Age
Commit message (
Expand
)
Author
2023-03-24
cifs: fix dentry lookups in directory handle cache
Paulo Alcantara
2023-03-24
cifs: append path to open_enter trace event
Shyam Prasad N
2023-02-20
cifs: return a single-use cfid if we did not get a lease
Ronnie Sahlberg
2023-02-20
cifs: Check the lease context if we actually got a lease
Ronnie Sahlberg
2023-02-20
cifs: Fix uninitialized memory reads for oparms.mode
Volker Lendecke
2022-10-19
cifs: drop the lease for cached directories on rmdir or rename
Ronnie Sahlberg
2022-10-18
cifs: set rc to -ENOENT if we can not get a dentry for the cached dir
Ronnie Sahlberg
2022-10-18
cifs: use LIST_HEAD() and list_move() to simplify code
Yang Yingliang
2022-10-13
cifs: find and use the dentry for cached non-root directories also
Ronnie Sahlberg
2022-10-13
cifs: enable caching of directories for which a lease is held
Ronnie Sahlberg
2022-10-05
cifs: store a pointer to a fid in the cfid structure instead of the struct
Ronnie Sahlberg
2022-10-05
cifs: improve handlecaching
Ronnie Sahlberg
2022-10-05
cifs: Make tcon contain a wrapper structure cached_fids instead of cached_fid
Ronnie Sahlberg
2022-10-05
smb3: add dynamic trace points for tree disconnect
Steve French
2022-08-12
cifs: Do not access tcon->cfids->cfid directly from is_path_accessible
Ronnie Sahlberg
2022-08-11
cifs: Add constructor/destructors for tcon->cfid
Ronnie Sahlberg
2022-08-11
cifs: Move cached-dir functions into a separate file
Ronnie Sahlberg