summaryrefslogtreecommitdiff
path: root/fs/bcachefs/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-4/+4
2024-03-10bcachefs: Kill some -EINVALsKent Overstreet1-5/+3
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-2/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-3/+2
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-13/+11
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+1
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-2/+1
2023-10-23bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet1-1/+1
2023-10-23bcachefs: Improve bch2_bkey_make_mut()Kent Overstreet1-1/+1
2023-10-23bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet1-3/+2
2023-10-23bcachefs: Extent helper improvementsKent Overstreet1-3/+2
2023-10-23bcachefs: New btree helpersKent Overstreet1-3/+1
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-3/+3
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-1/+3
2023-10-23bcachefs: Convert bch2_dev_usrdata_drop() to for_each_btree_key2()Kent Overstreet1-60/+51
2023-10-23bcachefs: Shutdown path improvementsKent Overstreet1-4/+1
2023-10-23bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()Kent Overstreet1-0/+1
2023-10-23bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet1-2/+2
2023-10-23bcachefs: for_each_btree_node() now returns errors directlyKent Overstreet1-2/+6
2023-10-23bcachefs: Fix deletion in __bch2_dev_usrdata_drop()Kent Overstreet1-0/+9
2023-10-23bcachefs: Fixes for usrdata/metadata drop pathsKent Overstreet1-9/+12
2023-10-23bcachefs: Update data move path for snapshotsKent Overstreet1-2/+4
2023-10-23bcachefs: btree_pathKent Overstreet1-13/+13
2023-10-23bcachefs: Update btree ptrs after every writeKent Overstreet1-1/+1
2023-10-23bcachefs: Regularize argument passing of btree_transKent Overstreet1-1/+1
2023-10-23bcachefs: ensure iter->should_be_locked is setDan Robertson1-1/+2
2023-10-23bcachefs: Check for errors from bch2_trans_update()Kent Overstreet1-3/+2
2023-10-23bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet1-1/+1
2023-10-23bcachefs: Require all btree iterators to be freedKent Overstreet1-2/+7
2023-10-23bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet1-2/+2
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