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