summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2025-06-11bcachefs: mark more errors autofixKent Overstreet
2025-06-11bcachefs: Don't persistently run scan_for_btree_nodesKent Overstreet
2025-06-11bcachefs: Read error message now prints if self healingKent Overstreet
2025-06-11bcachefs: Only run 'increase_depth' for keys from btree node csanKent Overstreet
2025-06-11bcachefs: Mark need_discard_freespace_key_bad autofixKent Overstreet
2025-06-11bcachefs: Update /dev/disk/by-uuid on device addKent Overstreet
2025-06-11bcachefs: Add more flags to btree nodes for rewrite reasonKent Overstreet
2025-06-11bcachefs: Add range being updated to btree_update_to_text()Kent Overstreet
2025-06-11bcachefs: Log fsck errors in the journalKent Overstreet
2025-06-11bcachefs: Add missing restart handling to check_topology()Kent Overstreet
2025-06-04Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-06-04bcachefs: add cond_resched() to handle_overwrites()Kent Overstreet
2025-06-04bcachefs: Make journal read log message a bit quieterKent Overstreet
2025-06-04bcachefs: Fix subvol to missing root repairKent Overstreet
2025-06-04bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()Kent Overstreet
2025-06-04bcachefs: delete dead code from may_delete_deleted_inode()Kent Overstreet
2025-06-04bcachefs: Add flags to subvolume_to_text()Kent Overstreet
2025-06-04bcachefs: Fix oops in btree_node_seq_matches()Kent Overstreet
2025-06-04bcachefs: Fix dirent_casefold_mismatch repairKent Overstreet
2025-06-04bcachefs: Fix bch2_fsck_rename_dirent() for casefoldKent Overstreet
2025-06-04bcachefs: Redo bch2_dirent_init_name()Kent Overstreet
2025-06-04bcachefs: Fix -Wc23-extensions in bch2_check_dirents()Nathan Chancellor
2025-06-02bcachefs: Run check_dirents second time if requiredKent Overstreet
2025-06-02bcachefs: Run snapshot deletion out of system_long_wqKent Overstreet
2025-06-02bcachefs: Make check_key_has_snapshot saferKent Overstreet
2025-06-02bcachefs: BCH_RECOVERY_PASS_NO_RATELIMITKent Overstreet
2025-06-02bcachefs: bch2_require_recovery_pass()Kent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-06-02bcachefs: Repair code for directory i_sizeKent Overstreet
2025-06-02bcachefs: Kill un-reverted directory i_size codeKent Overstreet
2025-06-02bcachefs: Delete redundant fsck_err()Kent Overstreet
2025-06-02bcachefs: Convert BUG() to errorKent Overstreet
2025-06-01bcachefs: Add better logging to fsck_rename_dirent()Kent Overstreet
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet
2025-06-01bcachefs: CLASS(btree_trans)Kent Overstreet
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-31bcachefs: CLASS(darray)Kent Overstreet
2025-05-31bcachefs: CLASS(printbuf)Kent Overstreet
2025-05-31bcachefs: sysfs trigger_journal_commitKent Overstreet
2025-05-31bcachefs: sysfs trigger_emergency_read_onlyKent Overstreet
2025-05-31bcachefs: darray_find(), darray_find_p()Kent Overstreet
2025-05-31bcachefs: Journal keys are retained until shutdown, or journal replay finishesKent Overstreet
2025-05-31bcachefs: Improve error printing in btree_node_check_topology()Kent Overstreet
2025-05-31bcachefs: bch2_readdir() now calls str_hash_check_key()Kent Overstreet
2025-05-31bcachefs: bch2_str_hash_check_key() may now be called without snapshots_seenKent Overstreet
2025-05-31bcachefs: __bch2_insert_snapshot_whiteouts() refactoringKent Overstreet
2025-05-31bcachefs: bch2_get_snapshot_overwrites()Kent Overstreet
2025-05-31bcachefs: bch2_dev_journal_bucket_delete()Kent Overstreet
2025-05-31bcachefs: Runtime self healing for keys for deleted snapshotsKent Overstreet
2025-05-31bcachefs: Don't unlock trans before data_update_init()Kent Overstreet