summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/extents.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-04bcachefs: Fix bch2_io_failures_to_text()Kent Overstreet1-8/+8
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-6/+6
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-32/+19
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet1-2/+2
2025-05-21bcachefs: Improve bch2_extent_ptr_set_cached()Kent Overstreet1-19/+36
2025-05-21bcachefs: bch2_mark_btree_validate_failure()Kent Overstreet1-5/+26
2025-05-21bcachefs: bch2_io_failures_to_text()Kent Overstreet1-0/+40
2025-05-21bcachefs: bch2_dev_missing_bkey()Kent Overstreet1-1/+9
2025-05-21bcachefs: Data move can read from poisoned extentsKent Overstreet1-5/+1
2025-05-05bcachefs: Improve want_cached_ptr()Kent Overstreet1-2/+3
2025-04-15bcachefs: Silence extent_poisoned error messagesKent Overstreet1-1/+1
2025-03-28bcachefs: Fix WARN() in bch2_bkey_pick_read_device()Kent Overstreet1-2/+5
2025-03-24bcachefs: Fix kmsan warnings in bch2_extent_crc_pack()Kent Overstreet1-16/+22
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet1-68/+97
2025-03-14bcachefs: Change BCH_MEMBER_STATE_failed semanticsKent Overstreet1-6/+18
2025-03-14bcachefs: bcachefs_metadata_version_extent_flagsKent Overstreet1-1/+42
2025-03-14bcachefs: bch2_bkey_pick_read_device() can now specify a deviceKent Overstreet1-2/+7
2025-03-13bcachefs: bch2_get_random_u64_below()Kent Overstreet1-1/+1
2024-12-21bcachefs: Plumb bkey_validate_context to journal_entry_validateKent Overstreet1-7/+6
2024-12-21bcachefs: Check for extent crc uncompressed/compressed size mismatchKent Overstreet1-9/+13
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-10/+10
2024-12-21bcachefs: Bias reads more in favor of faster deviceKent Overstreet1-0/+8
2024-12-21bcachefs: Reserve 8 bits in bch_reflink_pKent Overstreet1-1/+1
2024-12-21bcachefs: Move bch_extent_rebalance code to rebalance.cKent Overstreet1-99/+0
2024-12-21bcachefs: Improve trace_rebalance_extentKent Overstreet1-32/+3
2024-12-21bcachefs: Simplify option logic in rebalanceKent Overstreet1-10/+10
2024-12-21bcachefs: get_update_rebalance_opts()Kent Overstreet1-0/+17
2024-12-21bcachefs: New bch_extent_rebalance fieldsKent Overstreet1-11/+54
2024-12-21bcachefs: io_opts_to_rebalance_opts()Kent Overstreet1-44/+16
2024-12-21bcachefs: rename bch_extent_rebalance fields to match other opts structsKent Overstreet1-18/+18
2024-12-21bcachefs: kill __bch2_bkey_sectors_need_rebalance()Kent Overstreet1-13/+10
2024-12-21bcachefs: kill bch2_bkey_needs_rebalance()Kent Overstreet1-17/+0
2024-12-21bcachefs: small cleanup for extent ptr bitmasksKent Overstreet1-6/+6
2024-12-21bcachefs: bch2_io_opts_fixups()Kent Overstreet1-1/+1
2024-12-21bcachefs: Add version check for bch_btree_ptr_v2.sectors_written validateKent Overstreet1-1/+2
2024-11-12bcachefs: Fix assertion pop in bch2_ptr_swab()Kent Overstreet1-1/+4
2024-10-29bcachefs: Don't keep tons of cached pointers aroundKent Overstreet1-16/+70
2024-09-21bcachefs: Don't drop devices with stripe pointersKent Overstreet1-4/+13
2024-09-21bcachefs: EIO errcode cleanupKent Overstreet1-7/+4
2024-09-21bcachefs: bch2_dev_rcu_noerror()Kent Overstreet1-2/+3
2024-09-09bcachefs: More BCH_SB_MEMBER_INVALID supportKent Overstreet1-0/+5
2024-09-09bcachefs: Simplify bch2_bkey_drop_ptrs()Kent Overstreet1-16/+5
2024-08-26bcachefs: Fix bch2_extents_match() false positiveKent Overstreet1-1/+22
2024-08-24bcachefs: Fix rebalance_work accountingKent Overstreet1-0/+39
2024-08-19bcachefs: Extra debug for data move pathKent Overstreet1-0/+2
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-72/+72
2024-07-14bcachefs: Self healing on read IO errorKent Overstreet1-4/+4
2024-07-14bcachefs: bch2_extent_crc_unpacked_to_text()Kent Overstreet1-7/+14
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet1-3/+6
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-7/+7