Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | d_path: regularize handling of root dentry in __dentry_path() | Al Viro | 2021-05-19 | 1 | -16/+5 |
* | d_path: saner calling conventions for __dentry_path() | Al Viro | 2021-05-18 | 1 | -20/+13 |
* | d_path: "\0" is {0,0}, not {0} | Al Viro | 2021-05-18 | 1 | -5/+5 |
* | constify dentry argument of dentry_path()/dentry_path_raw() | Al Viro | 2021-03-21 | 1 | -5/+5 |
* | fs: fix NULL dereference due to data race in prepend_path() | Andrii Nakryiko | 2020-10-14 | 1 | -1/+5 |
* | [PATCH] fix d_absolute_path() interplay with fsmount() | Al Viro | 2019-08-31 | 1 | -2/+4 |
* | unexport simple_dname() | Al Viro | 2019-05-21 | 1 | -1/+0 |
* | split d_path() and friends into a separate file | Al Viro | 2018-03-29 | 1 | -0/+470 |