summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/extents.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet13 days1-7/+7
* bcachefs: Invalid devices are now checked for by fsck, not .invalid methodsKent Overstreet13 days1-14/+1
* bcachefs: kill bch2_dev_bkey_exists() in bkey_pick_read_device()Kent Overstreet2024-05-081-15/+22
* bcachefs: bch2_extent_normalize() -> bch2_dev_rcu()Kent Overstreet2024-05-081-1/+6
* bcachefs: bch2_bkey_has_target() -> bch2_dev_rcu()Kent Overstreet2024-05-081-3/+10
* bcachefs: extent_ptr_invalid() -> bch2_dev_rcu()Kent Overstreet2024-05-081-11/+19
* bcachefs: ptr_stale() -> dev_ptr_stale()Kent Overstreet2024-05-081-4/+4
* bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet2024-05-081-4/+8
* bcachefs: bch2_extent_merge() -> bch2_dev_rcu()Kent Overstreet2024-05-081-3/+6
* bcachefs: bch2_dev_safe() -> bch2_dev_rcu()Kent Overstreet2024-05-081-1/+1
* bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet2024-05-081-4/+0
* bcachefs: Check for writing btree_ptr_v2.sectors_written == 0Kent Overstreet2024-05-081-0/+5
* bcachefs: member helper cleanupsKent Overstreet2024-05-081-14/+15
* bcachefs: bucket_valid()Kent Overstreet2024-05-081-3/+1
* bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet2024-04-131-3/+4
* bcachefs: fix unsafety in bch2_extent_ptr_to_text()Kent Overstreet2024-04-131-1/+3
* bcachefs: Repair pass for scanning for btree nodesKent Overstreet2024-04-031-24/+28
* bcachefs: Check btree ptr min_key in .invalidKent Overstreet2024-03-311-2/+7
* bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-211-1/+3
* bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-211-0/+1
* bcachefs: bch2_prt_compression_type()Kent Overstreet2024-01-211-3/+3
* bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet2024-01-011-4/+0
* bcachefs: rebalance shouldn't attempt to compress unwritten extentsDaniel Hill2023-12-061-1/+2
* bcachefs: Fix ec + durability calculationKent Overstreet2023-11-251-18/+12
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-130/+106
* bcachefs: rebalance_workKent Overstreet2023-11-011-13/+142
* bcachefs: trivial extents.c refactoringKent Overstreet2023-10-311-11/+11
* bcachefs: Check for too-large encoded extentsKent Overstreet2023-10-311-0/+8
* bcachefs: Fix 'pointer to invalid device' checkKent Overstreet2023-10-221-2/+11
* bcachefs: Fix assorted checkpatch nitsKent Overstreet2023-10-221-6/+6
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-4/+8
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-4/+4
* bcachefs: struct bch_extent_rebalanceKent Overstreet2023-10-221-0/+6
* bcachefs: bch2_extent_ptr_desired_durability()Kent Overstreet2023-10-221-7/+21
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-14/+0
* bcachefs: Delete obsolete btree ptr checkKent Overstreet2023-10-221-7/+0
* bcachefs: Extent helper improvementsKent Overstreet2023-10-221-17/+31
* bcachefs: Fix buffer overrun in ec_stripe_update_extent()Kent Overstreet2023-10-221-12/+0
* bcachefs: Check for redundant ec entries/stripe ptrsKent Overstreet2023-10-221-1/+27
* bcachefs: Cached pointers should not be erasure codedKent Overstreet2023-10-221-1/+31
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-6/+6
* bcachefs: Nocow supportKent Overstreet2023-10-221-16/+23
* bcachefs: Unwritten extents supportKent Overstreet2023-10-221-4/+30
* bcachefs: Better inlining in core write pathKent Overstreet2023-10-221-23/+0
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-18/+18
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-5/+5
* bcachefs: Assorted checkpatch fixesKent Overstreet2023-10-221-2/+2
* bcachefs: Redo data_update interfaceKent Overstreet2023-10-221-33/+50
* bcachefs: Check for extents with too many ptrsKent Overstreet2023-10-221-0/+7
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-27/+27