summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/move.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Fix a null ptr derefKent Overstreet2023-10-221-0/+5
* bcachefs: Fix two btree iterator leaksKent Overstreet2023-10-221-2/+4
* bcachefs: Preallocate trans mem in bch2_migrate_index_update()Kent Overstreet2023-10-221-1/+1
* bcachefs: Don't use bch2_inode_find_by_inum() in move.cKent Overstreet2023-10-221-6/+36
* bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advanceKent Overstreet2023-10-221-1/+1
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-0/+3
* bcachefs: Fix read retry path for indirect extentsKent Overstreet2023-10-221-3/+5
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-3/+3
* bcachefs: Use x-macros for compat feature bitsKent Overstreet2023-10-221-2/+5
* bcachefs: Fix bkey format generation for 32 bit fieldsKent Overstreet2023-10-221-1/+27
* bcachefs: Scan for old btree nodes if necessary on mountKent Overstreet2023-10-221-11/+20
* bcachefs: Add code to scan for/rewite old btree nodesKent Overstreet2023-10-221-26/+105
* bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet2023-10-221-10/+16
* bcachefs: Change when we allow overwritesKent Overstreet2023-10-221-19/+16
* bcachefs: Don't use BTREE_INSERT_USE_RESERVE so muchKent Overstreet2023-10-221-1/+0
* bcachefs: Fix iterator overflow in move pathKent Overstreet2023-10-221-0/+6
* bcachefs: Don't write bucket IO time lazilyKent Overstreet2023-10-221-3/+4
* bcachefs: Don't drop replicas when copygcing ec dataKent Overstreet2023-10-221-2/+4
* bcachefs: Fix copygc of compressed dataKent Overstreet2023-10-221-4/+4
* bcachefs: Copy ptr->cached when migrating dataKent Overstreet2023-10-221-7/+13
* bcachefs: Don't let copygc buckets be stolen by other threadsKent Overstreet2023-10-221-0/+1
* bcachefs: Don't restrict copygc writes to the same deviceKent Overstreet2023-10-221-3/+6
* bcachefs: Use x-macros for data typesKent Overstreet2023-10-221-5/+5
* bcachefs: Improve warning for copygc failing to move dataKent Overstreet2023-10-221-1/+4
* bcachefs: Interior btree updates are now fully transactionalKent Overstreet2023-10-221-8/+2
* bcachefs: Handle -EINTR bch2_migrate_index_update()Kent Overstreet2023-10-221-4/+11
* bcachefs: Don't log errors that are expected during shutdownKent Overstreet2023-10-221-1/+2
* bcachefs: Track incompressible dataKent Overstreet2023-10-221-7/+12
* bcachefs: Split out btree_trigger_flagsKent Overstreet2023-10-221-1/+1
* bcachefs: Convert some enums to x-macrosKent Overstreet2023-10-221-1/+1
* bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet2023-10-221-1/+0
* bcachefs: bkey_on_stack_reassemble()Kent Overstreet2023-10-221-2/+1
* bcachefs: Reorganize extents.cKent Overstreet2023-10-221-4/+4
* bcachefs: Rework of cut_front & cut_backKent Overstreet2023-10-221-5/+4
* bcachefs: bkey_on_stackKent Overstreet2023-10-221-3/+7
* bcachefs: Only look up inode io opts in extents btreeKent Overstreet2023-10-221-1/+2
* bcachefs: Kill deferred btree updatesKent Overstreet2023-10-221-2/+1
* bcachefs: data move path should not be trying to move reflink_p keysKent Overstreet2023-10-221-1/+1
* bcachefs: Fix a null ptr derefKent Overstreet2023-10-221-1/+2
* bcachefs: ReflinkKent Overstreet2023-10-221-36/+62
* bcachefs: Refactor various code to not be extent specificKent Overstreet2023-10-221-18/+16
* bcachefs: Add offset_into_extent param to bch2_read_extent()Kent Overstreet2023-10-221-1/+1
* bcachefs: More work to avoid transaction restartsKent Overstreet2023-10-221-4/+3
* bcachefs: Redo replicas gc mechanismKent Overstreet2023-10-221-62/+4
* bcachefs: bch2_trans_mark_update()Kent Overstreet2023-10-221-0/+2
* bcachefs: Return errors from for_each_btree_key()Kent Overstreet2023-10-221-1/+1
* bcachefs: trans_for_each_iter()Kent Overstreet2023-10-221-2/+2
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-21/+51
* bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet2023-10-221-23/+21
* bcachefs: Fix check for if extent update is allocatingKent Overstreet2023-10-221-0/+11