sapling/eden/fs/service
Chad Austin 59ad0c2ac8 store the file handle -> InodeNumber map in the FileHandleMap
Summary: Eliminate the need to look up an InodeNumber from a FileHandle. Instead, simply preserve the mapping when it's created.

Reviewed By: wez

Differential Revision: D10187120

fbshipit-source-id: dc47f7776294871ff2398f33c31bd85d240ead50
2018-10-08 11:13:38 -07:00
..
oss print the build version when edenfs is starting 2018-06-26 12:07:08 -07:00
test check the return value of readFull() in a unit test 2018-08-28 13:37:10 -07:00
__init__.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
client.py add initiateShutdown() thrift method with a shutdown reason 2018-06-19 11:13:59 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
eden.thrift expose FUSE accesses over Thrift 2018-09-10 13:52:51 -07:00
EdenCPUThreadPool.cpp Rename UnboundedQueueThreadPool to UnboundedQueueExecutor and add a ManualExecutor variant 2018-08-03 13:21:59 -07:00
EdenCPUThreadPool.h Rename UnboundedQueueThreadPool to UnboundedQueueExecutor and add a ManualExecutor variant 2018-08-03 13:21:59 -07:00
EdenError.cpp update eden to be more liberal when parsing BinaryHash arguments 2018-03-20 16:47:12 -07:00
EdenError.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenServer.cpp store the file handle -> InodeNumber map in the FileHandleMap 2018-10-08 11:13:38 -07:00
EdenServer.h read use-mononoke and client-certificate in edenfs 2018-08-20 11:22:14 -07:00
EdenServiceHandler.cpp explicitly complete StreamPublisher stream on destruct 2018-10-01 13:21:59 -07:00
EdenServiceHandler.h adopt new thrift streaming API 2018-09-20 12:54:23 -07:00
main.cpp Correct error message for invalid flag value 2018-08-23 15:32:25 -07:00
PrettyPrinters.cpp Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
PrettyPrinters.h Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
StartupLogger.cpp Started Eden for Windows and integrated hg store with it. 2018-08-21 17:53:38 -07:00
StartupLogger.h add a StartupLogger helper class 2018-06-21 15:16:06 -07:00
streamingeden.thrift adopt new thrift streaming API 2018-09-20 12:54:23 -07:00
StreamingSubscriber.cpp move folly/experimental/logging to folly/logging/ 2018-04-30 21:29:29 -07:00
StreamingSubscriber.h fix a deadlock - lock ordering violation in Journal/StreamingSubscriber 2017-11-01 12:24:44 -07:00
ThriftUtil.h update eden to be more liberal when parsing BinaryHash arguments 2018-03-20 16:47:12 -07:00