summaryrefslogtreecommitdiff
path: root/fs/bcachefs/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet1-9/+11
2023-10-23bcachefs: Interior btree updates are now fully transactionalKent Overstreet1-9/+2
2023-10-23bcachefs: introduce b->hash_valKent Overstreet1-4/+2
2023-10-23bcachefs: Hacky fixes for device removalKent Overstreet1-34/+24
2023-10-23bcachefs: Split out btree_trigger_flagsKent Overstreet1-1/+1
2023-10-23bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet1-1/+0
2023-10-23bcachefs: bkey_on_stack_reassemble()Kent Overstreet1-2/+1
2023-10-23bcachefs: bkey_on_stackKent Overstreet1-6/+10
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-3/+2
2023-10-23bcachefs: ReflinkKent Overstreet1-3/+10
2023-10-23bcachefs: Refactor various code to not be extent specificKent Overstreet1-2/+1
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-3/+2
2023-10-23bcachefs: Redo replicas gc mechanismKent Overstreet1-16/+6
2023-10-23bcachefs: bch2_trans_mark_update()Kent Overstreet1-0/+3
2023-10-23bcachefs: trans_for_each_iter()Kent Overstreet1-1/+1
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-10/+12
2023-10-23bcachefs: Fix a deadlockKent Overstreet1-2/+2
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-12/+18
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-0/+11
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-16/+14
2023-10-23bcachefs: Centralize marking of replicas in btree update pathKent Overstreet1-5/+0
2023-10-23bcachefs: replicas: prep work for stripesKent Overstreet1-3/+3
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-1/+1
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+178