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