summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/reflink.c
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: Convert io paths for snapshotsKent Overstreet2023-10-221-9/+15
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-2/+16
* bcachefs: btree_pathKent Overstreet2023-10-221-39/+37
* bcachefs: Use bch2_trans_begin() more consistentlyKent Overstreet2023-10-221-2/+2
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-2/+3
* bcachefs: Improve iter->should_be_lockedKent Overstreet2023-10-221-3/+3
* bcachefs: Merging for indirect extentsKent Overstreet2023-10-221-0/+8
* bcachefs: Clean up key mergingKent Overstreet2023-10-221-12/+10
* bcachefs: Fix a buffer overrunKent Overstreet2023-10-221-7/+1
* bcachefs: Don't fragment extents when making them indirectKent Overstreet2023-10-221-30/+22
* bcachefs: Fsck for reflink refcountsKent Overstreet2023-10-221-1/+1
* bcachefs: Fix for buffered writes getting -ENOSPCKent Overstreet2023-10-221-1/+2
* bcachefs: Split extents if necessary in bch2_trans_update()Kent Overstreet2023-10-221-2/+4
* bcachefs: Make sure to pass a disk reservation to bch2_extent_update()Kent Overstreet2023-10-221-1/+5
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-16/+10
* bcachefs: Fix a btree iterator leakKent Overstreet2023-10-221-2/+4
* bcachefs: Kill reflink optionKent Overstreet2023-10-221-3/+0
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-3/+3
* bcachefs: Reduce/kill BKEY_PADDED useKent Overstreet2023-10-221-10/+11
* bcachefs: Indirect inline data extentsKent Overstreet2023-10-221-18/+56
* bcachefs: Add an option to disable reflink supportKent Overstreet2023-10-221-0/+3
* bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet2023-10-221-1/+1
* bcachefs: Make sure we're releasing btree iteratorsKent Overstreet2023-10-221-3/+2
* bcachefs: Split out btree_trigger_flagsKent Overstreet2023-10-221-2/+2
* bcachefs: Convert some enums to x-macrosKent Overstreet2023-10-221-1/+1
* bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet2023-10-221-2/+1
* bcachefs: bch2_trans_reset() calls should be at the tops of loopsKent Overstreet2023-10-221-1/+2
* bcachefs: bch2_check_set_feature()Kent Overstreet2023-10-221-10/+1
* bcachefs: bkey_on_stack_reassemble()Kent Overstreet2023-10-221-2/+1
* bcachefs: Rework of cut_front & cut_backKent Overstreet2023-10-221-2/+2
* bcachefs: bkey_on_stackKent Overstreet2023-10-221-6/+11
* bcachefs: Some reflink fixesKent Overstreet2023-10-221-1/+3
* bcachefs: Refactor bch2_trans_commit() pathKent Overstreet2023-10-221-0/+5
* bcachefs: Convert bch2_fpunch to bch2_extent_update()Kent Overstreet2023-10-221-26/+27
* bcachefs: Split out bchfs_extent_update()Kent Overstreet2023-10-221-3/+3
* bcachefs: Check if extending inode differentlyKent Overstreet2023-10-221-1/+1
* bcachefs: Can't be holding read locks while taking write locksKent Overstreet2023-10-221-7/+5
* bcachefs: Rework btree iterator lifetimesKent Overstreet2023-10-221-4/+4
* bcachefs: Kill deferred btree updatesKent Overstreet2023-10-221-2/+2
* bcachefs: ReflinkKent Overstreet2023-10-221-0/+300