summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/reflink.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet2024-05-091-3/+3
* bcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor2024-05-081-2/+4
* bcachefs: do reflink_p repair from BTREE_TRIGGER_check_repairKent Overstreet2024-05-081-2/+5
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-27/+28
* bcachefs: Fix repair path for missing indirect extentsKent Overstreet2024-03-311-2/+1
* bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-211-3/+1
* bcachefs: Reduce would_deadlock restartsKent Overstreet2024-01-211-0/+7
* bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet2024-01-211-5/+5
* bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet2024-01-051-8/+0
* bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet2024-01-051-8/+7
* bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-051-1/+3
* bcachefs: unify extent triggerKent Overstreet2024-01-051-1/+1
* bcachefs: unify reflink_p triggerKent Overstreet2024-01-051-76/+54
* bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet2024-01-051-1/+1
* bcachefs: mark now takes bkey_sKent Overstreet2024-01-051-1/+1
* bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-051-14/+14
* bcachefs: drop extra semicolonKent Overstreet2024-01-011-1/+1
* bcachefs: Move reflink_p triggers into reflink.cKent Overstreet2024-01-011-0/+201
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-1/+1
* 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