summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet
2025-05-30bcachefs: Mark bch_errcode helpers __attribute__((const))Kent Overstreet
2025-05-30bcachefs: Add missing printbuf_reset() in bch2_check_dirent_inode_dirent()Kent Overstreet
2025-05-30bcachefs: sysfs/errorsKent Overstreet
2025-05-30bcachefs: bch2_check_fix_ptrs() can now repair btree rootsKent Overstreet
2025-05-30bcachefs: Include b->ob.nr in cached_btree_node_to_text()Kent Overstreet
2025-05-30bcachefs: Move devs_sorted to alloc_requestKent Overstreet
2025-05-30bcachefs: reduce stack usage in alloc_sectors_start()Kent Overstreet
2025-05-30bcachefs: bch2_alloc_v4_to_text()Kent Overstreet
2025-05-30bcachefs: Tweak bch2_data_update_init() for stack usageKent Overstreet
2025-05-30bcachefs: kill replicas_sectors arg to __trigger_extent()Kent Overstreet
2025-05-30bcachefs: Don't stack allocate bch_writepage_stateKent Overstreet
2025-05-30bcachefs: factor out break_cycle_fail()Kent Overstreet
2025-05-30bcachefs: btree_node_missing_err()Kent Overstreet
2025-05-30bcachefs: Kill bkey_buf in btree_path_down()Kent Overstreet
2025-05-30bcachefs: Add missing error logging in delete_dead_inodes()Kent Overstreet
2025-05-30bcachefs: Fix misaligned bucket check in journal space calculationsKent Overstreet
2025-05-30bcachefs: Fix incorrect multiple dev check in journal write pathKent Overstreet
2025-05-30bcachefs: Catch data_update_done events in trace_io_move_start_failKent Overstreet
2025-05-30bcachefs: io_move_evacuate_bucket tracepoint, counterKent Overstreet
2025-05-30bcachefs: trace_io_move_predKent Overstreet
2025-05-30bcachefs: Fix infinite loop in journal_entry_btree_keys_to_text()Kent Overstreet
2025-05-30bcachefs: Journal read error message improvementsKent Overstreet
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-27bcachefs: Don't rewind to run a recovery pass we already ranKent Overstreet
2025-05-27bcachefs: Move unicode message to after the startup messageKent Overstreet
2025-05-27bcachefs: Fix missing commit in check_direntsKent Overstreet
2025-05-27bcachefs: Fix lost rebalance wakeupsKent Overstreet
2025-05-27bcachefs: bch2_kthread_io_clock_wait_once()Kent Overstreet
2025-05-27bcachefs: Ensure we print output of run_recovery_pass if it errorsKent Overstreet
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-25bcachefs: Fix missing BTREE_UPDATE_internal_snapshot_nodeKent Overstreet
2025-05-25bcachefs: fix REFLINK_P_MAY_UPDATE_OPTIONSKent Overstreet
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