summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super-io.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: vstruct_for_each() now declares loop iterKent Overstreet1-4/+0
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-16/+11
2024-01-01bcachefs: check for failure to downgradeKent Overstreet1-0/+12
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-2/+2
2024-01-01bcachefs: add a quieter bch2_read_superDaniel Hill1-3/+24
2024-01-01bcachefs: bch_sb_field_downgradeKent Overstreet1-1/+10
2024-01-01bcachefs: bch_sb.recovery_passes_requiredKent Overstreet1-1/+74
2023-11-24bcachefs: preserve device path as device nameBrian Foster1-0/+5
2023-11-05bcachefs: bch2_prt_datetime()Kent Overstreet1-1/+1
2023-11-05bcachefs: Add missing printk newlinesKent Overstreet1-3/+3
2023-11-02bcachefs: bch_sb_field_errorsKent Overstreet1-0/+3
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-2/+7
2023-10-23bcachefs: bch2_sb_field_get() refactoringKent Overstreet1-9/+9
2023-10-23bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer1-3/+3
2023-10-23bcachefs: New superblock section members_v2Hunter Shaffer1-0/+1
2023-10-23bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer1-13/+6
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet1-1/+1
2023-10-23bcachefs: More minor smatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-2/+2
2023-10-23bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King1-1/+1
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+0
2023-10-23bcachefs: sb-clean.cKent Overstreet1-250/+1
2023-10-23bcachefs: Move bch_sb_field_crypt code to checksum.cKent Overstreet1-42/+0
2023-10-23bcachefs: sb-members.cKent Overstreet1-166/+1
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-1/+3
2023-10-23bcachefs: Fix for sb buffer being misalignedKent Overstreet1-6/+7
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet1-5/+2
2023-10-23bcachefs: Upgrade path fixesKent Overstreet1-1/+4
2023-10-23bcachefs: Add buffered IO fallback for userspaceKent Overstreet1-2/+15
2023-10-23bcachefs: Fix build error on weird gccKent Overstreet1-3/+1
2023-10-23bcachefs: Version table now lists required recovery passesKent Overstreet1-4/+28
2023-10-23bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()Kent Overstreet1-10/+26
2023-10-23bcachefs: bcachefs_metadata_version_major_minorKent Overstreet1-18/+40
2023-10-23bcachefs: version_upgrade is now an enumKent Overstreet1-3/+3
2023-10-23bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Kent Overstreet1-0/+18
2023-10-23bcachefs: Delete redundant log messagesKent Overstreet1-3/+0
2023-10-23bcachefs: Refactor bch_sb_field_ops handlingKent Overstreet1-11/+18
2023-10-23bcachefs: bch2_version_compatible()Kent Overstreet1-41/+45
2023-10-23bcachefs: bch2_version_to_text()Kent Overstreet1-2/+17
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-5/+6
2023-10-23bcachefs: Handle sb buffer resizing in __copy_super()Kent Overstreet1-33/+22
2023-10-23bcachefs: Convert EROFS errors to private error codesKent Overstreet1-2/+2
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-34/+34
2023-10-23bcachefs: New magic numberKent Overstreet1-0/+5
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-4/+2
2023-10-23bcachefs: Improve jset_validate()Kent Overstreet1-1/+1
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-1/+1
2023-10-23bcachefs: Fix sb_field_counters formattingKent Overstreet1-1/+1
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-1/+1
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-222/+217