aboutsummaryrefslogtreecommitdiff
path: root/reftable/stack.c
AgeCommit message (Expand)Author
2024-10-02reftable/basics: handle allocation failures in `parse_names()`Patrick Steinhardt
2024-09-24reftable/stack: allow locking of outdated stacksPatrick Steinhardt
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt
2024-08-23reftable/stack: fix segfault when reload with reused readers failsPatrick Steinhardt
2024-08-23reftable/stack: reorder swapping in the reloaded stack contentsPatrick Steinhardt
2024-08-23reftable/reader: introduce refcountingPatrick Steinhardt
2024-08-23reftable/reader: inline `reader_close()`Patrick Steinhardt
2024-08-23reftable/reader: rename `reftable_new_reader()`Patrick Steinhardt
2024-08-23reftable/stack: inline `stack_compact_range_stats()`Patrick Steinhardt
2024-08-22reftable/generic: drop interfacePatrick Steinhardt
2024-08-22t/helper: inline `reftable_stack_print_directory()`Patrick Steinhardt
2024-08-22reftable/stack: open-code reading refsPatrick Steinhardt
2024-08-22reftable/merged: stop using generic tables in the merged tablePatrick Steinhardt
2024-08-22reftable/merged: rename `reftable_new_merged_table()`Patrick Steinhardt
2024-08-08reftable/stack: handle locked tables during auto-compactionPatrick Steinhardt
2024-08-08reftable/stack: fix corruption on concurrent compactionPatrick Steinhardt
2024-08-08reftable/stack: use lock_file when adding table to "tables.list"Patrick Steinhardt
2024-08-08reftable/stack: do not die when fsyncing lock file filesPatrick Steinhardt
2024-08-08reftable/stack: simplify tracking of table locksPatrick Steinhardt
2024-08-08reftable/stack: update stats on failed full compactionPatrick Steinhardt
2024-08-08reftable/stack: refactor function to gather table sizesPatrick Steinhardt
2024-06-17Merge branch 'ps/no-writable-strings'Junio C Hamano
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-06-06reftable: inline `merged_table_release()`Patrick Steinhardt
2024-05-30Merge branch 'ps/reftable-reusable-iterator'Junio C Hamano
2024-05-13reftable/merged: adapt interface to allow reuse of iteratorsPatrick Steinhardt
2024-05-13reftable/stack: provide convenience functions to create iteratorsPatrick Steinhardt
2024-05-13reftable: make the compaction factor configurablePatrick Steinhardt
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt
2024-05-13reftable: consistently refer to `reftable_write_options` as `opts`Patrick Steinhardt
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano
2024-04-08reftable: remove name checksPatrick Steinhardt
2024-04-08reftable/stack: use geometric table compactionJustin Tobler
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler
2024-03-25reftable/stack: gracefully handle failed auto-compaction due to locksPatrick Steinhardt
2024-03-25reftable/stack: use error codes when locking fails during compactionPatrick Steinhardt
2024-03-25reftable/error: discern locked/outdated errorsPatrick Steinhardt
2024-03-25reftable/stack: fix error handling in `reftable_stack_init_addition()`Patrick Steinhardt
2024-03-07reftable/stack: register compacted tables as tempfilesPatrick Steinhardt
2024-03-07reftable/stack: register lockfiles during compactionPatrick Steinhardt
2024-03-07reftable/stack: register new tables as tempfilesPatrick Steinhardt
2024-02-12Merge branch 'ps/reftable-styles'Junio C Hamano
2024-02-06Merge branch 'ps/reftable-compacted-tables-permission-fix'Junio C Hamano
2024-02-06Merge branch 'jc/reftable-core-fsync'Junio C Hamano
2024-02-06reftable/stack: use `size_t` to track stack lengthPatrick Steinhardt
2024-02-06reftable/stack: use `size_t` to track stack slices during compactionPatrick Steinhardt
2024-02-06reftable/stack: index segments with `size_t`Patrick Steinhardt
2024-02-06reftable/stack: fix parameter validation when compacting rangePatrick Steinhardt
2024-02-06reftable: introduce macros to allocate arraysPatrick Steinhardt