aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2025-06-11bcachefs: mark more errors autofixKent Overstreet1-4/+4
2025-06-11bcachefs: Don't persistently run scan_for_btree_nodesKent Overstreet2-3/+13
2025-06-11bcachefs: Read error message now prints if self healingKent Overstreet2-2/+10
2025-06-11bcachefs: Only run 'increase_depth' for keys from btree node csanKent Overstreet1-1/+12
2025-06-11bcachefs: Mark need_discard_freespace_key_bad autofixKent Overstreet1-1/+1
2025-06-11bcachefs: Update /dev/disk/by-uuid on device addKent Overstreet1-0/+16
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet4-6/+48
2025-06-11bcachefs: Add range being updated to btree_update_to_text()Kent Overstreet2-2/+31
2025-06-11bcachefs: Log fsck errors in the journalKent Overstreet1-0/+3
2025-06-11bcachefs: Add missing restart handling to check_topology()Kent Overstreet1-35/+60
2025-06-04Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefsLinus Torvalds98-1757/+2323
2025-06-04bcachefs: add cond_resched() to handle_overwrites()Kent Overstreet1-0/+2
2025-06-04bcachefs: Make journal read log message a bit quieterKent Overstreet1-5/+5
2025-06-04bcachefs: Fix subvol to missing root repairKent Overstreet1-4/+14
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet4-19/+62
2025-06-04bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet1-12/+3
2025-06-04bcachefs: Add flags to subvolume_to_text()Kent Overstreet1-0/+7
2025-06-04bcachefs: Fix oops in btree_node_seq_matches()Kent Overstreet1-2/+21
2025-06-04bcachefs: Fix dirent_casefold_mismatch repairKent Overstreet5-118/+162
2025-06-04bcachefs: Fix bch2_fsck_rename_dirent() for casefoldKent Overstreet3-13/+25
2025-06-04bcachefs: Redo bch2_dirent_init_name()Kent Overstreet2-70/+66
2025-06-04bcachefs: Fix -Wc23-extensions in bch2_check_dirents()Nathan Chancellor1-1/+2
2025-06-02bcachefs: Run check_dirents second time if requiredKent Overstreet4-27/+49
2025-06-02bcachefs: Run snapshot deletion out of system_long_wqKent Overstreet1-1/+1
2025-06-02bcachefs: Make check_key_has_snapshot saferKent Overstreet2-22/+37
2025-06-02bcachefs: BCH_RECOVERY_PASS_NO_RATELIMITKent Overstreet5-13/+53
2025-06-02bcachefs: bch2_require_recovery_pass()Kent Overstreet3-2/+37
2025-06-02bcachefs: bch_err_throw()Kent Overstreet60-405/+459
2025-06-02bcachefs: Repair code for directory i_sizeKent Overstreet2-1/+10
2025-06-02bcachefs: Kill un-reverted directory i_size codeKent Overstreet3-14/+6
2025-06-02bcachefs: Delete redundant fsck_err()Kent Overstreet2-18/+0
2025-06-02bcachefs: Convert BUG() to errorKent Overstreet1-1/+2
2025-06-01bcachefs: Add better logging to fsck_rename_dirent()Kent Overstreet1-3/+8
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet41-525/+344
2025-06-01bcachefs: CLASS(btree_trans)Kent Overstreet1-10/+21
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2025-05-31bcachefs: CLASS(darray)Kent Overstreet1-0/+28
2025-05-31bcachefs: CLASS(printbuf)Kent Overstreet1-0/+8
2025-05-31bcachefs: sysfs trigger_journal_commitKent Overstreet1-0/+5
2025-05-31bcachefs: sysfs trigger_emergency_read_onlyKent Overstreet1-0/+13
2025-05-31bcachefs: darray_find(), darray_find_p()Kent Overstreet5-33/+36
2025-05-31bcachefs: Journal keys are retained until shutdown, or journal replay finishesKent Overstreet1-4/+0
2025-05-31bcachefs: Improve error printing in btree_node_check_topology()Kent Overstreet1-36/+35
2025-05-31bcachefs: bch2_readdir() now calls str_hash_check_key()Kent Overstreet3-4/+10
2025-05-31bcachefs: bch2_str_hash_check_key() may now be called without snapshots_seenKent Overstreet3-6/+28
2025-05-31bcachefs: __bch2_insert_snapshot_whiteouts() refactoringKent Overstreet2-52/+30
2025-05-31bcachefs: bch2_get_snapshot_overwrites()Kent Overstreet3-1/+60
2025-05-31bcachefs: bch2_dev_journal_bucket_delete()Kent Overstreet4-5/+82
2025-05-31bcachefs: Runtime self healing for keys for deleted snapshotsKent Overstreet1-7/+18
2025-05-31bcachefs: Don't unlock trans before data_update_init()Kent Overstreet2-7/+9