summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2025-05-21bcachefs: Extra write buffer assertsKent Overstreet
2025-05-21bcachefs: add missing locking in bch2_write_point_to_text()Kent Overstreet
2025-05-21bcachefs: Don't rewind recovery if not in recoveryKent Overstreet
2025-05-21bcachefs: Rename fsck_running, recovery_running flagsKent Overstreet
2025-05-21bcachefs: debug_check_bkey_unpackKent Overstreet
2025-05-21bcachefs: debug_check_bset_lookupsKent Overstreet
2025-05-21bcachefs: debug_check_iterators no longer requires BCACHEFS_DEBUGKent Overstreet
2025-05-21bcachefs: debug_check_btree_locking modparamKent Overstreet
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet
2025-05-21bcachefs: Slim down inlined part of bch2_btree_path_upgrade()Kent Overstreet
2025-05-21bcachefs: online_fsck_mutex -> run_recovery_passes_lockKent Overstreet
2025-05-21bcachefs: bch_sb_field_recovery_passesKent Overstreet
2025-05-21bcachefs: recovery_passes_types.h -> recovery_passes_format.hKent Overstreet
2025-05-21bcachefs: print label correctly in sb_member_to_text()Kent Overstreet
2025-05-21bcachefs: "buckets with backpointer mismatches" now allocated on demandKent Overstreet
2025-05-21bcachefs: delete dead items in bch_devKent Overstreet
2025-05-21bcachefs: kill dead code in move_data_phys()Kent Overstreet
2025-05-21bcachefs: buckets_in_flight on stackKent Overstreet
2025-05-21bcachefs: bch2_copygc_dev_wait_amount()Kent Overstreet
2025-05-21bcachefs: Add missing includeKent Overstreet
2025-05-21bcachefs: Knob for manual snapshot deletionKent Overstreet
2025-05-21bcachefs: bcachefs_metadata_version_fast_device_removalKent Overstreet
2025-05-21bcachefs: bch2_dev_data_drop_by_backpointers()Kent Overstreet
2025-05-21bcachefs: BCH_SB_MEMBER_DELETED_UUIDKent Overstreet
2025-05-21bcachefs: bch2_dev_remove_stripes() respects degraded flagsKent Overstreet
2025-05-21bcachefs: opts.rebalance_on_ac_onlyKent Overstreet
2025-05-21bcachefs: __bch2_fs_free() cleanupKent Overstreet
2025-05-21bcachefs: Improve bch2_extent_ptr_set_cached()Kent Overstreet
2025-05-21bcachefs: improve check_inode_hash_info_matches_root() error messageKent Overstreet
2025-05-21bcachefs: inline bch2_ob_ptr()Kent Overstreet
2025-05-21bcachefs: bch2_dev_in_target() no longer takes rcu_read_lock()Kent Overstreet
2025-05-21bcachefs: bch2_journal_write() refactoringKent Overstreet
2025-05-21bcachefs: delete_dead_snapshot_keys_v2()Kent Overstreet
2025-05-21bcachefs: bcachefs_metadata_version_snapshot_deletion_v2Kent Overstreet
2025-05-21bcachefs: BCH_SNAPSHOT_DELETED -> BCH_SNAPSHOT_WILL_DELETEKent Overstreet
2025-05-21bcachefs: Skip unrelated snapshot trees in snapshot deletionKent Overstreet
2025-05-21bcachefs: BCH_FSCK_ERR_snapshot_key_missing_inode_snapshotKent Overstreet
2025-05-21bcachefs: get_inodes_all_snapshots() now includes whiteoutsKent Overstreet
2025-05-21bcachefs: bch2_inode_unpack() cleanupKent Overstreet
2025-05-21bcachefs: Improve bch2_request_incompat_feature() messageKent Overstreet
2025-05-21bcachefs: Fix inconsistent req->ecAlan Huang
2025-05-21bcachefs: kill inode_walker_entry.snapshotKent Overstreet
2025-05-21bcachefs: Add comments for inode snapshot requirementsKent Overstreet
2025-05-21bcachefs: snapshot delete progress indicatorKent Overstreet
2025-05-21bcachefs: Don't emit bch_sb_field_members_v1 if not requiredKent Overstreet
2025-05-21bcachefs: Rename x_name to x_name_and_valueAlan Huang
2025-05-21bcachefs: Improve bch2_disk_groups_to_text()Kent Overstreet
2025-05-21bcachefs: Fix setting ca->name in device addKent Overstreet
2025-05-21bcachefs: sysfs trigger_recalc_capacityKent Overstreet
2025-05-21bcachefs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva