summaryrefslogtreecommitdiff
path: root/fs/bcachefs/error.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Log message improvementsKent Overstreet1-2/+2
2023-10-23bcachefs: Don't ratelimit certain fsck errorsKent Overstreet1-0/+1
2023-10-23bcachefs: New and improved topology repair codeKent Overstreet1-3/+15
2023-10-23bcachefs: Use x-macros for more enumsKent Overstreet1-5/+5
2023-10-23bcachefs: Turn c->state_lock into an rwsemKent Overstreet1-2/+2
2023-10-23bcachefs: fsck_error_lock requires GFP_NOFSKent Overstreet1-1/+1
2023-10-23bcachefs: Add an option for fsck error ratelimitingKent Overstreet1-4/+9
2023-10-23bcachefs: Flush fsck errors when looping in btree gcKent Overstreet1-4/+5
2023-10-23bcachefs: Track whether filesystem has errors in superblockKent Overstreet1-18/+14
2023-10-23bcachefs: Handle fsck errors at runtime betterKent Overstreet1-3/+13
2023-10-23bcachefs: Only check inode i_nlink during full fsckKent Overstreet1-2/+3
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+159