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_test.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-08
t: move reftable/stack_test.c to the unit testing framework
Chandra Pratap
1
-1213
/
+0
2024-09-03
Merge branch 'ps/reftable-concurrent-compaction'
Junio C Hamano
1
-4
/
+112
2024-08-29
Merge branch 'ps/reftable-drop-generic'
Junio C Hamano
1
-18
/
+11
2024-08-23
reftable/stack: fix segfault when reload with reused readers fails
Patrick Steinhardt
1
-0
/
+59
2024-08-23
reftable/reader: keep readers alive during iteration
Patrick Steinhardt
1
-0
/
+50
2024-08-23
reftable/reader: introduce refcounting
Patrick Steinhardt
1
-4
/
+2
2024-08-23
reftable/stack: fix broken refnames in `write_n_ref_tables()`
Patrick Steinhardt
1
-0
/
+1
2024-08-22
t/helper: inline `reftable_stack_print_directory()`
Patrick Steinhardt
1
-7
/
+0
2024-08-22
reftable/merged: stop using generic tables in the merged table
Patrick Steinhardt
1
-11
/
+11
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
1
-2
/
+2
2024-08-17
reftable: ignore unused argc/argv in test functions
Jeff King
1
-1
/
+1
2024-08-08
reftable/stack: handle locked tables during auto-compaction
Patrick Steinhardt
1
-5
/
+7
2024-08-08
reftable/stack: update stats on failed full compaction
Patrick Steinhardt
1
-2
/
+1
2024-08-08
reftable/stack: test compaction with already-locked tables
Patrick Steinhardt
1
-0
/
+77
2024-08-08
reftable/stack: extract function to setup stack with N tables
Patrick Steinhardt
1
-32
/
+32
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-25
/
+25
2024-06-12
Merge branch 'cp/reftable-unit-test'
Junio C Hamano
1
-25
/
+0
2024-06-07
reftable: cast away constness when assigning constants to records
Patrick Steinhardt
1
-24
/
+24
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-4
/
+4
2024-05-30
t: move tests from reftable/stack_test.c to the new unit test
Chandra Pratap
1
-25
/
+0
2024-05-13
reftable: make the compaction factor configurable
Patrick Steinhardt
1
-2
/
+2
2024-05-13
reftable: pass opts as constant pointer
Patrick Steinhardt
1
-24
/
+24
2024-05-13
reftable: consistently refer to `reftable_write_options` as `opts`
Patrick Steinhardt
1
-64
/
+50
2024-05-08
Merge branch 'ps/reftable-write-optim'
Junio C Hamano
1
-39
/
+0
2024-04-16
Merge branch 'jt/reftable-geometric-compaction'
Junio C Hamano
1
-58
/
+19
2024-04-09
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
1
-1
/
+45
2024-04-08
reftable: remove name checks
Patrick Steinhardt
1
-39
/
+0
2024-04-08
reftable/stack: use geometric table compaction
Justin Tobler
1
-53
/
+13
2024-04-08
reftable/stack: expose option to disable auto-compaction
Justin Tobler
1
-5
/
+6
2024-04-05
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
1
-1
/
+45
2024-04-01
Merge branch 'ps/reftable-unit-test-nfs-workaround'
Junio C Hamano
1
-1
/
+11
2024-03-25
reftable/stack: gracefully handle failed auto-compaction due to locks
Patrick Steinhardt
1
-0
/
+44
2024-03-25
reftable/error: discern locked/outdated errors
Patrick Steinhardt
1
-1
/
+1
2024-03-21
reftable: fix tests being broken by NFS' delete-after-close semantics
Patrick Steinhardt
1
-1
/
+11
2024-03-05
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
1
-15
/
+11
2024-02-12
Merge branch 'ps/reftable-styles'
Junio C Hamano
1
-4
/
+3
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
1
-1
/
+0
2024-02-06
reftable/stack: index segments with `size_t`
Patrick Steinhardt
1
-4
/
+3
2024-01-26
reftable/stack: adjust permissions of compacted tables
Patrick Steinhardt
1
-2
/
+23
2024-01-16
Merge branch 'ps/reftable-fixes-and-optims'
Junio C Hamano
1
-2
/
+0
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-1
/
+0
2024-01-03
reftable/record: store "val1" hashes as static arrays
Patrick Steinhardt
1
-2
/
+0
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-12-11
reftable/stack: perform auto-compaction with transactional interface
Patrick Steinhardt
1
-0
/
+56
2023-12-11
reftable/stack: verify that `reftable_stack_add()` uses auto-compaction
Patrick Steinhardt
1
-0
/
+49
2023-12-11
reftable: handle interrupted writes
Patrick Steinhardt
1
-1
/
+1
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2022-02-16
Merge branch 'hn/reftable-coverity-fixes'
Junio C Hamano
1
-1
/
+2
2022-01-20
reftable: ignore remove() return value in stack_test.c
Han-Wen Nienhuys
1
-1
/
+1
[next]