]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/reftable-stack-compaction' into ps/reftable-drop-generic
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 15:22:03 +0000 (08:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Aug 2024 15:22:03 +0000 (08:22 -0700)
* 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


Trivial merge