summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/reflink.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet2023-12-041-0/+8
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-3/+3
* bcachefs: rebalance_workKent Overstreet2023-11-011-6/+15
* bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet2023-10-311-21/+13
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-18/+18
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-0/+4
* bcachefs: Break up io.cKent Overstreet2023-10-221-1/+3
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-3/+6
* bcachefs: Don't reuse reflink btree keyspaceKent Overstreet2023-10-221-16/+4
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-20/+0
* bcachefs: Don't use BTREE_ITER_INTENT in make_extent_indirect()Kent Overstreet2023-10-221-1/+1
* bcachefs: Drop some anonymous structs, unionsKent Overstreet2023-10-221-0/+6
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-4/+4
* bcachefs: Unwritten extents supportKent Overstreet2023-10-221-1/+5
* bcachefs: Debug mode for c->writes referencesKent Overstreet2023-10-221-2/+2
* bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet2023-10-221-5/+1
* bcachefs: Convert EROFS errors to private error codesKent Overstreet2023-10-221-1/+1
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-2/+2
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-6/+6
* bcachefs: Kill BCH_WRITE_FLUSHKent Overstreet2023-10-221-1/+1
* bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet2023-10-221-2/+3
* bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet2023-10-221-1/+1
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-7/+7
* bcachefs: Plumb btree_id & level to trans_markKent Overstreet2023-10-221-1/+3
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-4/+4
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-15/+30
* bcachefs: Move deletion of refcount=0 indirect extents to their triggersKent Overstreet2023-10-221-0/+36
* bcachefs: Fix reflink path for snapshotsKent Overstreet2023-10-221-1/+2
* bcachefs: Improve bch2_reflink_p_to_text()Kent Overstreet2023-10-221-1/+4
* bcachefs: Inode updates should generally be BTREE_INSERT_NOFAILKent Overstreet2023-10-221-1/+2
* bcachefs: Switch fsync to use bi_journal_seqKent Overstreet2023-10-221-4/+4
* bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet2023-10-221-2/+2
* bcachefs: Fix for leaking of reflinked extentsKent Overstreet2023-10-221-0/+4
* bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet2023-10-221-1/+1
* bcachefs: Zero out reflink_p val in bch2_make_extent_indirect()Kent Overstreet2023-10-221-0/+6
* 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