summaryrefslogtreecommitdiff
path: root/fs/bcachefs/move.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Only look up inode io opts in extents btreeKent Overstreet1-1/+2
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-2/+1
2023-10-23bcachefs: data move path should not be trying to move reflink_p keysKent Overstreet1-1/+1
2023-10-23bcachefs: Fix a null ptr derefKent Overstreet1-1/+2
2023-10-23bcachefs: ReflinkKent Overstreet1-36/+62
2023-10-23bcachefs: Refactor various code to not be extent specificKent Overstreet1-18/+16
2023-10-23bcachefs: Add offset_into_extent param to bch2_read_extent()Kent Overstreet1-1/+1
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-4/+3
2023-10-23bcachefs: Redo replicas gc mechanismKent Overstreet1-62/+4
2023-10-23bcachefs: bch2_trans_mark_update()Kent Overstreet1-0/+2
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-1/+1
2023-10-23bcachefs: trans_for_each_iter()Kent Overstreet1-2/+2
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-21/+51
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-23/+21
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-0/+11
2023-10-23bcachefs: Compression fixesKent Overstreet1-5/+15
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-30/+28
2023-10-23bcachefs: Centralize marking of replicas in btree update pathKent Overstreet1-7/+1
2023-10-23bcachefs: Disk usage in compressed sectors, not uncompressedKent Overstreet1-1/+20
2023-10-23bcachefs: replicas: prep work for stripesKent Overstreet1-3/+3
2023-10-23bcachefs: bch2_extent_ptr_decoded_append()Kent Overstreet1-2/+1
2023-10-23bcachefs: bch2_extent_drop_ptrs()Kent Overstreet1-7/+3
2023-10-23bcachefs: extent_for_each_ptr_decode()Kent Overstreet1-11/+12
2023-10-23bcachefs: Split out alloc_background.cKent Overstreet1-0/+1
2023-10-23bcachefs: Fix failure to suspendKent Overstreet1-1/+0
2023-10-23bcachefs: Fix suspend when moving data faster than ratelimitKent Overstreet1-8/+26
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-1/+1
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+761