summaryrefslogtreecommitdiff
path: root/fs/bcachefs/reflink.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: drop extra semicolonKent Overstreet1-1/+1
2024-01-01bcachefs: Move reflink_p triggers into reflink.cKent Overstreet1-0/+201
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-1/+1
2023-12-05bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet1-0/+8
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-3/+3
2023-11-02bcachefs: rebalance_workKent Overstreet1-6/+15
2023-10-31bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet1-21/+13
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-18/+18
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-0/+4
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+3
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-3/+6
2023-10-23bcachefs: Don't reuse reflink btree keyspaceKent Overstreet1-16/+4
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-20/+0
2023-10-23bcachefs: Don't use BTREE_ITER_INTENT in make_extent_indirect()Kent Overstreet1-1/+1
2023-10-23bcachefs: Drop some anonymous structs, unionsKent Overstreet1-0/+6
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-4/+4
2023-10-23bcachefs: Unwritten extents supportKent Overstreet1-1/+5
2023-10-23bcachefs: Debug mode for c->writes referencesKent Overstreet1-2/+2
2023-10-23bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-5/+1
2023-10-23bcachefs: Convert EROFS errors to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-2/+2
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-6/+6
2023-10-23bcachefs: Kill BCH_WRITE_FLUSHKent Overstreet1-1/+1
2023-10-23bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-2/+3
2023-10-23bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-7/+7
2023-10-23bcachefs: Plumb btree_id & level to trans_markKent Overstreet1-1/+3
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-4/+4
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-15/+30
2023-10-23bcachefs: Move deletion of refcount=0 indirect extents to their triggersKent Overstreet1-0/+36
2023-10-23bcachefs: Fix reflink path for snapshotsKent Overstreet1-1/+2
2023-10-23bcachefs: Improve bch2_reflink_p_to_text()Kent Overstreet1-1/+4
2023-10-23bcachefs: Inode updates should generally be BTREE_INSERT_NOFAILKent Overstreet1-1/+2
2023-10-23bcachefs: Switch fsync to use bi_journal_seqKent Overstreet1-4/+4
2023-10-23bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet1-2/+2
2023-10-23bcachefs: Fix for leaking of reflinked extentsKent Overstreet1-0/+4
2023-10-23bcachefs: bch2_trans_exit() no longer returns errorsKent Overstreet1-1/+1
2023-10-23bcachefs: Zero out reflink_p val in bch2_make_extent_indirect()Kent Overstreet1-0/+6
2023-10-23bcachefs: Convert io paths for snapshotsKent Overstreet1-9/+15
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-2/+16
2023-10-23bcachefs: btree_pathKent Overstreet1-39/+37
2023-10-23bcachefs: Use bch2_trans_begin() more consistentlyKent Overstreet1-2/+2
2023-10-23bcachefs: Always check for transaction restartsKent Overstreet1-2/+3
2023-10-23bcachefs: Improve iter->should_be_lockedKent Overstreet1-3/+3
2023-10-23bcachefs: Merging for indirect extentsKent Overstreet1-0/+8
2023-10-23bcachefs: Clean up key mergingKent Overstreet1-12/+10
2023-10-23bcachefs: Fix a buffer overrunKent Overstreet1-7/+1
2023-10-23bcachefs: Don't fragment extents when making them indirectKent Overstreet1-30/+22
2023-10-23bcachefs: Fsck for reflink refcountsKent Overstreet1-1/+1
2023-10-23bcachefs: Fix for buffered writes getting -ENOSPCKent Overstreet1-1/+2