aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/extents.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Add print method for bch2_btree_ptr_v2Kent Overstreet1-1/+4
2023-10-22bcachefs: Kill bkey_type_successorKent Overstreet1-0/+3
2023-10-22bcachefs: btree_ptr_v2Kent Overstreet1-0/+15
2023-10-22bcachefs: Fix bch2_ptr_swab for indirect extentsKent Overstreet1-1/+1
2023-10-22bcachefs: Track incompressible dataKent Overstreet1-0/+7
2023-10-22bcachefs: Make btree_insert_entry more private to update pathKent Overstreet1-1/+0
2023-10-22bcachefs: Reorganize extents.cKent Overstreet1-129/+131
2023-10-22bcachefs: Inline data extentsKent Overstreet1-0/+2
2023-10-22bcachefs: Split out extent_update.cKent Overstreet1-11/+0
2023-10-22bcachefs: Rework of cut_front & cut_backKent Overstreet1-3/+7
2023-10-22bcachefs: kill bch2_extent_has_device()Kent Overstreet1-3/+0
2023-10-22bcachefs: Limit pointers to being in only one stripeKent Overstreet1-2/+3
2023-10-22bcachefs: Debug code improvementsKent Overstreet1-3/+2
2023-10-22bcachefs: Drop trans arg to bch2_extent_atomic_end()Kent Overstreet1-2/+2
2023-10-22bcachefs: data move path should not be trying to move reflink_p keysKent Overstreet1-2/+7
2023-10-22bcachefs: Inline some fast pathsKent Overstreet1-1/+12
2023-10-22bcachefs: ReflinkKent Overstreet1-2/+17
2023-10-22bcachefs: Refactor bch2_extent_trim_atomic() for reflinkKent Overstreet1-2/+4
2023-10-22bcachefs: Refactor various code to not be extent specificKent Overstreet1-60/+35
2023-10-22bcachefs: Refactor __bch2_cut_front()Kent Overstreet1-3/+3
2023-10-22bcachefs: bkey_merge() now takes bkey_sKent Overstreet1-2/+2
2023-10-22bcachefs: bch2_bkey_ptrs_invalid()Kent Overstreet1-0/+4
2023-10-22bcachefs: kill struct btree_insertKent Overstreet1-3/+3
2023-10-22bcachefs: Always use bch2_extent_trim_atomic()Kent Overstreet1-11/+3
2023-10-22bcachefs: Fix check for if extent update is allocatingKent Overstreet1-1/+2
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet1-239/+290
2023-10-22bcachefs: Split out bkey_sort.cKent Overstreet1-14/+25
2023-10-22bcachefs: Erasure codingKent Overstreet1-14/+7
2023-10-22bcachefs: revamp to_text methodsKent Overstreet1-2/+3
2023-10-22bcachefs: new avoid mechanism for io retriesKent Overstreet1-3/+4
2023-10-22bcachefs: BCH_EXTENT_ENTRY_TYPES()Kent Overstreet1-8/+5
2023-10-22bcachefs: bch2_extent_ptr_decoded_append()Kent Overstreet1-3/+6
2023-10-22bcachefs: bch2_extent_drop_ptrs()Kent Overstreet1-26/+17
2023-10-22bcachefs: extent_for_each_ptr_decode()Kent Overstreet1-40/+55
2023-10-22bcachefs: kill bch_extent_crc_typeKent Overstreet1-43/+6
2023-10-22bcachefs: extent_ptr_decodedKent Overstreet1-2/+2
2023-10-22bcachefs: kill extent_insert_hookKent Overstreet1-1/+0
2023-10-22bcachefs: bch2_extent_trim_atomic()Kent Overstreet1-0/+11
2023-10-22bcachefs: Factor out btree_key_can_insert()Kent Overstreet1-2/+4
2023-10-22bcachefs: fix bch2_val_to_text()Kent Overstreet1-2/+2
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+539