summaryrefslogtreecommitdiff
path: root/fs/bcachefs/extents.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Fix counting iterators for reflink pointersKent Overstreet1-18/+16
2023-10-23bcachefs: Count iterators for reflink_p overwrites correctlyKent Overstreet1-10/+25
2023-10-23bcachefs: Debug assertion improvementsKent Overstreet1-16/+2
2023-10-23bcachefs: Add missing bch2_btree_node_iter_fix() callKent Overstreet1-0/+2
2023-10-23bcachefs: Debug code improvementsKent Overstreet1-8/+11
2023-10-23bcachefs: Add missing bch2_btree_node_iter_fix() callsKent Overstreet1-0/+4
2023-10-23bcachefs: Drop trans arg to bch2_extent_atomic_end()Kent Overstreet1-4/+4
2023-10-23bcachefs: Inline some fast pathsKent Overstreet1-13/+0
2023-10-23bcachefs: Update more code for KEY_TYPE_reflink_vKent Overstreet1-13/+10
2023-10-23bcachefs: Re-enable bkey_debugcheck() in the extent update pathKent Overstreet1-8/+9
2023-10-23bcachefs: Fix bch2_bkey_narrow_crcs()Kent Overstreet1-0/+2
2023-10-23bcachefs: Fix bch2_sort_repack_merge()Kent Overstreet1-2/+2
2023-10-23bcachefs: ReflinkKent Overstreet1-8/+42
2023-10-23bcachefs: Refactor bch2_extent_trim_atomic() for reflinkKent Overstreet1-15/+72
2023-10-23bcachefs: Move node iterator fixup to extent_bset_insert()Kent Overstreet1-13/+10
2023-10-23bcachefs: Refactor various code to not be extent specificKent Overstreet1-46/+63
2023-10-23bcachefs: Refactor __bch2_cut_front()Kent Overstreet1-23/+27
2023-10-23bcachefs: Don't allow bkey vals that are too big in extents btreeKent Overstreet1-3/+0
2023-10-23bcachefs: bkey_merge() now takes bkey_sKent Overstreet1-26/+28
2023-10-23bcachefs: Don't overflow stack in bch2_extent_merge_inline()Kent Overstreet1-0/+4
2023-10-23bcachefs: fix bch2_extent_merge()Kent Overstreet1-0/+3
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: Merge extents with checksumsKent Overstreet1-73/+130
2023-10-23bcachefs: bch2_trans_mark_update()Kent Overstreet1-3/+42
2023-10-23bcachefs: bch2_bkey_ptrs_invalid()Kent Overstreet1-116/+91
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-1/+2
2023-10-23bcachefs: move some checks to expensive_debug_checksKent Overstreet1-2/+6
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-4/+7
2023-10-23bcachefs: Allocate fs_usage in do_btree_insert_at()Kent Overstreet1-2/+3
2023-10-23bcachefs: kill struct btree_insertKent Overstreet1-2/+2
2023-10-23bcachefs: Refactor extent insert pathKent Overstreet1-98/+54
2023-10-23bcachefs: Always use bch2_extent_trim_atomic()Kent Overstreet1-18/+16
2023-10-23bcachefs: gc lock no longer needed for disk reservationsKent Overstreet1-6/+2
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-4/+28
2023-10-23bcachefs: improve extent debugcheck fnKent Overstreet1-95/+46
2023-10-23bcachefs: Compression fixesKent Overstreet1-2/+1
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-505/+420
2023-10-23bcachefs: Split out bkey_sort.cKent Overstreet1-269/+1
2023-10-23bcachefs: Stripes now properly subject to gcKent Overstreet1-2/+2
2023-10-23bcachefs: Btree locking fix, refactoringKent Overstreet1-1/+0
2023-10-23bcachefs: fix typo when picking read methodKent Overstreet1-3/+3
2023-10-23bcachefs: Erasure codingKent Overstreet1-59/+137
2023-10-23bcachefs: Centralize marking of replicas in btree update pathKent Overstreet1-2/+4
2023-10-23bcachefs: Move key marking out of extents.cKent Overstreet1-73/+6
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-55/+37
2023-10-23bcachefs: Disk usage in compressed sectors, not uncompressedKent Overstreet1-3/+2
2023-10-23bcachefs: Fix an assertion when rebuilding replicasKent Overstreet1-2/+4
2023-10-23bcachefs: new avoid mechanism for io retriesKent Overstreet1-16/+47
2023-10-23bcachefs: more key marking refactoringKent Overstreet1-2/+3
2023-10-23bcachefs: replicas: prep work for stripesKent Overstreet1-3/+2