aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2025-05-21bcachefs: Extra write buffer assertsKent Overstreet2-0/+4
2025-05-21bcachefs: add missing locking in bch2_write_point_to_text()Kent Overstreet1-0/+4
2025-05-21bcachefs: Don't rewind recovery if not in recoveryKent Overstreet1-1/+2
2025-05-21bcachefs: Rename fsck_running, recovery_running flagsKent Overstreet5-14/+14
2025-05-21bcachefs: debug_check_bkey_unpackKent Overstreet1-26/+21
2025-05-21bcachefs: debug_check_bset_lookupsKent Overstreet4-51/+49
2025-05-21bcachefs: debug_check_iterators no longer requires BCACHEFS_DEBUGKent Overstreet3-45/+67
2025-05-21bcachefs: debug_check_btree_locking modparamKent Overstreet3-14/+19
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet16-39/+69
2025-05-21bcachefs: Slim down inlined part of bch2_btree_path_upgrade()Kent Overstreet2-23/+18
2025-05-21bcachefs: online_fsck_mutex -> run_recovery_passes_lockKent Overstreet5-6/+16
2025-05-21bcachefs: bch_sb_field_recovery_passesKent Overstreet4-56/+146
2025-05-21bcachefs: recovery_passes_types.h -> recovery_passes_format.hKent Overstreet3-4/+4
2025-05-21bcachefs: print label correctly in sb_member_to_text()Kent Overstreet1-10/+4
2025-05-21bcachefs: "buckets with backpointer mismatches" now allocated on demandKent Overstreet5-52/+113
2025-05-21bcachefs: delete dead items in bch_devKent Overstreet1-4/+0
2025-05-21bcachefs: kill dead code in move_data_phys()Kent Overstreet1-4/+0
2025-05-21bcachefs: buckets_in_flight on stackKent Overstreet1-18/+10
2025-05-21bcachefs: bch2_copygc_dev_wait_amount()Kent Overstreet3-24/+36
2025-05-21bcachefs: Add missing includeKent Overstreet1-0/+1
2025-05-21bcachefs: Knob for manual snapshot deletionKent Overstreet5-4/+35
2025-05-21bcachefs: bcachefs_metadata_version_fast_device_removalKent Overstreet3-6/+28
2025-05-21bcachefs: bch2_dev_data_drop_by_backpointers()Kent Overstreet2-15/+105
2025-05-21bcachefs: BCH_SB_MEMBER_DELETED_UUIDKent Overstreet4-2/+39
2025-05-21bcachefs: bch2_dev_remove_stripes() respects degraded flagsKent Overstreet4-25/+62
2025-05-21bcachefs: opts.rebalance_on_ac_onlyKent Overstreet6-6/+60
2025-05-21bcachefs: __bch2_fs_free() cleanupKent Overstreet1-16/+17
2025-05-21bcachefs: Improve bch2_extent_ptr_set_cached()Kent Overstreet1-19/+36
2025-05-21bcachefs: improve check_inode_hash_info_matches_root() error messageKent Overstreet2-15/+24
2025-05-21bcachefs: inline bch2_ob_ptr()Kent Overstreet2-15/+14
2025-05-21bcachefs: bch2_dev_in_target() no longer takes rcu_read_lock()Kent Overstreet2-7/+9
2025-05-21bcachefs: bch2_journal_write() refactoringKent Overstreet1-64/+46
2025-05-21bcachefs: delete_dead_snapshot_keys_v2()Kent Overstreet1-28/+136
2025-05-21bcachefs: bcachefs_metadata_version_snapshot_deletion_v2Kent Overstreet6-56/+122
2025-05-21bcachefs: BCH_SNAPSHOT_DELETED -> BCH_SNAPSHOT_WILL_DELETEKent Overstreet2-7/+7
2025-05-21bcachefs: Skip unrelated snapshot trees in snapshot deletionKent Overstreet2-2/+44
2025-05-21bcachefs: BCH_FSCK_ERR_snapshot_key_missing_inode_snapshotKent Overstreet1-18/+47
2025-05-21bcachefs: get_inodes_all_snapshots() now includes whiteoutsKent Overstreet1-52/+63
2025-05-21bcachefs: bch2_inode_unpack() cleanupKent Overstreet1-4/+3
2025-05-21bcachefs: Improve bch2_request_incompat_feature() messageKent Overstreet1-1/+2
2025-05-21bcachefs: Fix inconsistent req->ecAlan Huang1-3/+3
2025-05-21bcachefs: kill inode_walker_entry.snapshotKent Overstreet1-24/+22
2025-05-21bcachefs: Add comments for inode snapshot requirementsKent Overstreet2-0/+11
2025-05-21bcachefs: snapshot delete progress indicatorKent Overstreet8-61/+127
2025-05-21bcachefs: Don't emit bch_sb_field_members_v1 if not requiredKent Overstreet1-0/+5
2025-05-21bcachefs: Rename x_name to x_name_and_valueAlan Huang3-12/+12
2025-05-21bcachefs: Improve bch2_disk_groups_to_text()Kent Overstreet1-58/+53
2025-05-21bcachefs: Fix setting ca->name in device addKent Overstreet1-6/+8
2025-05-21bcachefs: sysfs trigger_recalc_capacityKent Overstreet1-2/+10
2025-05-21bcachefs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva4-13/+16