index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
extents.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Merge extents with checksums
Kent Overstreet
1
-73
/
+130
2023-10-22
bcachefs: bch2_trans_mark_update()
Kent Overstreet
1
-3
/
+42
2023-10-22
bcachefs: bch2_bkey_ptrs_invalid()
Kent Overstreet
1
-116
/
+91
2023-10-22
bcachefs: Return errors from for_each_btree_key()
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
1
-2
/
+6
2023-10-22
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
1
-4
/
+7
2023-10-22
bcachefs: Allocate fs_usage in do_btree_insert_at()
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: kill struct btree_insert
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Refactor extent insert path
Kent Overstreet
1
-98
/
+54
2023-10-22
bcachefs: Always use bch2_extent_trim_atomic()
Kent Overstreet
1
-18
/
+16
2023-10-22
bcachefs: gc lock no longer needed for disk reservations
Kent Overstreet
1
-6
/
+2
2023-10-22
bcachefs: Fix check for if extent update is allocating
Kent Overstreet
1
-4
/
+28
2023-10-22
bcachefs: improve extent debugcheck fn
Kent Overstreet
1
-95
/
+46
2023-10-22
bcachefs: Compression fixes
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-505
/
+420
2023-10-22
bcachefs: Split out bkey_sort.c
Kent Overstreet
1
-269
/
+1
2023-10-22
bcachefs: Stripes now properly subject to gc
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Btree locking fix, refactoring
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: fix typo when picking read method
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Erasure coding
Kent Overstreet
1
-59
/
+137
2023-10-22
bcachefs: Centralize marking of replicas in btree update path
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Move key marking out of extents.c
Kent Overstreet
1
-73
/
+6
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
1
-55
/
+37
2023-10-22
bcachefs: Disk usage in compressed sectors, not uncompressed
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Fix an assertion when rebuilding replicas
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: new avoid mechanism for io retries
Kent Overstreet
1
-16
/
+47
2023-10-22
bcachefs: more key marking refactoring
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: replicas: prep work for stripes
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: add functionality for heaps to update backpointers
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: bch2_extent_ptr_decoded_append()
Kent Overstreet
1
-85
/
+44
2023-10-22
bcachefs: bch2_extent_drop_ptrs()
Kent Overstreet
1
-40
/
+33
2023-10-22
bcachefs: extent_for_each_ptr_decode()
Kent Overstreet
1
-38
/
+38
2023-10-22
bcachefs: extent_ptr_decoded
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Pass around bset_tree less
Kent Overstreet
1
-31
/
+26
2023-10-22
bcachefs: kill extent_insert_hook
Kent Overstreet
1
-73
/
+15
2023-10-22
bcachefs: bch2_extent_trim_atomic()
Kent Overstreet
1
-0
/
+14
2023-10-22
bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possible
Kent Overstreet
1
-180
/
+106
2023-10-22
bcachefs: extent_squash() can no longer fail
Kent Overstreet
1
-10
/
+5
2023-10-22
bcachefs: lift ordering restriction on 0 size extents
Kent Overstreet
1
-327
/
+220
2023-10-22
bcachefs: bkey_written()
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Factor out btree_key_can_insert()
Kent Overstreet
1
-19
/
+27
2023-10-22
bcachefs: bch2_mark_key() now takes bch_data_type
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: fix bch2_val_to_text()
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+2395
[prev]