git/reftable
Junio C Hamano 69b737999c Merge branch 'ps/reftable-stack-compaction'
The code paths to compact multiple reftable files have been updated
to correctly deal with multiple compaction triggering at the same
time.

* ps/reftable-stack-compaction:
  reftable/stack: handle locked tables during auto-compaction
  reftable/stack: fix corruption on concurrent compaction
  reftable/stack: use lock_file when adding table to "tables.list"
  reftable/stack: do not die when fsyncing lock file files
  reftable/stack: simplify tracking of table locks
  reftable/stack: update stats on failed full compaction
  reftable/stack: test compaction with already-locked tables
  reftable/stack: extract function to setup stack with N tables
  reftable/stack: refactor function to gather table sizes
2024-08-15 13:22:13 -07:00
..
LICENSE
basics.c
basics.h
block.c
block.h
block_test.c
blocksource.c
blocksource.h
constants.h
dump.c
error.c
generic.c
generic.h
iter.c
iter.h
merged.c
merged.h
pq.c
pq.h
publicbasics.c
reader.c
reader.h
readwrite_test.c
record.c
record.h
reftable-blocksource.h
reftable-error.h
reftable-generic.h
reftable-iterator.h
reftable-malloc.h
reftable-merged.h
reftable-reader.h
reftable-record.h
reftable-stack.h
reftable-tests.h Merge branch 'cp/unit-test-reftable-tree' 2024-08-14 14:54:56 -07:00
reftable-writer.h
stack.c reftable/stack: handle locked tables during auto-compaction 2024-08-08 10:14:43 -07:00
stack.h
stack_test.c reftable/stack: handle locked tables during auto-compaction 2024-08-08 10:14:43 -07:00
system.h
test_framework.c
test_framework.h
tree.c
tree.h
writer.c
writer.h