summaryrefslogtreecommitdiff
path: root/fs/btrfs/messages.h
AgeCommit message (Expand)AuthorFilesLines
2025-07-22btrfs: merge btrfs_printk_ratelimited() and its only callerDavid Sterba1-7/+3
2025-07-22btrfs: simplify debug print helpers without enabled printkDavid Sterba1-11/+3
2025-07-22btrfs: remove remaining unused message helpersDavid Sterba1-12/+0
2025-07-22btrfs: switch RCU helper versions to btrfs_debug()David Sterba1-14/+0
2025-07-22btrfs: switch RCU helper versions to btrfs_info()David Sterba1-4/+0
2025-07-22btrfs: switch RCU helper versions to btrfs_warn()David Sterba1-4/+0
2025-07-22btrfs: switch RCU helper versions to btrfs_err()David Sterba1-4/+0
2025-07-22btrfs: switch all message helpers to be RCU safeDavid Sterba1-14/+17
2025-07-22btrfs: remove unused levels of message helpersDavid Sterba1-24/+0
2025-07-22btrfs: remove unused rcu-string printk helpersDavid Sterba1-2/+2
2025-05-15btrfs: add debug build only WARNDavid Sterba1-0/+7
2025-05-15btrfs: enhance ASSERT() to take optional format stringDavid Sterba1-7/+69
2023-12-15btrfs: constify fs_info parameter in __btrfs_panic()David Sterba1-1/+1
2023-10-12btrfs: rename errno identifiers to errorDavid Sterba1-7/+7
2023-08-21btrfs: remove v0 extent handlingQu Wenruo1-2/+0
2023-06-19btrfs: print assertion failure report and stack trace from the same lineDavid Sterba1-1/+7
2023-06-19btrfs: add __KERNEL__ check for btrfs_no_printkJosef Bacik1-0/+7
2023-04-17btrfs: mark btrfs_assertfail() __noreturnJosh Poimboeuf1-1/+1
2023-02-13btrfs: move btrfs_abort_transaction to transaction.cJosef Bacik1-34/+0
2022-12-05btrfs: print transaction aborted messages with an error levelFilipe Manana1-3/+3
2022-12-05btrfs: move the 32bit warn defines into messages.hJosef Bacik1-0/+13
2022-12-05btrfs: push printk index code into their respective helpersJosef Bacik1-28/+1
2022-12-05btrfs: move the printk helpers out of ctree.hJosef Bacik1-0/+259