summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/extent_update.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: growable btree_pathsKent Overstreet2024-01-011-1/+1
* bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet2023-10-221-4/+1
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-5/+3
* bcachefs: Freespace, need_discard btreesKent Overstreet2023-10-221-2/+11
* bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet2023-10-221-2/+2
* bcachefs: btree_pathKent Overstreet2023-10-221-5/+5
* bcachefs: Reduce iter->trans usageKent Overstreet2023-10-221-16/+6
* bcachefs: Improve iter->should_be_lockedKent Overstreet2023-10-221-0/+4
* bcachefs: Fix null ptr deref when splitting compressed extentsKent Overstreet2023-10-221-35/+0
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-1/+1
* bcachefs: Extents may now cross btree node boundariesKent Overstreet2023-10-221-21/+8
* bcachefs: Clean up bch2_extent_can_insertKent Overstreet2023-10-221-10/+5
* bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet2023-10-221-1/+0
* bcachefs: Fix another iterator counting bugKent Overstreet2023-10-221-1/+2
* bcachefs: More fixes for counting extent update iteratorsKent Overstreet2023-10-221-12/+24
* bcachefs: Kill bkey_type_successorKent Overstreet2023-10-221-1/+3
* bcachefs: Fix count_iters_for_insert()Kent Overstreet2023-10-221-0/+4
* bcachefs: Don't use peek_filter() unnecessarilyKent Overstreet2023-10-221-4/+2
* bcachefs: Move extent overwrite handling out of core btree codeKent Overstreet2023-10-221-383/+27
* bcachefs: Make btree_insert_entry more private to update pathKent Overstreet2023-10-221-10/+10
* bcachefs: Use KEY_TYPE_deleted whitouts for extentsKent Overstreet2023-10-221-4/+84
* bcachefs: Always emit new extents on partial overwriteKent Overstreet2023-10-221-168/+125
* bcachefs: bkey_on_stack_reassemble()Kent Overstreet2023-10-221-2/+1
* bcachefs: Reorganize extents.cKent Overstreet2023-10-221-1/+1
* bcachefs: Split out extent_update.cKent Overstreet2023-10-221-0/+532