sapling/eden/fs/nfs
Xavier Deguillard ce50d2e34c fs: add an NfsDispatcher
Summary:
Similarly to what is done for FUSE and ProjectedFS, the dispatcher is the glue
that sits in between the protocol specific bits and the inodes layer.

For now, this only implements "getattr" but it will be filled overtime as more
RPC can be answered properly.

Reviewed By: kmancini

Differential Revision: D26389795

fbshipit-source-id: 19cf3457feec2ebc100e632cb28c20b11fdde26d
2021-02-17 23:32:38 -08:00
..
portmap nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
rpc nfs: add NfsServer class 2021-02-09 12:47:11 -08:00
xdr fs: default initialize XdrVariant 2021-02-10 13:18:46 -08:00
CMakeLists.txt fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00
Mountd.cpp nfs: explicitely pass the EventBase to run the RpcServer on 2021-02-09 12:47:10 -08:00
Mountd.h nfs: add NfsServer class 2021-02-09 12:47:11 -08:00
MountdRpc.cpp nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
MountdRpc.h nfs: ifdef it on Windows 2021-02-05 21:22:56 -08:00
MountdUtil.cpp inodes: attempt to NFS mount 2021-02-09 12:47:11 -08:00
Nfsd3.cpp fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00
Nfsd3.h fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00
NfsDispatcher.cpp fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00
NfsDispatcher.h fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00
NfsdRpc.cpp nfs: add getattr RPC datastructures 2021-02-17 23:32:38 -08:00
NfsdRpc.h nfs: add getattr RPC datastructures 2021-02-17 23:32:38 -08:00
NfsServer.cpp fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00
NfsServer.h fs: add an NfsDispatcher 2021-02-17 23:32:38 -08:00