aboutsummaryrefslogtreecommitdiffstats
path: root/fs/d_path.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06d_path: fix Kernel doc validator complainingJia He1-5/+3
2021-09-02d_path: make 'prepend()' fill up the buffer exactly on overflowLinus Torvalds1-30/+63
2021-05-18getcwd(2): clean up error handlingAl Viro1-17/+12
2021-05-18d_path: prepend_path() is unlikely to return non-zeroAl Viro1-3/+3
2021-05-18d_path: prepend_path(): lift the inner loop into a new helperAl Viro1-39/+38
2021-05-18d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loopAl Viro1-1/+3
2021-05-18d_path: prepend_path(): get rid of vfsmntAl Viro1-7/+4
2021-05-18d_path: introduce struct prepend_bufferAl Viro1-67/+75
2021-05-18d_path: make prepend_name() booleanAl Viro1-6/+6
2021-05-18d_path: lift -ENAMETOOLONG handling into callers of prepend_path()Al Viro1-28/+11
2021-05-18d_path: don't bother with return value of prepend()Al Viro1-11/+9
2021-05-18getcwd(2): saner logics around prepend_path() callAl Viro1-13/+4
2021-05-18d_path: get rid of path_with_deleted()Al Viro1-18/+5
2021-05-18d_path: regularize handling of root dentry in __dentry_path()Al Viro1-16/+5
2021-05-17d_path: saner calling conventions for __dentry_path()Al Viro1-20/+13
2021-05-17d_path: "\0" is {0,0}, not {0}Al Viro1-5/+5
2021-03-21constify dentry argument of dentry_path()/dentry_path_raw()Al Viro1-5/+5
2020-10-14fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko1-1/+5
2019-08-30[PATCH] fix d_absolute_path() interplay with fsmount()Al Viro1-2/+4
2019-05-21unexport simple_dname()Al Viro1-1/+0
2018-03-29split d_path() and friends into a separate fileAl Viro1-0/+470