sapling/eden/fs/fuse
Wez Furlong b5b76236e0 eden: adjust volume name on macos
Summary:
The Finder shows the volume name instead of the directory
name when it renders the directory containing a mount, and the default
name of `OSXFuse Volume X` makes it hard to distinguish between multiple
mounts in the same folder.

This changes the volume name to be the basename of the mounted path so
that the finder renders things more reasonably.

Reviewed By: chadaustin

Differential Revision: D14969807

fbshipit-source-id: de9d8469360712828598fed124ed02ee5d6dd44a
2019-04-17 12:54:51 -07:00
..
fuse_tester Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
privhelper eden: adjust volume name on macos 2019-04-17 12:54:51 -07:00
test Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
BufVec.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
BufVec.h remove the fusell namespace 2018-03-19 17:01:52 -07:00
CMakeLists.txt eden: handlemap.thrift was removed, but not from cmake build 2018-12-15 13:43:31 -08:00
DirList.cpp split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
DirList.h simplify readdir implementation 2018-12-05 01:34:53 -08:00
Dispatcher.cpp Rename ThreadLocalEdenStats to EdenStats 2019-04-14 20:45:16 -07:00
Dispatcher.h Encapsulate EdenStats 2019-04-14 20:45:16 -07:00
FileHandle.h move write from EdenFileHandle to FileInode 2018-10-08 15:11:55 -07:00
FileHandleBase.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
FileHandleBase.h remove getattr and setattr from FileHandleBase 2018-10-08 13:17:03 -07:00
FuseChannel.cpp Rename EdenStats to EdenThreadStats 2019-04-14 20:45:16 -07:00
FuseChannel.h Create exception type for FUSE unmount-during-init 2019-03-11 20:48:27 -07:00
FuseTypes.h add osxfuse kernel header 2019-03-19 10:26:24 -07:00
InodeNumber.cpp split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
InodeNumber.h split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
PollHandle.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
PollHandle.h remove the fusell namespace 2018-03-19 17:01:52 -07:00
RequestData.cpp Encapsulate EdenStats 2019-04-14 20:45:16 -07:00
RequestData.h Replace Future::onError with Future::thenError 2019-04-17 11:59:13 -07:00