summaryrefslogtreecommitdiff
path: root/fs/bcachefs/extents.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Use x-macros for more enumsKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: KEY_TYPE_discard is no longer usedKent Overstreet
2023-10-22bcachefs: Fix some (spurious) warnings about uninitialized varsKent Overstreet
2023-10-22bcachefs: Drop invalid stripe ptrs in fsckKent Overstreet
2023-10-22bcachefs: KEY_TYPE_alloc_v2Kent Overstreet
2023-10-22bcachefs: Add BTREE_PTR_RANGE_UPDATEDKent Overstreet
2023-10-22bcachefs: Change when we allow overwritesKent Overstreet
2023-10-22bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()Kent Overstreet
2023-10-22bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2023-10-22bcachefs: Indirect inline data extentsKent Overstreet
2023-10-22bcachefs: Refactor replicas codeKent Overstreet
2023-10-22bcachefs: Fix extent_ptr_durability() calculation for erasure coded dataKent Overstreet
2023-10-22bcachefs: Use x-macros for data typesKent Overstreet
2023-10-22bcachefs: Improve assorted error messagesKent Overstreet
2023-10-22bcachefs: Fix a locking bug in bch2_btree_ptr_debugcheck()Kent Overstreet
2023-10-22bcachefs: Add print method for bch2_btree_ptr_v2Kent Overstreet
2023-10-22bcachefs: Kill bkey_type_successorKent Overstreet
2023-10-22bcachefs: Fix off by one error in bch2_extent_crc_append()Kent Overstreet
2023-10-22bcachefs: btree_ptr_v2Kent Overstreet
2023-10-22bcachefs: Fix bch2_ptr_swab for indirect extentsKent Overstreet
2023-10-22bcachefs: Track incompressible dataKent Overstreet
2023-10-22bcachefs: Kill bch2_fs_bug()Kent Overstreet
2023-10-22bcachefs: Convert some enums to x-macrosKent Overstreet
2023-10-22bcachefs: Reorganize extents.cKent Overstreet
2023-10-22bcachefs: Inline data extentsKent Overstreet
2023-10-22bcachefs: Split out extent_update.cKent Overstreet
2023-10-22bcachefs: Rework of cut_front & cut_backKent Overstreet
2023-10-22bcachefs: bkey_on_stackKent Overstreet
2023-10-22bcachefs: Be slightly less tricky with union usageKent Overstreet
2023-10-22bcachefs: Remove some BKEY_PADDED usesKent Overstreet
2023-10-22bcachefs: bch2_btree_iter_fix_key_modified()Kent Overstreet
2023-10-22bcachefs: Don't use rep movsq for small memcopiesKent Overstreet
2023-10-22bcachefs: Avoid calling iter_prev() in extent update pathKent Overstreet
2023-10-22bcachefs: kill bch2_extent_merge_inline()Kent Overstreet
2023-10-22bcachefs: Fix an iterator counting bugKent Overstreet
2023-10-22bcachefs: Fix iterator counting for reflink pointers (again)Kent Overstreet
2023-10-22bcachefs: Limit pointers to being in only one stripeKent Overstreet
2023-10-22bcachefs: Fix bch2_extent_ptr_durability()Kent Overstreet
2023-10-22bcachefs: bch2_extent_atomic_end() now traverses iterKent Overstreet
2023-10-22bcachefs: Fix counting iterators for reflink pointersKent Overstreet
2023-10-22bcachefs: Count iterators for reflink_p overwrites correctlyKent Overstreet
2023-10-22bcachefs: Debug assertion improvementsKent Overstreet
2023-10-22bcachefs: Add missing bch2_btree_node_iter_fix() callKent Overstreet
2023-10-22bcachefs: Debug code improvementsKent Overstreet
2023-10-22bcachefs: Add missing bch2_btree_node_iter_fix() callsKent Overstreet
2023-10-22bcachefs: Drop trans arg to bch2_extent_atomic_end()Kent Overstreet
2023-10-22bcachefs: Inline some fast pathsKent Overstreet
2023-10-22bcachefs: Update more code for KEY_TYPE_reflink_vKent Overstreet
2023-10-22bcachefs: Re-enable bkey_debugcheck() in the extent update pathKent Overstreet