Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-30 | [PATCH] fix d_absolute_path() interplay with fsmount() | Al Viro | 1 | -2/+4 | |
stuff in anon namespace should be treated as unattached. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||||
2019-05-21 | unexport simple_dname() | Al Viro | 1 | -1/+0 | |
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> | |||||
2018-03-29 | split d_path() and friends into a separate file | Al Viro | 1 | -0/+470 | |
Those parts of fs/dcache.c are pretty much self-contained. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> |