index
:
git
jch
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
Age
Commit message (
Expand
)
Author
Lines
2024-04-23
Merge branch 'ps/reftable-block-iteration-optim'
Junio C Hamano
-178
/
+229
2024-04-16
Merge branch 'jt/reftable-geometric-compaction'
Junio C Hamano
-124
/
+85
2024-04-15
reftable/block: avoid copying block iterators on seek
Patrick Steinhardt
-20
/
+14
2024-04-15
reftable/block: reuse `zstream` state on inflation
Patrick Steinhardt
-10
/
+19
2024-04-15
reftable/block: open-code call to `uncompress2()`
Patrick Steinhardt
-10
/
+28
2024-04-15
reftable/block: reuse uncompressed blocks
Patrick Steinhardt
-19
/
+26
2024-04-15
reftable/reader: iterate to next block in place
Patrick Steinhardt
-21
/
+28
2024-04-15
reftable/block: move ownership of block reader into `struct table_iter`
Patrick Steinhardt
-83
/
+100
2024-04-15
reftable/block: introduce `block_reader_release()`
Patrick Steinhardt
-1
/
+8
2024-04-15
reftable/block: better grouping of functions
Patrick Steinhardt
-36
/
+36
2024-04-15
reftable/block: merge `block_iter_seek()` and `block_reader_seek()`
Patrick Steinhardt
-16
/
+8
2024-04-15
reftable/block: rename `block_reader_start()`
Patrick Steinhardt
-6
/
+6
2024-04-12
Merge branch 'ps/reftable-binsearch-updates'
Junio C Hamano
-97
/
+182
2024-04-09
Merge branch 'ps/pack-refs-auto'
Junio C Hamano
-18
/
+81
2024-04-08
reftable/stack: use geometric table compaction
Justin Tobler
-117
/
+75
2024-04-08
reftable/stack: expose option to disable auto-compaction
Justin Tobler
-7
/
+10
2024-04-05
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
-18
/
+81
2024-04-03
reftable/block: avoid decoding keys when searching restart points
Patrick Steinhardt
-10
/
+19
2024-04-03
reftable/record: extract function to decode key lengths
Patrick Steinhardt
-9
/
+31
2024-04-03
reftable/block: fix error handling when searching restart points
Patrick Steinhardt
-8
/
+11
2024-04-03
reftable/block: refactor binary search over restart points
Patrick Steinhardt
-27
/
+73
2024-04-03
reftable/refname: refactor binary search over refnames
Patrick Steinhardt
-22
/
+22
2024-04-03
reftable/basics: improve `binsearch()` test
Patrick Steinhardt
-24
/
+31
2024-04-03
reftable/basics: fix return type of `binsearch()` to be `size_t`
Patrick Steinhardt
-16
/
+14
2024-04-01
Merge branch 'ps/reftable-unit-test-nfs-workaround'
Junio C Hamano
-1
/
+11
2024-03-25
reftable/stack: gracefully handle failed auto-compaction due to locks
Patrick Steinhardt
-1
/
+56
2024-03-25
reftable/stack: use error codes when locking fails during compaction
Patrick Steinhardt
-5
/
+13
2024-03-25
reftable/error: discern locked/outdated errors
Patrick Steinhardt
-6
/
+11
2024-03-25
reftable/stack: fix error handling in `reftable_stack_init_addition()`
Patrick Steinhardt
-6
/
+1
2024-03-21
Merge branch 'ps/reftable-reflog-iteration-perf'
Junio C Hamano
-175
/
+138
2024-03-21
Merge branch 'ps/reftable-block-search-fix'
Junio C Hamano
-1
/
+3
2024-03-21
Merge branch 'ps/reftable-stack-tempfile'
Junio C Hamano
-171
/
+161
2024-03-21
reftable: fix tests being broken by NFS' delete-after-close semantics
Patrick Steinhardt
-1
/
+11
2024-03-18
Merge branch 'ps/reftable-stack-tempfile' into ps/pack-refs-auto
Junio C Hamano
-171
/
+161
2024-03-07
reftable/block: fix binary search over restart counter
Patrick Steinhardt
-1
/
+1
2024-03-07
reftable/record: fix memory leak when decoding object records
Patrick Steinhardt
-0
/
+2
2024-03-07
reftable/stack: register compacted tables as tempfiles
Patrick Steinhardt
-24
/
+30
2024-03-07
reftable/stack: register lockfiles during compaction
Patrick Steinhardt
-134
/
+123
2024-03-07
reftable/stack: register new tables as tempfiles
Patrick Steinhardt
-17
/
+12
2024-03-05
reftable/record: use scratch buffer when decoding records
Patrick Steinhardt
-52
/
+68
2024-03-05
reftable/record: reuse message when decoding log records
Patrick Steinhardt
-2
/
+4
2024-03-05
reftable/record: reuse refnames when decoding log records
Patrick Steinhardt
-1
/
+2
2024-03-05
reftable/record: avoid copying author info
Patrick Steinhardt
-8
/
+21
2024-03-05
reftable/record: convert old and new object IDs to arrays
Patrick Steinhardt
-121
/
+52
2024-03-04
reftable: allow inlining of a few functions
Patrick Steinhardt
-25
/
+20
2024-03-04
reftable/record: decode keys in place
Patrick Steinhardt
-30
/
+28
2024-03-04
reftable/record: reuse refname when copying
Patrick Steinhardt
-3
/
+15
2024-03-04
reftable/record: reuse refname when decoding
Patrick Steinhardt
-4
/
+13
2024-03-04
reftable/merged: avoid duplicate pqueue emptiness check
Patrick Steinhardt
-14
/
+6
2024-03-04
reftable/merged: circumvent pqueue with single subiter
Patrick Steinhardt
-2
/
+22
[next]