summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/extents.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Split out bkey_sort.cKent Overstreet2023-10-221-269/+1
* bcachefs: Stripes now properly subject to gcKent Overstreet2023-10-221-2/+2
* bcachefs: Btree locking fix, refactoringKent Overstreet2023-10-221-1/+0
* bcachefs: fix typo when picking read methodKent Overstreet2023-10-221-3/+3
* bcachefs: Erasure codingKent Overstreet2023-10-221-59/+137
* bcachefs: Centralize marking of replicas in btree update pathKent Overstreet2023-10-221-2/+4
* bcachefs: Move key marking out of extents.cKent Overstreet2023-10-221-73/+6
* bcachefs: revamp to_text methodsKent Overstreet2023-10-221-55/+37
* bcachefs: Disk usage in compressed sectors, not uncompressedKent Overstreet2023-10-221-3/+2
* bcachefs: Fix an assertion when rebuilding replicasKent Overstreet2023-10-221-2/+4
* bcachefs: new avoid mechanism for io retriesKent Overstreet2023-10-221-16/+47
* bcachefs: more key marking refactoringKent Overstreet2023-10-221-2/+3
* bcachefs: replicas: prep work for stripesKent Overstreet2023-10-221-3/+2
* bcachefs: add functionality for heaps to update backpointersKent Overstreet2023-10-221-5/+5
* bcachefs: bch2_extent_ptr_decoded_append()Kent Overstreet2023-10-221-85/+44
* bcachefs: bch2_extent_drop_ptrs()Kent Overstreet2023-10-221-40/+33
* bcachefs: extent_for_each_ptr_decode()Kent Overstreet2023-10-221-38/+38
* bcachefs: extent_ptr_decodedKent Overstreet2023-10-221-4/+4
* bcachefs: Pass around bset_tree lessKent Overstreet2023-10-221-31/+26
* bcachefs: kill extent_insert_hookKent Overstreet2023-10-221-73/+15
* bcachefs: bch2_extent_trim_atomic()Kent Overstreet2023-10-221-0/+14
* bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possibleKent Overstreet2023-10-221-180/+106
* bcachefs: extent_squash() can no longer failKent Overstreet2023-10-221-10/+5
* bcachefs: lift ordering restriction on 0 size extentsKent Overstreet2023-10-221-327/+220
* bcachefs: bkey_written()Kent Overstreet2023-10-221-5/+5
* bcachefs: Factor out btree_key_can_insert()Kent Overstreet2023-10-221-19/+27
* bcachefs: bch2_mark_key() now takes bch_data_typeKent Overstreet2023-10-221-1/+1
* bcachefs: fix bch2_val_to_text()Kent Overstreet2023-10-221-4/+6
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+2395