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-03-04
reftable/merged: make subiters own their records
Patrick Steinhardt
-56
/
+49
2024-03-04
reftable/merged: advance subiter on subsequent iteration
Patrick Steinhardt
-14
/
+12
2024-03-04
reftable/merged: make `merged_iter` structure private
Patrick Steinhardt
-10
/
+10
2024-03-04
reftable/pq: use `size_t` to track iterator index
Patrick Steinhardt
-1
/
+1
2024-02-26
Merge branch 'ps/reftable-iteration-perf'
Junio C Hamano
-37
/
+100
2024-02-13
Merge branch 'jc/comment-style-fixes' into maint-2.43
Junio C Hamano
-1
/
+1
2024-02-12
Merge branch 'ps/reftable-styles'
Junio C Hamano
-295
/
+236
2024-02-12
Merge branch 'ps/reftable-multi-level-indices-fix'
Junio C Hamano
-27
/
+122
2024-02-12
reftable/reader: add comments to `table_iter_next()`
Patrick Steinhardt
-9
/
+17
2024-02-12
reftable/record: don't try to reallocate ref record name
Patrick Steinhardt
-2
/
+3
2024-02-12
reftable/block: swap buffers instead of copying
Patrick Steinhardt
-2
/
+1
2024-02-12
reftable/pq: allocation-less comparison of entry keys
Patrick Steinhardt
-12
/
+1
2024-02-12
reftable/merged: skip comparison for records of the same subiter
Patrick Steinhardt
-0
/
+8
2024-02-12
reftable/merged: allocation-less dropping of shadowed records
Patrick Steinhardt
-11
/
+2
2024-02-12
reftable/record: introduce function to compare records by key
Patrick Steinhardt
-1
/
+68
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
-12
/
+0
2024-02-06
Merge branch 'jc/comment-style-fixes'
Junio C Hamano
-1
/
+1
2024-02-06
Merge branch 'ps/reftable-compacted-tables-permission-fix'
Junio C Hamano
-2
/
+29
2024-02-06
Merge branch 'jc/reftable-core-fsync'
Junio C Hamano
-19
/
+54
2024-02-06
reftable/record: improve semantics when initializing records
Patrick Steinhardt
-54
/
+33
2024-02-06
reftable/merged: refactor initialization of iterators
Patrick Steinhardt
-14
/
+13
2024-02-06
reftable/merged: refactor seeking of records
Patrick Steinhardt
-33
/
+21
2024-02-06
reftable/stack: use `size_t` to track stack length
Patrick Steinhardt
-31
/
+26
2024-02-06
reftable/stack: use `size_t` to track stack slices during compaction
Patrick Steinhardt
-16
/
+16
2024-02-06
reftable/stack: index segments with `size_t`
Patrick Steinhardt
-21
/
+17
2024-02-06
reftable/stack: fix parameter validation when compacting range
Patrick Steinhardt
-11
/
+13
2024-02-06
reftable: introduce macros to allocate arrays
Patrick Steinhardt
-61
/
+68
2024-02-06
reftable: introduce macros to grow arrays
Patrick Steinhardt
-61
/
+36
2024-02-01
reftable: document reading and writing indices
Patrick Steinhardt
-0
/
+50
2024-02-01
reftable/writer: fix writing multi-level indices
Patrick Steinhardt
-4
/
+60
2024-02-01
reftable/writer: simplify writing index records
Patrick Steinhardt
-15
/
+3
2024-02-01
reftable/writer: use correct type to iterate through index entries
Patrick Steinhardt
-9
/
+7
2024-02-01
reftable/reader: be more careful about errors in indexed seeks
Patrick Steinhardt
-0
/
+3
2024-01-30
reftable/stack: fsync "tables.list" during compaction
Patrick Steinhardt
-0
/
+8
2024-01-29
Merge branch 'ps/reftable-optimize-io'
Junio C Hamano
-70
/
+172
2024-01-29
reftable/pq_test: comment style fix
Junio C Hamano
-1
/
+1
2024-01-26
reftable/stack: adjust permissions of compacted tables
Patrick Steinhardt
-2
/
+29
2024-01-23
reftable: honor core.fsync
John Cai
-19
/
+46
2024-01-18
reftable/stack: fix race in up-to-date check
Patrick Steinhardt
-9
/
+95
2024-01-18
reftable/stack: unconditionally reload stack after commit
Patrick Steinhardt
-1
/
+1
2024-01-16
Merge branch 'ps/reftable-fixes-and-optims'
Junio C Hamano
-75
/
+117
2024-01-11
reftable/blocksource: use mmap to read tables
Patrick Steinhardt
-15
/
+7
2024-01-11
reftable/blocksource: refactor code to match our coding style
Patrick Steinhardt
-9
/
+8
2024-01-11
reftable/stack: use stat info to avoid re-reading stack list
Patrick Steinhardt
-1
/
+13
2024-01-11
reftable/stack: refactor reloading to use file descriptor
Patrick Steinhardt
-3
/
+18
2024-01-11
reftable/stack: refactor stack reloading to have common exit path
Patrick Steinhardt
-44
/
+42
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
-12
/
+0
2024-01-03
reftable/merged: transfer ownership of records when iterating
Patrick Steinhardt
-2
/
+4
2024-01-03
reftable/merged: really reuse buffers to compute record keys
Patrick Steinhardt
-2
/
+0
2024-01-03
reftable/record: store "val2" hashes as static arrays
Patrick Steinhardt
-20
/
+6
[prev]
[next]