aboutsummaryrefslogtreecommitdiff
path: root/reftable/reftable-writer.h
AgeCommit message (Expand)Author
12 daysreftable/stack: provide fsync(3p) via system headerPatrick Steinhardt
12 daysreftable: introduce "reftable-system.h" headerPatrick Steinhardt
2025-08-12reftable/writer: fix type used for number of recordsPatrick Steinhardt
2025-04-07reftable: fix formatting of the license headerPatrick Steinhardt
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak
2025-01-21reftable/block: adjust type of the restart lengthPatrick Steinhardt
2024-11-26reftable/stack: add mechanism to notify callers on reloadPatrick Steinhardt
2024-11-19reftable/stack: stop using `fsync_component()` directlyPatrick Steinhardt
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt
2024-10-10Merge branch 'ps/reftable-alloc-failures'Junio C Hamano
2024-10-02reftable/writer: handle allocation failures in `reftable_new_writer()`Patrick Steinhardt
2024-09-24refs/reftable: introduce "reftable.lockTimeout"Patrick Steinhardt
2024-05-13reftable: make the compaction factor configurablePatrick Steinhardt
2024-05-13reftable: use `uint16_t` to track restart intervalPatrick Steinhardt
2024-05-13reftable: pass opts as constant pointerPatrick Steinhardt
2024-05-08Merge branch 'ps/reftable-write-optim'Junio C Hamano
2024-04-08reftable: remove name checksPatrick Steinhardt
2024-04-08reftable/stack: expose option to disable auto-compactionJustin Tobler
2024-01-23reftable: honor core.fsyncJohn Cai
2022-02-23reftable: rename writer_stats to reftable_writer_statsHan-Wen Nienhuys
2021-12-23reftable: support preset file mode for writingHan-Wen Nienhuys
2021-10-08reftable: write reftable filesHan-Wen Nienhuys