sapling/eden/fs/inodes
Adam Simpkins da3c070d70 rename FileHandle to EdenFileHandle
Summary:
This helps distinguish `facebook::eden::FileHandle` from
`facebook::eden::fusell::FileHandle`, and will make it possible to eliminate
the separate `facebook::eden::fusell` namespace in the future.

Reviewed By: chadaustin

Differential Revision: D7314456

fbshipit-source-id: 0869427766fe666d119a59c7df1c97825a8ad36e
2018-03-19 12:55:17 -07:00
..
test rename FileHandle to EdenFileHandle 2018-03-19 12:55:17 -07:00
CheckoutAction.cpp simplify isSameAs checking of mode bits 2018-02-20 11:36:11 -08:00
CheckoutAction.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
CheckoutContext.cpp Removed all folly::fbstring uses from eden. 2018-01-03 16:41:34 -08:00
CheckoutContext.h Change how the UNTRACKED_ADDED conflict and merges are handled. 2017-11-29 21:50:34 -08:00
DeferredDiffEntry.cpp simplify isSameAs checking of mode bits 2018-02-20 11:36:11 -08:00
DeferredDiffEntry.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
DiffContext.cpp update diff code to use previously retrieved UserInfo 2018-02-08 19:36:03 -08:00
DiffContext.h update diff code to use previously retrieved UserInfo 2018-02-08 19:36:03 -08:00
Differ.cpp Minor stylistic changes. 2018-01-23 14:52:34 -08:00
Differ.h add scmGetStatusBetweenRevisions thrift call 2017-11-28 19:36:32 -08:00
EdenDispatcher.cpp rename FileHandle to EdenFileHandle 2018-03-19 12:55:17 -07:00
EdenDispatcher.h clean up fuse init processing 2018-01-31 15:08:42 -08:00
EdenFileHandle.cpp rename FileHandle to EdenFileHandle 2018-03-19 12:55:17 -07:00
EdenFileHandle.h rename FileHandle to EdenFileHandle 2018-03-19 12:55:17 -07:00
EdenMount.cpp have FuseChannel return its FD in the completion future 2018-03-16 17:39:13 -07:00
EdenMount.h prevent FuseChannel from being destroyed with outstanding requests 2018-03-16 12:35:19 -07:00
FileInode.cpp rename FileHandle to EdenFileHandle 2018-03-19 12:55:17 -07:00
FileInode.h rename FileHandle to EdenFileHandle 2018-03-19 12:55:17 -07:00
InodeBase.cpp make it annoying to use InodeNumber as an integer 2018-02-27 12:44:41 -08:00
InodeBase.h split InodeTimestamps into its own file 2018-02-01 12:34:15 -08:00
InodeDiffCallback.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeError.cpp make it annoying to use InodeNumber as an integer 2018-02-27 12:44:41 -08:00
InodeError.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeMap.cpp Eliminate InodeMap::load and require that the takeover state be passed into initialize 2018-03-15 17:48:27 -07:00
InodeMap.h Eliminate InodeMap::load and require that the takeover state be passed into initialize 2018-03-15 17:48:27 -07:00
InodePtr-defs.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodePtr.cpp fix opt build 2018-03-12 22:22:59 -07:00
InodePtr.h add explicit conversion from std::unique_ptr to InodePtr 2018-03-09 13:37:08 -08:00
InodePtrFwd.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
InodeTimestamps.cpp Back out "[codemod] - comment out unused parameters" 2018-02-22 12:42:29 -08:00
InodeTimestamps.h store timestamps in memory with 64-bit EdenTimestamp 2018-02-15 16:31:43 -08:00
Overlay.cpp allow constructing an entry with an inode number 2018-03-07 23:11:49 -08:00
Overlay.h allow constructing an entry with an inode number 2018-03-07 23:11:49 -08:00
overlay.thrift remove unused thrift struct 2018-01-05 14:22:20 -08:00
ParentInodeInfo.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
ServerState.cpp move the clock to ServerState 2018-03-16 12:35:19 -07:00
ServerState.h move the clock to ServerState 2018-03-16 12:35:19 -07:00
TreeInode.cpp rename FileHandle to EdenFileHandle 2018-03-19 12:55:17 -07:00
TreeInode.h rename FileHandle to EdenFileHandle 2018-03-19 12:55:17 -07:00
TreeInodeDirHandle.cpp make it annoying to use InodeNumber as an integer 2018-02-27 12:44:41 -08:00
TreeInodeDirHandle.h remove dep on libfuse 2018-01-02 16:36:16 -08:00