index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
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-08-23
reftable/stack: reorder swapping in the reloaded stack contents
Patrick Steinhardt
1
-15
/
+19
2024-08-23
reftable/reader: introduce refcounting
Patrick Steinhardt
1
-4
/
+4
2024-08-23
reftable/reader: inline `reader_close()`
Patrick Steinhardt
1
-4
/
+1
2024-08-23
reftable/reader: rename `reftable_new_reader()`
Patrick Steinhardt
1
-2
/
+2
2024-08-23
reftable/stack: inline `stack_compact_range_stats()`
Patrick Steinhardt
1
-12
/
+4
2024-08-22
reftable/generic: drop interface
Patrick Steinhardt
1
-1
/
+0
2024-08-22
t/helper: inline `reftable_stack_print_directory()`
Patrick Steinhardt
1
-20
/
+0
2024-08-22
reftable/stack: open-code reading refs
Patrick Steinhardt
1
-3
/
+22
2024-08-22
reftable/merged: stop using generic tables in the merged table
Patrick Steinhardt
1
-30
/
+18
2024-08-22
reftable/merged: rename `reftable_new_merged_table()`
Patrick Steinhardt
1
-2
/
+2
2024-08-08
reftable/stack: handle locked tables during auto-compaction
Patrick Steinhardt
1
-10
/
+49
2024-08-08
reftable/stack: fix corruption on concurrent compaction
Patrick Steinhardt
1
-5
/
+102
2024-08-08
reftable/stack: use lock_file when adding table to "tables.list"
Patrick Steinhardt
1
-10
/
+11
2024-08-08
reftable/stack: do not die when fsyncing lock file files
Patrick Steinhardt
1
-2
/
+5
2024-08-08
reftable/stack: simplify tracking of table locks
Patrick Steinhardt
1
-7
/
+7
2024-08-08
reftable/stack: update stats on failed full compaction
Patrick Steinhardt
1
-7
/
+7
2024-08-08
reftable/stack: refactor function to gather table sizes
Patrick Steinhardt
1
-5
/
+6
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-4
/
+6
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
1
-6
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-4
/
+6
2024-06-06
reftable: inline `merged_table_release()`
Patrick Steinhardt
1
-6
/
+2
2024-05-30
Merge branch 'ps/reftable-reusable-iterator'
Junio C Hamano
1
-5
/
+23
2024-05-13
reftable/merged: adapt interface to allow reuse of iterators
Patrick Steinhardt
1
-5
/
+9
2024-05-13
reftable/stack: provide convenience functions to create iterators
Patrick Steinhardt
1
-0
/
+15
2024-05-13
reftable: make the compaction factor configurable
Patrick Steinhardt
1
-4
/
+10
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
1
-2
/
+5
2024-05-13
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
1
-21
/
+20
2024-05-08
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
1
-66
/
+1
2024-04-08
reftable: remove name checks
Patrick Steinhardt
1
-66
/
+1
2024-04-08
reftable/stack: use geometric table compaction
Justin Tobler
1
-61
/
+62
2024-04-08
reftable/stack: expose option to disable auto-compaction
Justin Tobler
1
-1
/
+1
2024-03-25
reftable/stack: gracefully handle failed auto-compaction due to locks
Patrick Steinhardt
1
-1
/
+12
2024-03-25
reftable/stack: use error codes when locking fails during compaction
Patrick Steinhardt
1
-5
/
+13
2024-03-25
reftable/error: discern locked/outdated errors
Patrick Steinhardt
1
-3
/
+3
2024-03-25
reftable/stack: fix error handling in `reftable_stack_init_addition()`
Patrick Steinhardt
1
-6
/
+1
2024-03-07
reftable/stack: register compacted tables as tempfiles
Patrick Steinhardt
1
-24
/
+30
2024-03-07
reftable/stack: register lockfiles during compaction
Patrick Steinhardt
1
-134
/
+121
2024-03-07
reftable/stack: register new tables as tempfiles
Patrick Steinhardt
1
-17
/
+12
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
[prev]
[next]