summaryrefslogtreecommitdiffstats
path: root/fs/d_path.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* d_path: regularize handling of root dentry in __dentry_path()Al Viro2021-05-191-16/+5
* d_path: saner calling conventions for __dentry_path()Al Viro2021-05-181-20/+13
* d_path: "\0" is {0,0}, not {0}Al Viro2021-05-181-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-311-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