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
/
d_path.c
Age
Commit message (
Expand
)
Author
2023-05-17
fs: d_path: include internal.h
Arnd Bergmann
2022-08-20
d_path.c: typo fix...
Al Viro
2022-08-20
dynamic_dname(): drop unused dentry argument
Al Viro
2021-11-06
d_path: fix Kernel doc validator complaining
Jia He
2021-09-02
d_path: make 'prepend()' fill up the buffer exactly on overflow
Linus Torvalds
2021-05-18
getcwd(2): clean up error handling
Al Viro
2021-05-18
d_path: prepend_path() is unlikely to return non-zero
Al Viro
2021-05-18
d_path: prepend_path(): lift the inner loop into a new helper
Al Viro
2021-05-18
d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loop
Al Viro
2021-05-18
d_path: prepend_path(): get rid of vfsmnt
Al Viro
2021-05-18
d_path: introduce struct prepend_buffer
Al Viro
2021-05-18
d_path: make prepend_name() boolean
Al Viro
2021-05-18
d_path: lift -ENAMETOOLONG handling into callers of prepend_path()
Al Viro
2021-05-18
d_path: don't bother with return value of prepend()
Al Viro
2021-05-18
getcwd(2): saner logics around prepend_path() call
Al Viro
2021-05-18
d_path: get rid of path_with_deleted()
Al Viro
2021-05-18
d_path: regularize handling of root dentry in __dentry_path()
Al Viro
2021-05-17
d_path: saner calling conventions for __dentry_path()
Al Viro
2021-05-17
d_path: "\0" is {0,0}, not {0}
Al Viro
2021-03-21
constify dentry argument of dentry_path()/dentry_path_raw()
Al Viro
2020-10-14
fs: fix NULL dereference due to data race in prepend_path()
Andrii Nakryiko
2019-08-30
[PATCH] fix d_absolute_path() interplay with fsmount()
Al Viro
2019-05-21
unexport simple_dname()
Al Viro
2018-03-29
split d_path() and friends into a separate file
Al Viro