sapling/eden/fs/fuse
Katie Mancini bcf6aa465c teach edenfs to signal itself on MacOS nfs
Summary:
MacOS does not have the device field like linux that we can use to mark edenfs
nfs mounts. But there is the `f_mntfromname` field. This field more typically
might have the path which this nfs mount is mirrored from, but it should be fine
to hyjack as the edenfs indicator field.

Reviewed By: xavierd

Differential Revision: D27717945

fbshipit-source-id: 056fb39dc3273b68d79c26487fd045f4e7f93b7b
2021-04-13 09:09:02 -07:00
..
fuse_tester path: forbid building non-utf8 paths 2021-02-23 11:35:12 -08:00
privhelper teach edenfs to signal itself on MacOS nfs 2021-04-13 09:09:02 -07:00
test path: forbid building non-utf8 paths 2021-02-23 11:35:12 -08:00
CMakeLists.txt nfs: implement SETATTR RPC 2021-03-11 08:31:07 -08:00
DirList.cpp fuse: rename DirList into FuseDirList 2021-03-18 10:08:49 -07:00
DirList.h fuse: rename DirList into FuseDirList 2021-03-18 10:08:49 -07:00
FuseChannel.cpp fuse: rename DirList into FuseDirList 2021-03-18 10:08:49 -07:00
FuseChannel.h log returned inode numbers from lookup/create/mkdir 2021-02-23 12:27:10 -08:00
FuseDispatcher.cpp fuse: rename DirList into FuseDirList 2021-03-18 10:08:49 -07:00
FuseDispatcher.h fuse: rename DirList into FuseDirList 2021-03-18 10:08:49 -07:00
FuseRequestContext.cpp log returned inode numbers from lookup/create/mkdir 2021-02-23 12:27:10 -08:00
FuseRequestContext.h log returned inode numbers from lookup/create/mkdir 2021-02-23 12:27:10 -08:00
FuseTypes.h move third-party/ into eden/fs/ 2020-05-04 11:33:12 -07:00
Invalidation.h make unlink and rmdir explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
PollHandle.cpp fs: ifdef linux/macos only files 2020-09-23 12:20:41 -07:00
PollHandle.h Tidy up license headers 2019-10-11 05:28:23 -07:00