1. 40a163f Merge branch 'ps/ref-storage-migration' by Junio C Hamano · 9 months ago
  2. b5d7db9 reftable: inline `merged_table_release()` by Patrick Steinhardt · 9 months ago
  3. 67ce50b Merge branch 'ps/reftable-reusable-iterator' by Junio C Hamano · 10 months ago
  4. 369b841 reftable/merged: adapt interface to allow reuse of iterators by Patrick Steinhardt · 10 months ago
  5. 08efe69 reftable/stack: provide convenience functions to create iterators by Patrick Steinhardt · 10 months ago
  6. f663d34 reftable: make the compaction factor configurable by Patrick Steinhardt · 10 months ago
  7. 7992378 reftable: pass opts as constant pointer by Patrick Steinhardt · 10 months ago
  8. 4d35bb2 reftable: consistently refer to `reftable_write_options` as `opts` by Patrick Steinhardt · 10 months ago
  9. 5aec723 Merge branch 'ps/reftable-write-optim' by Junio C Hamano · 10 months ago
  10. 485c63c reftable: remove name checks by Patrick Steinhardt · 11 months ago
  11. a949ebd reftable/stack: use geometric table compaction by Justin Tobler · 11 months ago
  12. bc91330 reftable/stack: expose option to disable auto-compaction by Justin Tobler · 11 months ago
  13. a2f711a reftable/stack: gracefully handle failed auto-compaction due to locks by Patrick Steinhardt · 12 months ago
  14. 3335835 reftable/stack: use error codes when locking fails during compaction by Patrick Steinhardt · 12 months ago
  15. af18098 reftable/error: discern locked/outdated errors by Patrick Steinhardt · 12 months ago
  16. 630942a reftable/stack: fix error handling in `reftable_stack_init_addition()` by Patrick Steinhardt · 12 months ago
  17. 60c4c42 reftable/stack: register compacted tables as tempfiles by Patrick Steinhardt · 1 year ago
  18. 3a60f6a reftable/stack: register lockfiles during compaction by Patrick Steinhardt · 1 year ago
  19. 1920d17 reftable/stack: register new tables as tempfiles by Patrick Steinhardt · 1 year ago
  20. f424d7c Merge branch 'ps/reftable-styles' by Junio C Hamano · 1 year, 1 month ago
  21. 0f4e178 Merge branch 'ps/reftable-compacted-tables-permission-fix' by Junio C Hamano · 1 year, 1 month ago
  22. b6fdf9a Merge branch 'jc/reftable-core-fsync' by Junio C Hamano · 1 year, 1 month ago
  23. 8187912 reftable/stack: use `size_t` to track stack length by Patrick Steinhardt · 1 year, 1 month ago
  24. 47616c4 reftable/stack: use `size_t` to track stack slices during compaction by Patrick Steinhardt · 1 year, 1 month ago
  25. 6d5e80f reftable/stack: index segments with `size_t` by Patrick Steinhardt · 1 year, 1 month ago
  26. ca63af0 reftable/stack: fix parameter validation when compacting range by Patrick Steinhardt · 1 year, 1 month ago
  27. b4ff12c reftable: introduce macros to allocate arrays by Patrick Steinhardt · 1 year, 1 month ago
  28. f6b58c1 reftable: introduce macros to grow arrays by Patrick Steinhardt · 1 year, 1 month ago
  29. 7fa52fd reftable/stack: fsync "tables.list" during compaction by Patrick Steinhardt · 1 year, 1 month ago
  30. 4d5a46e Merge branch 'ps/reftable-optimize-io' by Junio C Hamano · 1 year, 1 month ago
  31. b3a79dd reftable/stack: adjust permissions of compacted tables by Patrick Steinhardt · 1 year, 2 months ago
  32. 1df18a1 reftable: honor core.fsync by John Cai · 1 year, 2 months ago
  33. 4f36b85 reftable/stack: fix race in up-to-date check by Patrick Steinhardt · 1 year, 2 months ago
  34. 456333e reftable/stack: unconditionally reload stack after commit by Patrick Steinhardt · 1 year, 2 months ago
  35. 6fdfaf1 reftable/stack: use stat info to avoid re-reading stack list by Patrick Steinhardt · 1 year, 2 months ago
  36. c5b5d5f reftable/stack: refactor reloading to use file descriptor by Patrick Steinhardt · 1 year, 2 months ago
  37. 3c94bd8 reftable/stack: refactor stack reloading to have common exit path by Patrick Steinhardt · 1 year, 2 months ago
  38. 75d7906 reftable/stack: do not auto-compact twice in `reftable_stack_add()` by Patrick Steinhardt · 1 year, 2 months ago
  39. d26c214 reftable/stack: do not overwrite errors when compacting by Patrick Steinhardt · 1 year, 2 months ago
  40. 9abda98 reftable/stack: fix use of unseeded randomness by Patrick Steinhardt · 1 year, 3 months ago
  41. 3054fbd reftable/stack: fix stale lock when dying by Patrick Steinhardt · 1 year, 3 months ago
  42. d779996 reftable/stack: reuse buffers when reloading stack by Patrick Steinhardt · 1 year, 3 months ago
  43. 5c08645 reftable/stack: perform auto-compaction with transactional interface by Patrick Steinhardt · 1 year, 3 months ago
  44. 85a8c89 reftable: handle interrupted writes by Patrick Steinhardt · 1 year, 3 months ago
  45. 917a2b3 reftable: handle interrupted reads by Patrick Steinhardt · 1 year, 3 months ago
  46. 3423051 Merge branch 'hn/reftable-coverity-fixes' by Junio C Hamano · 3 years, 1 month ago
  47. b20aab5 reftable: fix resource warning by Han-Wen Nienhuys · 3 years, 2 months ago
  48. cd1799d reftable: support preset file mode for writing by Han-Wen Nienhuys · 3 years, 3 months ago
  49. e48d427 reftable: implement stack, a mutable database of reftable files. by Han-Wen Nienhuys · 3 years, 5 months ago