sapling/eden/fs/inodes/test
Chad Austin a26afc332f simplify BufVec (for now)
Summary:
Avoid some overhead and complexity by storing BufVec as a
unique_ptr<IOBuf>. The complexity can be reintroduced if we ever find
FUSE splice support to be a performance win for us.

Reviewed By: kmancini

Differential Revision: D22710795

fbshipit-source-id: e58eedc0fb5cea9e9743ccd20d3e4e2b7cc5d198
2020-08-03 11:16:06 -07:00
..
CheckoutTest.cpp logging for thrift object fetch: checkout 2020-07-26 23:09:40 -07:00
CMakeLists.txt inodes: enable RenameTest on Windows 2020-05-05 18:14:55 -07:00
DiffTest.cpp Migrate to field_ref Thrift API 2020-07-21 11:23:35 -07:00
EdenDispatcherTest.cpp refactor - move ObjectFetchContext to its own file 2020-06-23 10:02:40 -07:00
EdenMountTest.cpp make symlink and mkmod explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
FileInodeTest.cpp simplify BufVec (for now) 2020-08-03 11:16:06 -07:00
FuseTest.cpp mount: rename the various mount/unmount promises 2020-06-10 19:29:33 -07:00
GlobNodeTest.cpp win: make .eden/config an in-memory blob 2020-07-24 22:28:27 -07:00
InodeBaseTest.cpp remove the dead getChildByName function 2019-12-20 16:14:18 -08:00
InodeLoaderTest.cpp Rename collectXSemiFuture to collectX 2020-04-03 17:15:08 -07:00
InodeMapTest.cpp make rename explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
InodePtrTest.cpp win: make .eden/config an in-memory blob 2020-07-24 22:28:27 -07:00
InodeTableTest.cpp Remove dead includes in eden 2019-10-11 16:45:01 -07:00
InodeTimestampsTest.cpp inodes: enable InodeTimestampsTest on Windows 2020-04-28 21:37:50 -07:00
JournalUpdateTest.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
main.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
make_gold_master_overlay.cpp store weak overlay in OverlayFile 2019-11-06 18:24:58 -08:00
OverlayBenchmark.cpp store weak overlay in OverlayFile 2019-11-06 18:24:58 -08:00
OverlayTest.cpp collectX to collectUnsafe 2020-03-10 11:36:09 -07:00
RemoveTest.cpp make unlink and rmdir explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
RenameTest.cpp make rename explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
SymlinkTest.cpp make symlink and mkmod explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
TreeInodeTest.cpp make rename explicit about kernel cache invalidation 2020-07-28 14:47:40 -07:00
UnloadTest.cpp fix O(num_inodes) behavior of getStatInfo() 2019-11-06 11:31:43 -08:00