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
/
stack.c
Age
Commit message (
Expand
)
Author
Lines
2024-12-28
reftable: avoid leaks on realloc error
René Scharfe
-3
/
+5
2024-12-23
Merge branch 'ps/reftable-alloc-failures-zalloc-fix'
Junio C Hamano
-10
/
+17
2024-12-22
reftable/stack: fix zero-sized allocation when there are no readers
Patrick Steinhardt
-10
/
+14
2024-12-22
reftable/stack: don't perform auto-compaction with less than two tables
Patrick Steinhardt
-0
/
+3
2024-11-26
reftable/stack: add mechanism to notify callers on reload
Patrick Steinhardt
-0
/
+4
2024-11-26
reftable/stack: add accessor for the hash ID
Patrick Steinhardt
-0
/
+5
2024-11-19
reftable/system: provide thin wrapper for lockfile subsystem
Patrick Steinhardt
-36
/
+27
2024-11-19
reftable/stack: drop only use of `get_locked_file_path()`
Patrick Steinhardt
-3
/
+9
2024-11-19
reftable/system: provide thin wrapper for tempfile subsystem
Patrick Steinhardt
-34
/
+23
2024-11-19
reftable/stack: stop using `fsync_component()` directly
Patrick Steinhardt
-17
/
+32
2024-11-19
reftable/system: stop depending on "hash.h"
Patrick Steinhardt
-2
/
+2
2024-10-17
reftable: handle trivial `reftable_buf` errors
Patrick Steinhardt
-16
/
+33
2024-10-17
reftable/stack: adapt `stack_filename()` to handle allocation failures
Patrick Steinhardt
-17
/
+45
2024-10-17
reftable/stack: adapt `format_name()` to handle allocation failures
Patrick Steinhardt
-9
/
+19
2024-10-17
reftable: convert from `strbuf` to `reftable_buf`
Patrick Steinhardt
-60
/
+60
2024-10-17
reftable: stop using `strbuf_addf()`
Patrick Steinhardt
-6
/
+12
2024-10-10
Merge branch 'ps/reftable-alloc-failures'
Junio C Hamano
-44
/
+143
2024-10-02
reftable: introduce `REFTABLE_FREE_AND_NULL()`
Patrick Steinhardt
-4
/
+4
2024-10-02
reftable: fix calls to free(3P)
Patrick Steinhardt
-1
/
+1
2024-10-02
reftable: handle trivial allocation failures
Patrick Steinhardt
-0
/
+20
2024-10-02
reftable/stack: handle allocation failures in auto compaction
Patrick Steinhardt
-4
/
+12
2024-10-02
reftable/stack: handle allocation failures in `stack_compact_range()`
Patrick Steinhardt
-2
/
+17
2024-10-02
reftable/stack: handle allocation failures in `reftable_new_stack()`
Patrick Steinhardt
-8
/
+26
2024-10-02
reftable/stack: handle allocation failures on reload
Patrick Steinhardt
-9
/
+25
2024-10-02
reftable/merged: handle allocation failures in `merged_table_init_iter()`
Patrick Steinhardt
-11
/
+23
2024-10-02
reftable/writer: handle allocation failures in `reftable_new_writer()`
Patrick Steinhardt
-4
/
+10
2024-10-02
reftable/basics: handle allocation failures in `parse_names()`
Patrick Steinhardt
-1
/
+5
2024-09-24
reftable/stack: allow locking of outdated stacks
Patrick Steinhardt
-7
/
+13
2024-09-24
refs/reftable: introduce "reftable.lockTimeout"
Patrick Steinhardt
-6
/
+12
2024-08-23
reftable/stack: fix segfault when reload with reused readers fails
Patrick Steinhardt
-0
/
+23
2024-08-23
reftable/stack: reorder swapping in the reloaded stack contents
Patrick Steinhardt
-15
/
+19
2024-08-23
reftable/reader: introduce refcounting
Patrick Steinhardt
-4
/
+4
2024-08-23
reftable/reader: inline `reader_close()`
Patrick Steinhardt
-4
/
+1
2024-08-23
reftable/reader: rename `reftable_new_reader()`
Patrick Steinhardt
-2
/
+2
2024-08-23
reftable/stack: inline `stack_compact_range_stats()`
Patrick Steinhardt
-12
/
+4
2024-08-22
reftable/generic: drop interface
Patrick Steinhardt
-1
/
+0
2024-08-22
t/helper: inline `reftable_stack_print_directory()`
Patrick Steinhardt
-20
/
+0
2024-08-22
reftable/stack: open-code reading refs
Patrick Steinhardt
-3
/
+22
2024-08-22
reftable/merged: stop using generic tables in the merged table
Patrick Steinhardt
-30
/
+18
2024-08-22
reftable/merged: rename `reftable_new_merged_table()`
Patrick Steinhardt
-2
/
+2
2024-08-08
reftable/stack: handle locked tables during auto-compaction
Patrick Steinhardt
-10
/
+49
2024-08-08
reftable/stack: fix corruption on concurrent compaction
Patrick Steinhardt
-5
/
+102
2024-08-08
reftable/stack: use lock_file when adding table to "tables.list"
Patrick Steinhardt
-10
/
+11
2024-08-08
reftable/stack: do not die when fsyncing lock file files
Patrick Steinhardt
-2
/
+5
2024-08-08
reftable/stack: simplify tracking of table locks
Patrick Steinhardt
-7
/
+7
2024-08-08
reftable/stack: update stats on failed full compaction
Patrick Steinhardt
-7
/
+7
2024-08-08
reftable/stack: refactor function to gather table sizes
Patrick Steinhardt
-5
/
+6
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
-4
/
+6
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
-6
/
+2
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
-4
/
+6
[next]