summaryrefslogtreecommitdiffstats
path: root/fs/d_path.c
Commit message (Expand)AuthorAgeFilesLines
* d_path: make 'prepend()' fill up the buffer exactly on overflowLinus Torvalds2021-09-021-30/+63
* getcwd(2): clean up error handlingAl Viro2021-05-181-17/+12
* d_path: prepend_path() is unlikely to return non-zeroAl Viro2021-05-181-3/+3
* d_path: prepend_path(): lift the inner loop into a new helperAl Viro2021-05-181-39/+38
* d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loopAl Viro2021-05-181-1/+3
* d_path: prepend_path(): get rid of vfsmntAl Viro2021-05-181-7/+4
* d_path: introduce struct prepend_bufferAl Viro2021-05-181-67/+75
* d_path: make prepend_name() booleanAl Viro2021-05-181-6/+6
* d_path: lift -ENAMETOOLONG handling into callers of prepend_path()Al Viro2021-05-181-28/+11
* d_path: don't bother with return value of prepend()Al Viro2021-05-181-11/+9
* getcwd(2): saner logics around prepend_path() callAl Viro2021-05-181-13/+4
* d_path: get rid of path_with_deleted()Al Viro2021-05-181-18/+5
* d_path: regularize handling of root dentry in __dentry_path()Al Viro2021-05-181-16/+5
* d_path: saner calling conventions for __dentry_path()Al Viro2021-05-171-20/+13
* d_path: "\0" is {0,0}, not {0}Al Viro2021-05-171-5/+5
* constify dentry argument of dentry_path()/dentry_path_raw()Al Viro2021-03-211-5/+5
* fs: fix NULL dereference due to data race in prepend_path()Andrii Nakryiko2020-10-141-1/+5
* [PATCH] fix d_absolute_path() interplay with fsmount()Al Viro2019-08-301-2/+4
* unexport simple_dname()Al Viro2019-05-211-1/+0
* split d_path() and friends into a separate fileAl Viro2018-03-291-0/+470