index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
reftable
/
stack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/no-writable-strings'
Junio C Hamano
2024-06-18
1
-4
/
+6
|
\
|
*
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-4
/
+6
*
|
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
2024-06-18
1
-6
/
+2
|
\
\
|
*
|
reftable: inline `merged_table_release()`
Patrick Steinhardt
2024-06-06
1
-6
/
+2
|
|
/
*
|
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
2024-05-30
1
-5
/
+23
|
\
\
|
*
|
reftable/merged: adapt interface to allow reuse of iterators
Patrick Steinhardt
2024-05-14
1
-5
/
+9
|
*
|
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
2024-05-14
1
-0
/
+15
|
|
/
*
|
reftable: make the compaction factor configurable
Patrick Steinhardt
2024-05-14
1
-4
/
+10
*
|
reftable: pass opts as constant pointer
Patrick Steinhardt
2024-05-14
1
-2
/
+5
*
|
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
2024-05-14
1
-21
/
+20
|
/
*
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
2024-05-08
1
-66
/
+1
|
\
|
*
reftable: remove name checks
Patrick Steinhardt
2024-04-09
1
-66
/
+1
*
|
reftable/stack: use geometric table compaction
Justin Tobler
2024-04-08
1
-61
/
+62
*
|
reftable/stack: expose option to disable auto-compaction
Justin Tobler
2024-04-08
1
-1
/
+1
*
|
reftable/stack: gracefully handle failed auto-compaction due to locks
Patrick Steinhardt
2024-03-25
1
-1
/
+12
*
|
reftable/stack: use error codes when locking fails during compaction
Patrick Steinhardt
2024-03-25
1
-5
/
+13
*
|
reftable/error: discern locked/outdated errors
Patrick Steinhardt
2024-03-25
1
-3
/
+3
*
|
reftable/stack: fix error handling in `reftable_stack_init_addition()`
Patrick Steinhardt
2024-03-25
1
-6
/
+1
|
/
*
reftable/stack: register compacted tables as tempfiles
Patrick Steinhardt
2024-03-07
1
-24
/
+30
*
reftable/stack: register lockfiles during compaction
Patrick Steinhardt
2024-03-07
1
-134
/
+121
*
reftable/stack: register new tables as tempfiles
Patrick Steinhardt
2024-03-07
1
-17
/
+12
*
Merge branch 'ps/reftable-styles'
Junio C Hamano
2024-02-12
1
-81
/
+72
|
\
|
*
reftable/stack: use `size_t` to track stack length
Patrick Steinhardt
2024-02-06
1
-11
/
+10
|
*
reftable/stack: use `size_t` to track stack slices during compaction
Patrick Steinhardt
2024-02-06
1
-16
/
+16
|
*
reftable/stack: index segments with `size_t`
Patrick Steinhardt
2024-02-06
1
-14
/
+11
|
*
reftable/stack: fix parameter validation when compacting range
Patrick Steinhardt
2024-02-06
1
-11
/
+13
|
*
reftable: introduce macros to allocate arrays
Patrick Steinhardt
2024-02-06
1
-15
/
+13
|
*
reftable: introduce macros to grow arrays
Patrick Steinhardt
2024-02-06
1
-17
/
+12
*
|
Merge branch 'ps/reftable-compacted-tables-permission-fix'
Junio C Hamano
2024-02-06
1
-0
/
+6
|
\
\
|
*
|
reftable/stack: adjust permissions of compacted tables
Patrick Steinhardt
2024-01-26
1
-0
/
+6
*
|
|
Merge branch 'jc/reftable-core-fsync'
Junio C Hamano
2024-02-06
1
-3
/
+21
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
reftable/stack: fsync "tables.list" during compaction
Patrick Steinhardt
2024-01-30
1
-0
/
+8
|
*
|
reftable: honor core.fsync
John Cai
2024-01-23
1
-3
/
+13
|
|
/
*
|
Merge branch 'ps/reftable-optimize-io'
Junio C Hamano
2024-01-30
1
-46
/
+154
|
\
\
|
|
/
|
/
|
|
*
reftable/stack: fix race in up-to-date check
Patrick Steinhardt
2024-01-18
1
-7
/
+92
|
*
reftable/stack: unconditionally reload stack after commit
Patrick Steinhardt
2024-01-18
1
-1
/
+1
|
*
reftable/stack: use stat info to avoid re-reading stack list
Patrick Steinhardt
2024-01-11
1
-1
/
+11
|
*
reftable/stack: refactor reloading to use file descriptor
Patrick Steinhardt
2024-01-11
1
-3
/
+18
|
*
reftable/stack: refactor stack reloading to have common exit path
Patrick Steinhardt
2024-01-11
1
-44
/
+42
*
|
reftable/stack: do not auto-compact twice in `reftable_stack_add()`
Patrick Steinhardt
2024-01-03
1
-3
/
+0
*
|
reftable/stack: do not overwrite errors when compacting
Patrick Steinhardt
2024-01-03
1
-12
/
+8
|
/
*
reftable/stack: fix use of unseeded randomness
Patrick Steinhardt
2023-12-11
1
-1
/
+1
*
reftable/stack: fix stale lock when dying
Patrick Steinhardt
2023-12-11
1
-32
/
+15
*
reftable/stack: reuse buffers when reloading stack
Patrick Steinhardt
2023-12-11
1
-8
/
+4
*
reftable/stack: perform auto-compaction with transactional interface
Patrick Steinhardt
2023-12-11
1
-0
/
+6
*
reftable: handle interrupted writes
Patrick Steinhardt
2023-12-11
1
-3
/
+3
*
reftable: handle interrupted reads
Patrick Steinhardt
2023-12-11
1
-1
/
+1
*
Merge branch 'hn/reftable-coverity-fixes'
Junio C Hamano
2022-02-17
1
-5
/
+5
|
\
|
*
reftable: fix resource warning
Han-Wen Nienhuys
2022-01-20
1
-5
/
+5
*
|
reftable: support preset file mode for writing
Han-Wen Nienhuys
2021-12-23
1
-6
/
+24
|
/
[next]