sapling/eden/fs/fuse
Xavier Deguillard fdbedc4818 nfs: allow mountd and nfsd sockets to be non-inet on macOS
Summary:
macOS supports NFS servers that can be reached via a unix socket as a way to
improve performance by reducing the TCP cost. To support this, let's first
allow the socket to bind to to be passed to the RpcServer, and then pass it
through to the privhelper code.

Reviewed By: kmancini

Differential Revision: D28261423

fbshipit-source-id: 78c60aac26353d1da76a67897429b964332df8b3
2021-05-12 13:06:57 -07:00
..
fuse_tester utils: introduce CaseSensitivity 2021-04-20 13:08:27 -07:00
privhelper nfs: allow mountd and nfsd sockets to be non-inet on macOS 2021-05-12 13:06:57 -07:00
test utils: introduce CaseSensitivity 2021-04-20 13:08:27 -07: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: workaround macFUSE ABI change 2021-05-10 12:39:33 -07:00
FuseChannel.h utils: introduce CaseSensitivity 2021-04-20 13:08:27 -07: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 fuse: remove @manual from FuseTypes.h 2021-04-29 17:30:16 -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