aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet4-29/+36
2025-05-30bcachefs: Mark bch_errcode helpers __attribute__((const))Kent Overstreet2-3/+7
2025-05-30bcachefs: Add missing printbuf_reset() in bch2_check_dirent_inode_dirent()Kent Overstreet1-0/+1
2025-05-30bcachefs: sysfs/errorsKent Overstreet3-0/+29
2025-05-30bcachefs: bch2_check_fix_ptrs() can now repair btree rootsKent Overstreet2-22/+54
2025-05-30bcachefs: Include b->ob.nr in cached_btree_node_to_text()Kent Overstreet1-0/+2
2025-05-30bcachefs: Move devs_sorted to alloc_requestKent Overstreet3-21/+24
2025-05-30bcachefs: reduce stack usage in alloc_sectors_start()Kent Overstreet1-2/+2
2025-05-30bcachefs: bch2_alloc_v4_to_text()Kent Overstreet2-5/+18
2025-05-30bcachefs: Tweak bch2_data_update_init() for stack usageKent Overstreet1-44/+67
2025-05-30bcachefs: kill replicas_sectors arg to __trigger_extent()Kent Overstreet1-13/+10
2025-05-30bcachefs: Don't stack allocate bch_writepage_stateKent Overstreet1-19/+11
2025-05-30bcachefs: factor out break_cycle_fail()Kent Overstreet1-25/+28
2025-05-30bcachefs: btree_node_missing_err()Kent Overstreet1-12/+18
2025-05-30bcachefs: Kill bkey_buf in btree_path_down()Kent Overstreet2-22/+18
2025-05-30bcachefs: Add missing error logging in delete_dead_inodes()Kent Overstreet1-0/+1
2025-05-30bcachefs: Fix misaligned bucket check in journal space calculationsKent Overstreet1-9/+10
2025-05-30bcachefs: Fix incorrect multiple dev check in journal write pathKent Overstreet1-1/+11
2025-05-30bcachefs: Catch data_update_done events in trace_io_move_start_failKent Overstreet1-3/+3
2025-05-30bcachefs: io_move_evacuate_bucket tracepoint, counterKent Overstreet3-0/+24
2025-05-30bcachefs: trace_io_move_predKent Overstreet2-26/+65
2025-05-30bcachefs: Fix infinite loop in journal_entry_btree_keys_to_text()Kent Overstreet1-0/+4
2025-05-30bcachefs: Journal read error message improvementsKent Overstreet2-89/+140
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-05-27bcachefs: Don't rewind to run a recovery pass we already ranKent Overstreet1-1/+3
2025-05-27bcachefs: Move unicode message to after the startup messageKent Overstreet1-4/+6
2025-05-27bcachefs: Fix missing commit in check_direntsKent Overstreet1-1/+2
2025-05-27bcachefs: Fix lost rebalance wakeupsKent Overstreet4-8/+13
2025-05-27bcachefs: bch2_kthread_io_clock_wait_once()Kent Overstreet2-29/+19
2025-05-27bcachefs: Ensure we print output of run_recovery_pass if it errorsKent Overstreet1-6/+15
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-9/+9
2025-05-25bcachefs: Fix missing BTREE_UPDATE_internal_snapshot_nodeKent Overstreet1-1/+2
2025-05-25bcachefs: fix REFLINK_P_MAY_UPDATE_OPTIONSKent Overstreet1-1/+2
2025-05-23bcachefs: Don't mount bs > ps without TRANSPARENT_HUGEPAGEKent Overstreet1-0/+7
2025-05-23bcachefs: Fix btree_iter_next_node() for new locking assertsKent Overstreet1-2/+2
2025-05-23bcachefs: Ensure we don't use a blacklisted journal seqKent Overstreet3-1/+27
2025-05-23bcachefs: Small check_fix_ptr fixesKent Overstreet1-8/+9
2025-05-23bcachefs: Fix opts.recovery_pass_lastKent Overstreet1-0/+3
2025-05-23bcachefs: Fix allocate -> self healing pathKent Overstreet1-0/+2
2025-05-23bcachefs: Fix endianness in casefold check/repairKent Overstreet2-4/+4
2025-05-23bcachefs: Path must be locked if trans->locked && should_be_lockedKent Overstreet3-8/+11
2025-05-23bcachefs: Simplify bch2_path_put()Kent Overstreet1-13/+22
2025-05-23bcachefs: Plumb btree_trans for more locking assertsKent Overstreet5-19/+21
2025-05-23bcachefs: Clear trans->locked before unlockKent Overstreet1-2/+2
2025-05-23bcachefs: Clear should_be_locked before unlock in key_cache_drop()Kent Overstreet1-1/+8
2025-05-23bcachefs: bch2_path_get() reuses paths if upgrade_fails & !should_be_lockedKent Overstreet1-2/+7
2025-05-23bcachefs: Give out new path if upgrade failsKent Overstreet1-8/+6
2025-05-23bcachefs: Fix btree_path_get_locks when not doing trans restartKent Overstreet3-51/+72
2025-05-23bcachefs: btree_node_locked_type_nowrite()Kent Overstreet2-7/+13
2025-05-23bcachefs: Kill bch2_path_put_nokeep()Kent Overstreet1-18/+8