sapling/eden/fs/store
Giuseppe Ottaviano 076cb3c4e7 Implement HgImporterThreadFactory in terms of InitThreadFactory
Reviewed By: xavierd

Differential Revision: D43155174

fbshipit-source-id: 28bde2dae9e6ffe1e3d61b02a039661bd6fef50b
2023-02-10 12:05:49 -08:00
..
git remove the default implementation of getLocalBlobMetadata 2022-11-15 16:23:30 -08:00
hg Implement HgImporterThreadFactory in terms of InitThreadFactory 2023-02-10 12:05:49 -08:00
test clean up timing of ObjectCache benchmarks 2022-12-21 10:46:20 -08:00
BackingStore.h remove the default implementation of getLocalBlobMetadata 2022-11-15 16:23:30 -08:00
BackingStoreLogger.cpp decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
BackingStoreLogger.h decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
BlobAccess.cpp decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
BlobAccess.h decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
BlobCache.h fs: fix license header 2022-01-04 15:00:07 -08:00
CMakeLists.txt common: rename utils -> edencommon_utils 2022-08-16 11:23:53 -07:00
Diff.cpp replace ImmediateFuture's default constructor with an in_place constructor 2022-12-19 13:11:02 -08:00
Diff.h store: use ImmediateFuture more in diff code 2022-07-13 19:30:34 -07:00
DiffCallback.h diff: allow reporting directory changes too 2022-05-06 09:44:33 -07:00
DiffContext.cpp inodes: no longer follow symlinks for gitignore 2022-07-13 19:30:34 -07:00
DiffContext.h decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
eden_store_util.cpp Allow Delayed opening of RocksDb 2022-08-19 10:45:59 -07:00
EmptyBackingStore.cpp decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
EmptyBackingStore.h remove the default implementation of getLocalBlobMetadata 2022-11-15 16:23:30 -08:00
ImportPriority.cpp refactor ImportPriority 2022-11-15 16:23:30 -08:00
ImportPriority.h refactor ImportPriority 2022-11-15 16:23:30 -08:00
IObjectStore.h decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
KeySpace.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
KeySpace.h store: deprecate KeySpace::TreeMetaDataFamily 2022-03-02 15:03:35 -08:00
LocalStore.cpp remove BlobMetadata computation from LocalStore 2022-09-16 15:28:00 -07:00
LocalStore.h remove BlobMetadata computation from LocalStore 2022-09-16 15:28:00 -07:00
LocalStoreCachedBackingStore.cpp decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
LocalStoreCachedBackingStore.h decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
MemoryLocalStore.cpp allow delayed opening of localStore 2022-08-19 10:45:59 -07:00
MemoryLocalStore.h mark all LocalStores as final 2022-09-30 11:35:05 -07:00
ObjectCache-inl.h store: use an intrusive list in ObjectCache 2022-10-06 11:49:19 -07:00
ObjectCache.h store: use an intrusive list in ObjectCache 2022-10-06 11:49:19 -07:00
ObjectFetchContext.cpp decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
ObjectFetchContext.h refactor ImportPriority 2022-11-15 16:23:30 -08:00
ObjectStore.cpp remove unecessary explicit ImmediateFuture construction 2023-01-27 16:04:07 -08:00
ObjectStore.h implement debugGetBlobMetadata 2023-01-27 14:35:09 -08:00
PathLoader.cpp decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
PathLoader.h decouple ObjectFetchContext lifetime from RequestContext 2022-11-15 13:35:45 -08:00
RocksDbLocalStore.cpp inodes: trace globbing related code 2023-01-18 16:41:25 -08:00
RocksDbLocalStore.h add some debugging to understand localstore not yet open errors 2022-11-03 10:46:56 -07:00
ScmStatusDiffCallback.cpp introduce an asString() on Path and PathPiece 2022-11-11 18:46:15 -08:00
ScmStatusDiffCallback.h diff: allow reporting directory changes too 2022-05-06 09:44:33 -07:00
SerializedBlobMetadata.cpp remove folly::Format store 2022-08-02 11:44:19 -07:00
SerializedBlobMetadata.h fix some laziness in the include structure 2022-03-03 12:11:31 -08:00
SqliteLocalStore.cpp allow delayed opening of sqlite db 2022-08-19 10:45:59 -07:00
SqliteLocalStore.h mark all LocalStores as final 2022-09-30 11:35:05 -07:00
StatsFetchContext.cpp have ImmediateFuture require T be noexcept-move 2022-12-02 21:36:25 -08:00
StatsFetchContext.h have ImmediateFuture require T be noexcept-move 2022-12-02 21:36:25 -08:00
StoreResult.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
StoreResult.h fs: fix license header 2022-01-04 15:00:07 -08:00
TreeCache.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
TreeCache.h fs: fix license header 2022-01-04 15:00:07 -08:00
TreeMetadata.cpp fs: fix license header 2022-01-04 15:00:07 -08:00
TreeMetadata.h fs: fix license header 2022-01-04 15:00:07 -08:00