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