aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/extents.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-09bcachefs: Invalid devices are now checked for by fsck, not .invalid methodsKent Overstreet1-14/+1
2024-05-08bcachefs: kill bch2_dev_bkey_exists() in bkey_pick_read_device()Kent Overstreet1-15/+22
2024-05-08bcachefs: bch2_extent_normalize() -> bch2_dev_rcu()Kent Overstreet1-1/+6
2024-05-08bcachefs: bch2_bkey_has_target() -> bch2_dev_rcu()Kent Overstreet1-3/+10
2024-05-08bcachefs: extent_ptr_invalid() -> bch2_dev_rcu()Kent Overstreet1-11/+19
2024-05-08bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet1-4/+4
2024-05-08bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet1-4/+8
2024-05-08bcachefs: bch2_extent_merge() -> bch2_dev_rcu()Kent Overstreet1-3/+6
2024-05-08bcachefs: bch2_dev_safe() -> bch2_dev_rcu()Kent Overstreet1-1/+1
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet1-4/+0
2024-05-08bcachefs: Check for writing btree_ptr_v2.sectors_written == 0Kent Overstreet1-0/+5
2024-05-08bcachefs: member helper cleanupsKent Overstreet1-14/+15
2024-05-08bcachefs: bucket_valid()Kent Overstreet1-3/+1
2024-04-13bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet1-3/+4
2024-04-13bcachefs: fix unsafety in bch2_extent_ptr_to_text()Kent Overstreet1-1/+3
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet1-24/+28
2024-03-31bcachefs: Check btree ptr min_key in .invalidKent Overstreet1-2/+7
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-1/+3
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-0/+1
2024-01-21bcachefs: bch2_prt_compression_type()Kent Overstreet1-3/+3
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-4/+0
2023-12-06bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill1-1/+2
2023-11-25bcachefs: Fix ec + durability calculationKent Overstreet1-18/+12
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-130/+106
2023-11-01bcachefs: rebalance_workKent Overstreet1-13/+142
2023-10-31bcachefs: trivial extents.c refactoringKent Overstreet1-11/+11
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet1-0/+8
2023-10-22bcachefs: Fix 'pointer to invalid device' checkKent Overstreet1-2/+11
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet1-6/+6
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet1-4/+8
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet1-4/+4
2023-10-22bcachefs: struct bch_extent_rebalanceKent Overstreet1-0/+6
2023-10-22bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet1-7/+21
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet1-14/+0
2023-10-22bcachefs: Delete obsolete btree ptr checkKent Overstreet1-7/+0
2023-10-22bcachefs: Extent helper improvementsKent Overstreet1-17/+31