summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/extents.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21bcachefs: bch2_mark_btree_validate_failure()Kent Overstreet1-0/+1
2025-05-21bcachefs: bch2_io_failures_to_text()Kent Overstreet1-0/+2
2025-05-18bcachefs: fix extent_has_stripe_ptr()Kent Overstreet1-7/+0
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet1-3/+4
2025-03-14bcachefs: bcachefs_metadata_version_extent_flagsKent Overstreet1-0/+15
2025-03-14bcachefs: bch2_bkey_pick_read_device() can now specify a deviceKent Overstreet1-1/+1
2025-02-23bcachefs: fix bch2_extent_ptr_eq()Kent Overstreet1-1/+1
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-5/+4
2024-12-21bcachefs: Move bch_extent_rebalance code to rebalance.cKent Overstreet1-7/+0
2024-12-21bcachefs: Simplify option logic in rebalanceKent Overstreet1-2/+1
2024-12-21bcachefs: get_update_rebalance_opts()Kent Overstreet1-0/+1
2024-12-21bcachefs: io_opts_to_rebalance_opts()Kent Overstreet1-2/+1
2024-12-21bcachefs: kill bch2_bkey_needs_rebalance()Kent Overstreet1-1/+0
2024-10-29bcachefs: Don't keep tons of cached pointers aroundKent Overstreet1-1/+4
2024-10-13bcachefs: Handle race between stripe reuse, invalidate_stripe_to_devKent Overstreet1-0/+10
2024-09-21bcachefs: Don't drop devices with stripe pointersKent Overstreet1-3/+17
2024-09-09bcachefs: remove the unused parameter in macro bkey_crc_nextJulian Sun1-2/+2
2024-09-09bcachefs: Simplify bch2_bkey_drop_ptrs()Kent Overstreet1-14/+9
2024-08-24bcachefs: Fix rebalance_work accountingKent Overstreet1-0/+1
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-12/+12
2024-07-14bcachefs: Self healing on read IO errorKent Overstreet1-0/+2
2024-07-14bcachefs: bch2_extent_crc_unpacked_to_text()Kent Overstreet1-0/+2
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-5/+5
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet1-1/+1
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet1-0/+1
2024-03-31bcachefs: Kill bch2_bkey_ptr_data_type()Kent Overstreet1-24/+0
2024-03-17bcachefs: Avoid extent entry type assertions in .invalid()Kent Overstreet1-3/+3
2024-03-10bcachefs: extent_entry_next_safe()Kent Overstreet1-3/+8
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-1/+1
2024-01-05bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet1-8/+4
2024-01-05bcachefs: unify extent triggerKent Overstreet1-6/+6
2024-01-05bcachefs: unify reservation triggerKent Overstreet1-2/+2
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-5/+1
2024-01-01bcachefs: simplify bch_devs_listKent Overstreet1-3/+3
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-4/+4
2023-11-01bcachefs: rebalance_workKent Overstreet1-0/+20
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet1-0/+5
2023-10-31bcachefs: Kill dead code extent_save()Kent Overstreet1-18/+0
2023-10-22bcachefs: Refactor memcpy into direct assignmentKees Cook1-6/+4
2023-10-22bcachefs: KEY_TYPE_error now counts towards i_sectorsKent Overstreet1-0/+1
2023-10-22bcachefs: Switch to unsafe_memcpy() in a few placesKent Overstreet1-3/+5
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet1-4/+7
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet1-6/+2
2023-10-22bcachefs: struct bch_extent_rebalanceKent Overstreet1-0/+3
2023-10-22bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet1-0/+1
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet1-0/+2
2023-10-22bcachefs: Extent helper improvementsKent Overstreet1-3/+13
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet1-1/+1
2023-10-22bcachefs: Fix buffer overrun in ec_stripe_update_extent()Kent Overstreet1-0/+12
2023-10-22bcachefs: Cached pointers should not be erasure codedKent Overstreet1-0/+2