summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-23bcachefs: Don't mount bs > ps without TRANSPARENT_HUGEPAGEKent Overstreet
2025-05-23bcachefs: Fix btree_iter_next_node() for new locking assertsKent Overstreet
2025-05-23bcachefs: Ensure we don't use a blacklisted journal seqKent Overstreet
2025-05-23bcachefs: Small check_fix_ptr fixesKent Overstreet
2025-05-23bcachefs: Fix opts.recovery_pass_lastKent Overstreet
2025-05-23bcachefs: Fix allocate -> self healing pathKent Overstreet
2025-05-23bcachefs: Fix endianness in casefold check/repairKent Overstreet
2025-05-23bcachefs: Path must be locked if trans->locked && should_be_lockedKent Overstreet
2025-05-23bcachefs: Simplify bch2_path_put()Kent Overstreet
2025-05-23bcachefs: Plumb btree_trans for more locking assertsKent Overstreet
2025-05-23bcachefs: Clear trans->locked before unlockKent Overstreet
2025-05-23bcachefs: Clear should_be_locked before unlock in key_cache_drop()Kent Overstreet
2025-05-23bcachefs: bch2_path_get() reuses paths if upgrade_fails & !should_be_lockedKent Overstreet
2025-05-23bcachefs: Give out new path if upgrade failsKent Overstreet
2025-05-23bcachefs: Fix btree_path_get_locks when not doing trans restartKent Overstreet
2025-05-23bcachefs: btree_node_locked_type_nowrite()Kent Overstreet
2025-05-23bcachefs: Kill bch2_path_put_nokeep()Kent Overstreet
2025-05-22bcachefs: bch2_journal_write_checksum()Kent Overstreet
2025-05-22bcachefs: Reduce stack usage in data_update_index_update()Kent Overstreet
2025-05-22bcachefs: bch2_trans_log_str()Kent Overstreet
2025-05-22bcachefs: Kill bkey_buf usage in data_update_index_update()Kent Overstreet
2025-05-21bcachefs: Drop empty accounting updatesKent Overstreet
2025-05-21bcachefs: Improve trace_trans_restart_upgradeKent Overstreet
2025-05-21bcachefs: fix bch2_inum_snapshot_to_path()Kent Overstreet
2025-05-21bcachefs: fix duplicate printkKent Overstreet
2025-05-21bcachefs: BCH_INODE_has_case_insensitiveKent Overstreet
2025-05-21bcachefs: bch2_inode_find_by_inum_snapshot()Kent Overstreet
2025-05-21bcachefs: bch2_inum_snapshot_to_path()Kent Overstreet
2025-05-21bcachefs: bch2_rename_trans() only runs rename-to-dir code if neededKent Overstreet
2025-05-21bcachefs: subvol_inum_eq()Kent Overstreet
2025-05-21bcachefs: Don't set bi_casefold on non directoriesKent Overstreet
2025-05-21bcachefs: Remove duplicate call to bch2_trans_begin()Alan Huang
2025-05-21bcachefs: Call bch2_bkey_set_needs_rebalance() earlier in write pathKent Overstreet
2025-05-21bcachefs: Simplify bch2_extent_atomic_end()Kent Overstreet
2025-05-21bcachefs: Coalesce accounting in trans commitKent Overstreet
2025-05-21bcachefs: Split out accounting in transaction commitKent Overstreet
2025-05-21bcachefs: btree_trans_subbufKent Overstreet
2025-05-21bcachefs: Make accounting mismatch errors more readableKent Overstreet
2025-05-21bcachefs: async objs now support bch_write_opsKent Overstreet
2025-05-21bcachefs: fix bch2_debugfs_flush_buf() when tabstops are in useKent Overstreet
2025-05-21bcachefs: fsck: Include loops in error messagesKent Overstreet
2025-05-21bcachefs: bch2_check_bucket_backpointer_mismatch()Kent Overstreet
2025-05-21bcachefs: Improve bucket_bitmap codeKent Overstreet
2025-05-21bcachefs: Run recovery passes asynchronouslyKent Overstreet
2025-05-21bcachefs: bch2_run_explicit_recovery_pass() cleanupKent Overstreet
2025-05-21bcachefs: bch2_recovery_pass_status_to_text()Kent Overstreet
2025-05-21bcachefs: Reduce usage of recovery.curr_passKent Overstreet