summaryrefslogtreecommitdiff
path: root/fs/bcachefs/reflink.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-3/+1
2024-01-21bcachefs: Reduce would_deadlock restartsKent Overstreet1-0/+7
2024-01-21bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet1-5/+5
2024-01-06bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet1-8/+0
2024-01-06bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet1-8/+7
2024-01-06bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet1-1/+3
2024-01-06bcachefs: unify extent triggerKent Overstreet1-1/+1
2024-01-06bcachefs: unify reflink_p triggerKent Overstreet1-76/+54
2024-01-06bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet1-1/+1
2024-01-06bcachefs: mark now takes bkey_sKent Overstreet1-1/+1
2024-01-06bcachefs: trans_mark now takes bkey_sKent Overstreet1-14/+14
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