summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-22bcachefs: Knob for manual snapshot deletionKent Overstreet5-4/+35
2025-05-22bcachefs: bcachefs_metadata_version_fast_device_removalKent Overstreet3-6/+28
2025-05-22bcachefs: bch2_dev_data_drop_by_backpointers()Kent Overstreet2-15/+105
2025-05-22bcachefs: BCH_SB_MEMBER_DELETED_UUIDKent Overstreet4-2/+39
2025-05-22bcachefs: bch2_dev_remove_stripes() respects degraded flagsKent Overstreet4-25/+62
2025-05-22bcachefs: opts.rebalance_on_ac_onlyKent Overstreet6-6/+60
2025-05-22bcachefs: __bch2_fs_free() cleanupKent Overstreet1-16/+17
2025-05-22bcachefs: Improve bch2_extent_ptr_set_cached()Kent Overstreet1-19/+36
2025-05-22bcachefs: improve check_inode_hash_info_matches_root() error messageKent Overstreet2-15/+24
2025-05-22bcachefs: inline bch2_ob_ptr()Kent Overstreet2-15/+14
2025-05-22bcachefs: bch2_dev_in_target() no longer takes rcu_read_lock()Kent Overstreet2-7/+9
2025-05-22bcachefs: bch2_journal_write() refactoringKent Overstreet1-64/+46
2025-05-22bcachefs: delete_dead_snapshot_keys_v2()Kent Overstreet1-28/+136
2025-05-22bcachefs: bcachefs_metadata_version_snapshot_deletion_v2Kent Overstreet6-56/+122
2025-05-22bcachefs: BCH_SNAPSHOT_DELETED -> BCH_SNAPSHOT_WILL_DELETEKent Overstreet2-7/+7
2025-05-22bcachefs: Skip unrelated snapshot trees in snapshot deletionKent Overstreet2-2/+44
2025-05-22bcachefs: BCH_FSCK_ERR_snapshot_key_missing_inode_snapshotKent Overstreet1-18/+47
2025-05-22bcachefs: get_inodes_all_snapshots() now includes whiteoutsKent Overstreet1-52/+63
2025-05-22bcachefs: bch2_inode_unpack() cleanupKent Overstreet1-4/+3
2025-05-22bcachefs: Improve bch2_request_incompat_feature() messageKent Overstreet1-1/+2
2025-05-22bcachefs: Fix inconsistent req->ecAlan Huang1-3/+3
2025-05-22bcachefs: kill inode_walker_entry.snapshotKent Overstreet1-24/+22
2025-05-22bcachefs: Add comments for inode snapshot requirementsKent Overstreet2-0/+11
2025-05-22bcachefs: snapshot delete progress indicatorKent Overstreet8-61/+127
2025-05-22bcachefs: Don't emit bch_sb_field_members_v1 if not requiredKent Overstreet1-0/+5
2025-05-22bcachefs: Rename x_name to x_name_and_valueAlan Huang3-12/+12
2025-05-22bcachefs: Improve bch2_disk_groups_to_text()Kent Overstreet1-58/+53
2025-05-22docs: bcachefs: add casefolding referenceKent Overstreet1-0/+18
2025-05-22bcachefs: Fix setting ca->name in device addKent Overstreet1-6/+8
2025-05-22bcachefs: sysfs trigger_recalc_capacityKent Overstreet1-2/+10
2025-05-22bcachefs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva4-13/+16
2025-05-22bcachefs: bch2_dev_add() can run on a non-started fsKent Overstreet1-17/+20
2025-05-22bcachefs: bch2_fs_open() now takes a darrayKent Overstreet7-21/+22
2025-05-22bcachefs: bch2_trans_update_ip()Kent Overstreet3-6/+15
2025-05-22bcachefs: Run most explicit recovery passes persistentKent Overstreet6-9/+6
2025-05-22bcachefs: provide unlocked version of run_explicit_recovery_pass_persistentKent Overstreet5-18/+38
2025-05-22bcachefs: bch2_dirent_to_text() shows casefolded direntsKent Overstreet1-3/+10
2025-05-22bcachefs: Single err message for btree node readsKent Overstreet3-111/+151
2025-05-22bcachefs: bch2_mark_btree_validate_failure()Kent Overstreet3-5/+28
2025-05-22bcachefs: bch2_fsck_err_opt()Kent Overstreet3-0/+47
2025-05-22bcachefs: Plumb printbuf through bch2_btree_lost_data()Kent Overstreet5-35/+50
2025-05-22bcachefs: kill bch2_run_explicit_recovery_pass_persistent()Kent Overstreet3-34/+16
2025-05-22bcachefs: Remove redundant calls to btree_lost_data()Kent Overstreet2-10/+0
2025-05-22bcachefs: bch2_btree_lost_data() now handles snapshots treeKent Overstreet2-4/+4
2025-05-22bcachefs: Kill redundant error message in topology repairKent Overstreet1-4/+1
2025-05-22bcachefs: Emit a single log message on data read errorKent Overstreet2-62/+31
2025-05-22bcachefs: bch2_io_failures_to_text()Kent Overstreet2-0/+42
2025-05-22bcachefs: print_string_as_lines: avoid printing empty lineKent Overstreet1-0/+13
2025-05-22bcachefs: Make various async objs visible in debugfsKent Overstreet7-15/+100
2025-05-22bcachefs: Async object debuggingKent Overstreet10-32/+224