summaryrefslogtreecommitdiff
path: root/fs/bcachefs/reflink.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-22bcachefs: Fix range in bch2_lookup_indirect_extent() error pathKent Overstreet1-5/+7
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-3/+3
2025-05-25bcachefs: fix REFLINK_P_MAY_UPDATE_OPTIONSKent Overstreet1-1/+2
2025-05-22bcachefs: bch_fs.writes -> enumerated_refsKent Overstreet1-2/+3
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-11/+12
2025-03-29bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-6/+6
2025-03-15bcachefs: bch2_request_incompat_feature() now returns error codeKent Overstreet1-1/+1
2025-03-15bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode nu...Kent Overstreet1-6/+15
2025-02-20bcachefs: Fix bch2_indirect_extent_missing_error()Kent Overstreet1-10/+8
2025-02-07bcachefs: Fix marking reflink pointers to missing indirect extentsKent Overstreet1-0/+2
2024-12-29bcachefs: bcachefs_metadata_version_reflink_p_may_update_optsKent Overstreet1-3/+15
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-4/+4
2024-12-21bcachefs: Don't delete reflink pointers to missing indirect extentsKent Overstreet1-56/+185
2024-12-21bcachefs: Reorganize reflink.c a bitKent Overstreet1-57/+157
2024-12-21bcachefs: Reserve 8 bits in bch_reflink_pKent Overstreet1-14/+31
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet1-1/+1
2024-12-21bcachefs: io_opts_to_rebalance_opts()Kent Overstreet1-1/+1
2024-09-28bcachefs: rename version -> bversionKent Overstreet1-1/+1
2024-08-14bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-11/+8
2024-07-15bcachefs: fsck_err() may now take a btree_transKent Overstreet1-1/+1
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-3/+3
2024-05-09bcachefs: Fix type of flags parameter for some ->trigger() implementationsNathan Chancellor1-2/+4
2024-05-09bcachefs: do reflink_p repair from BTREE_TRIGGER_check_repairKent Overstreet1-2/+5
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-27/+28
2024-04-01bcachefs: 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-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