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
/
d_path.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-02
d_path: make 'prepend()' fill up the buffer exactly on overflow
Linus Torvalds
1
-30
/
+63
2021-05-19
getcwd(2): clean up error handling
Al Viro
1
-17
/
+12
2021-05-19
d_path: prepend_path() is unlikely to return non-zero
Al Viro
1
-3
/
+3
2021-05-19
d_path: prepend_path(): lift the inner loop into a new helper
Al Viro
1
-39
/
+38
2021-05-19
d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loop
Al Viro
1
-1
/
+3
2021-05-19
d_path: prepend_path(): get rid of vfsmnt
Al Viro
1
-7
/
+4
2021-05-19
d_path: introduce struct prepend_buffer
Al Viro
1
-67
/
+75
2021-05-19
d_path: make prepend_name() boolean
Al Viro
1
-6
/
+6
2021-05-19
d_path: lift -ENAMETOOLONG handling into callers of prepend_path()
Al Viro
1
-28
/
+11
2021-05-19
d_path: don't bother with return value of prepend()
Al Viro
1
-11
/
+9
2021-05-19
getcwd(2): saner logics around prepend_path() call
Al Viro
1
-13
/
+4
2021-05-19
d_path: get rid of path_with_deleted()
Al Viro
1
-18
/
+5
2021-05-19
d_path: regularize handling of root dentry in __dentry_path()
Al Viro
1
-16
/
+5
2021-05-18
d_path: saner calling conventions for __dentry_path()
Al Viro
1
-20
/
+13
2021-05-18
d_path: "\0" is {0,0}, not {0}
Al Viro
1
-5
/
+5
2021-03-21
constify dentry argument of dentry_path()/dentry_path_raw()
Al Viro
1
-5
/
+5
2020-10-15
fs: fix NULL dereference due to data race in prepend_path()
Andrii Nakryiko
1
-1
/
+5
2019-08-31
[PATCH] fix d_absolute_path() interplay with fsmount()
Al Viro
1
-2
/
+4
2019-05-21
unexport simple_dname()
Al Viro
1
-1
/
+0
2018-03-29
split d_path() and friends into a separate file
Al Viro
1
-0
/
+470