aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: for_each_btree_key() now declares loop iterGravatar Kent Overstreet 1-2/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printGravatar Kent Overstreet 1-3/+2
2024-01-01bcachefs: Rename BTREE_INSERT flagsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-13/+11
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert more code to bch_err_msg()Gravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Kill BTREE_INSERT_USE_RESERVEGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Improve bch2_bkey_make_mut()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Gravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Extent helper improvementsGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: New btree helpersGravatar Kent Overstreet 1-3/+1
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Use bch2_err_str() in error messagesGravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Convert bch2_dev_usrdata_drop() to for_each_btree_key2()Gravatar Kent Overstreet 1-60/+51
2023-10-22bcachefs: Shutdown path improvementsGravatar Kent Overstreet 1-4/+1
2023-10-22bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch2_trans_exit() no longer returns errorsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: for_each_btree_node() now returns errors directlyGravatar Kent Overstreet 1-2/+6
2023-10-22bcachefs: Fix deletion in __bch2_dev_usrdata_drop()Gravatar Kent Overstreet 1-0/+9
2023-10-22bcachefs: Fixes for usrdata/metadata drop pathsGravatar Kent Overstreet 1-9/+12
2023-10-22bcachefs: Update data move path for snapshotsGravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-13/+13
2023-10-22bcachefs: Update btree ptrs after every writeGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Regularize argument passing of btree_transGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: ensure iter->should_be_locked is setGravatar Dan Robertson 1-1/+2
2023-10-22bcachefs: Check for errors from bch2_trans_update()Gravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Require all btree iterators to be freedGravatar Kent Overstreet 1-2/+7
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Reduce/kill BKEY_PADDED useGravatar Kent Overstreet 1-9/+11
2023-10-22bcachefs: Interior btree updates are now fully transactionalGravatar Kent Overstreet 1-9/+2
2023-10-22bcachefs: introduce b->hash_valGravatar Kent Overstreet 1-4/+2
2023-10-22bcachefs: Hacky fixes for device removalGravatar Kent Overstreet 1-34/+24
2023-10-22bcachefs: Split out btree_trigger_flagsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill BTREE_INSERT_ATOMICGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: bkey_on_stack_reassemble()Gravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: bkey_on_stackGravatar Kent Overstreet 1-6/+10
2023-10-22bcachefs: Kill deferred btree updatesGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: ReflinkGravatar Kent Overstreet 1-3/+10
2023-10-22bcachefs: Refactor various code to not be extent specificGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: More work to avoid transaction restartsGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Redo replicas gc mechanismGravatar Kent Overstreet 1-16/+6
2023-10-22bcachefs: bch2_trans_mark_update()Gravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: trans_for_each_iter()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Only get btree iters from btree transactionsGravatar Kent Overstreet 1-10/+12
2023-10-22bcachefs: Fix a deadlockGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Gravatar Kent Overstreet 1-12/+18
2023-10-22bcachefs: Fix check for if extent update is allocatingGravatar Kent Overstreet 1-0/+11
2023-10-22bcachefs: Make bkey types globally uniqueGravatar Kent Overstreet 1-16/+14
2023-10-22bcachefs: Centralize marking of replicas in btree update pathGravatar Kent Overstreet 1-5/+0