sapling/eden/fs
Wez Furlong c400658464 initial take on a Journal API
Summary:
This implements a pretty simple change Journal and associated
JournalDelta.

The Journal is intended to be held in memory and not persisted to disk.
The idea is that we'll hold a `Synchronized<Journal>` along with the
other mount data and grab a `wlock` on it each time we want to add
a change record.

This diff doesn't change any other existing functionality.

Reviewed By: simpkins

Differential Revision: D3660162

fbshipit-source-id: a6b6fa28dd12e4d34718956167ee87f8cb2d89ca
2016-09-26 13:52:25 -07:00
..
cli Fix ResourceWarning due to unclosed file. 2016-09-09 00:30:13 -07:00
config codemod: add explicit headers parameter for C/C++ rules under 2016-09-01 10:26:38 -07:00
inodes add getMaterializedEntries thrift call 2016-09-26 13:52:24 -07:00
integration add getMaterializedEntries thrift call 2016-09-26 13:52:24 -07:00
journal initial take on a Journal API 2016-09-26 13:52:25 -07:00
model codemod: add explicit headers parameter for C/C++ rules under 2016-09-01 10:26:38 -07:00
rocksdb Include build files that were inadvertently excluded from the initial export. 2016-05-12 16:08:34 -07:00
service add getMaterializedEntries thrift call 2016-09-26 13:52:24 -07:00
store fix license message in hg_import_helper.py 2016-09-12 19:49:13 -07:00