aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/bcachefs/reflink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-3/+3
2024-05-08bcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor1-2/+4
2024-05-08bcachefs: do reflink_p repair from BTREE_TRIGGER_check_repairKent Overstreet1-2/+5
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-27/+28
2024-03-31bcachefs: Fix repair path for missing indirect extentsKent Overstreet1-2/+1
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-05bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet1-8/+0
2024-01-05bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet1-8/+7
2024-01-05bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet1-1/+3
2024-01-05bcachefs: unify extent triggerKent Overstreet1-1/+1
2024-01-05bcachefs: unify reflink_p triggerKent Overstreet1-76/+54
2024-01-05bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet1-1/+1
2024-01-05bcachefs: mark now takes bkey_sKent Overstreet1-1/+1
2024-01-05bcachefs: 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-04bcachefs: Don't run indirect extent trigger unless inserting/deletingKent Overstreet1-0/+8
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-3/+3
2023-11-01bcachefs: rebalance_workKent Overstreet1-6/+15
2023-10-31bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet1-21/+13
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet1-18/+18
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet1-0/+4
2023-10-22bcachefs: Break up io.cKent Overstreet1-1/+3
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet1-3/+6
2023-10-22bcachefs: Don't reuse reflink btree keyspaceKent Overstreet1-16/+4
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet1-20/+0
2023-10-22bcachefs: Don't use BTREE_ITER_INTENT in make_extent_indirect()Kent Overstreet1-1/+1
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet1-0/+6
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-4/+4
2023-10-22bcachefs: Unwritten extents supportKent Overstreet1-1/+5
2023-10-22bcachefs: Debug mode for c->writes referencesKent Overstreet1-2/+2
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-5/+1
2023-10-22bcachefs: Convert EROFS errors to private error codesKent Overstreet1-1/+1
2023-10-22bcachefs: More errcode cleanupKent Overstreet1-2/+2
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-6/+6
2023-10-22bcachefs: Kill BCH_WRITE_FLUSHKent Overstreet1-1/+1
2023-10-22bcachefs: EINTR -> BCH_ERR_transaction_restartKent Overstreet1-2/+3
2023-10-22bcachefs: Always use percpu_ref_tryget_live() on c->writesKent Overstreet1-1/+1
2023-10-22bcachefs: Printbuf reworkKent Overstreet1-7/+7
2023-10-22bcachefs: Plumb btree_id & level to trans_markKent Overstreet1-1/+3
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet1-4/+4
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-15/+30
2023-10-22bcachefs: Move deletion of refcount=0 indirect extents to their triggersKent Overstreet1-0/+36
2023-10-22bcachefs: Fix reflink path for snapshotsKent Overstreet1-1/+2
2023-10-22bcachefs: Improve bch2_reflink_p_to_text()Kent Overstreet1-1/+4
2023-10-22bcachefs: Inode updates should generally be BTREE_INSERT_NOFAILKent Overstreet1-1/+2
2023-10-22bcachefs: Switch fsync to use bi_journal_seqKent Overstreet1-4/+4