sapling/eden/fs/store
Xavier Deguillard e9de9e1fe5 backingstore: rename refresh method to flush
Summary:
The intent behind the refresh method is to both read new data from the disk,
but also to flush the in-memory write buffer to disk. The name "flush" is used
in the revisionstore code to mean the latter, thus let's use "flush" in the
rest of the codebase.

Reviewed By: kmancini

Differential Revision: D30947873

fbshipit-source-id: c85a6abe770a47d6ce454d6af1fa73e505194a22
2021-09-21 10:22:11 -07:00
..
git remove dead code from serializeTree 2021-09-08 16:27:10 -07:00
hg backingstore: rename refresh method to flush 2021-09-21 10:22:11 -07:00
test store: diff should respect the mount case sensitivity 2021-07-29 11:29:42 -07:00
BackingStore.h rename Hash to Hash20 2021-09-08 16:27:10 -07:00
BackingStoreLogger.cpp rename Channel to FS in logging 2021-06-30 18:52:47 -07:00
BackingStoreLogger.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
BlobAccess.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
BlobAccess.h rename Hash to Hash20 2021-09-08 16:27:10 -07:00
BlobCache.h rename Hash to Hash20 2021-09-08 16:27:10 -07:00
BlobMetadata.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
CMakeLists.txt creating RE CAS backing store with everything unimplemented. 2021-04-28 14:59:39 -07:00
Diff.cpp store: diff should respect the mount case sensitivity 2021-07-29 11:29:42 -07:00
Diff.h rename Hash to Hash20 2021-09-08 16:27:10 -07:00
DiffCallback.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
DiffContext.cpp store: diff should respect the mount case sensitivity 2021-07-29 11:29:42 -07:00
DiffContext.h store: diff should respect the mount case sensitivity 2021-07-29 11:29:42 -07:00
eden_store_util.cpp eden: use fmt::format instead of folly::to 2020-09-23 21:14:20 -07:00
EmptyBackingStore.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
EmptyBackingStore.h Add getTreeEntryForRootId API to BackingStore to get a tree entry by RootId 2021-08-20 17:11:23 -07:00
ImportPriority.h store: split the blob/tree/prefetch queue 2021-09-01 14:29:27 -07:00
IObjectStore.h rename Hash to Hash20 2021-09-08 16:27:10 -07:00
KeySpace.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
KeySpace.h deprecate scs proxy hash 2021-09-14 19:52:15 -07:00
LocalStore.cpp replace most folly:format uses 2021-09-20 16:23:22 -07:00
LocalStore.h remove dead code from serializeTree 2021-09-08 16:27:10 -07:00
MemoryLocalStore.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
MemoryLocalStore.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
ObjectCache-inl.h ObjectCache use distributed lock 2021-04-27 17:38:39 -07:00
ObjectCache.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
ObjectFetchContext.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
ObjectFetchContext.h rename Hash to Hash20 2021-09-08 16:27:10 -07:00
ObjectStore.cpp replace most folly:format uses 2021-09-20 16:23:22 -07:00
ObjectStore.h store: avoid copying proxy hashes during prefetch 2021-08-23 11:05:02 -07:00
PathLoader.cpp add eden glob command 2021-02-23 19:58:03 -08:00
PathLoader.h add eden glob command 2021-02-23 19:58:03 -08:00
RocksDbLocalStore.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
RocksDbLocalStore.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
ScmStatusDiffCallback.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
ScmStatusDiffCallback.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
SerializedBlobMetadata.cpp replace most folly:format uses 2021-09-20 16:23:22 -07:00
SerializedBlobMetadata.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
SqliteLocalStore.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
SqliteLocalStore.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
StatsFetchContext.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
StatsFetchContext.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
StoreResult.cpp include more error message context when a LocalStore lookup misses 2021-02-26 00:28:46 -08:00
StoreResult.h include more error message context when a LocalStore lookup misses 2021-02-26 00:28:46 -08:00
TreeCache.cpp use custom in memory tree cache 2021-04-27 17:38:40 -07:00
TreeCache.h rename Hash to Hash20 2021-09-08 16:27:10 -07:00
TreeMetadata.cpp store: namespace facebook::eden 2021-06-08 19:29:37 -07:00
TreeMetadata.h store: namespace facebook::eden 2021-06-08 19:29:37 -07:00