aboutsummaryrefslogtreecommitdiff
path: root/fs/fuse/dir.c
Commit message (Collapse)AuthorAgeFilesLines
* misc: replace __FUNCTION__ by __function__Moyster2017-09-231-1/+1
| | | | | result of : git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g'
* fuse: Add support for d_canonical_pathDaniel Rosenberg2017-04-111-0/+45
| | | | | | | | | | | | Allows FUSE to report to inotify that it is acting as a layered filesystem. The userspace component returns a string representing the location of the underlying file. If the string cannot be resolved into a path, the top level path is returned instead. bug: 23904372 Change-Id: Iabdca0bbedfbff59e9c820c58636a68ef9683d9f Signed-off-by: Daniel Rosenberg <drosen@google.com>
* first commitMeizu OpenSource2016-08-151-0/+1991