index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
/
stack.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-12
Merge branch 'ps/reftable-styles'
Junio C Hamano
1
-81
/
+72
2024-02-06
Merge branch 'ps/reftable-compacted-tables-permission-fix'
Junio C Hamano
1
-0
/
+6
2024-02-06
Merge branch 'jc/reftable-core-fsync'
Junio C Hamano
1
-3
/
+21
2024-02-06
reftable/stack: use `size_t` to track stack length
Patrick Steinhardt
1
-11
/
+10
2024-02-06
reftable/stack: use `size_t` to track stack slices during compaction
Patrick Steinhardt
1
-16
/
+16
2024-02-06
reftable/stack: index segments with `size_t`
Patrick Steinhardt
1
-14
/
+11
2024-02-06
reftable/stack: fix parameter validation when compacting range
Patrick Steinhardt
1
-11
/
+13
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
1
-15
/
+13
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
1
-17
/
+12
2024-01-30
reftable/stack: fsync "tables.list" during compaction
Patrick Steinhardt
1
-0
/
+8
2024-01-29
Merge branch 'ps/reftable-optimize-io'
Junio C Hamano
1
-46
/
+154
2024-01-26
reftable/stack: adjust permissions of compacted tables
Patrick Steinhardt
1
-0
/
+6
2024-01-23
reftable: honor core.fsync
John Cai
1
-3
/
+13
2024-01-18
reftable/stack: fix race in up-to-date check
Patrick Steinhardt
1
-7
/
+92
2024-01-18
reftable/stack: unconditionally reload stack after commit
Patrick Steinhardt
1
-1
/
+1
2024-01-11
reftable/stack: use stat info to avoid re-reading stack list
Patrick Steinhardt
1
-1
/
+11
2024-01-11
reftable/stack: refactor reloading to use file descriptor
Patrick Steinhardt
1
-3
/
+18
2024-01-11
reftable/stack: refactor stack reloading to have common exit path
Patrick Steinhardt
1
-44
/
+42
2024-01-03
reftable/stack: do not auto-compact twice in `reftable_stack_add()`
Patrick Steinhardt
1
-3
/
+0
2024-01-03
reftable/stack: do not overwrite errors when compacting
Patrick Steinhardt
1
-12
/
+8
2023-12-11
reftable/stack: fix use of unseeded randomness
Patrick Steinhardt
1
-1
/
+1
2023-12-11
reftable/stack: fix stale lock when dying
Patrick Steinhardt
1
-32
/
+15
2023-12-11
reftable/stack: reuse buffers when reloading stack
Patrick Steinhardt
1
-8
/
+4
2023-12-11
reftable/stack: perform auto-compaction with transactional interface
Patrick Steinhardt
1
-0
/
+6
2023-12-11
reftable: handle interrupted writes
Patrick Steinhardt
1
-3
/
+3
2023-12-11
reftable: handle interrupted reads
Patrick Steinhardt
1
-1
/
+1
2022-02-16
Merge branch 'hn/reftable-coverity-fixes'
Junio C Hamano
1
-5
/
+5
2022-01-20
reftable: fix resource warning
Han-Wen Nienhuys
1
-5
/
+5
2021-12-23
reftable: support preset file mode for writing
Han-Wen Nienhuys
1
-6
/
+24
2021-10-08
reftable: implement stack, a mutable database of reftable files.
Han-Wen Nienhuys
1
-0
/
+1396