aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/super-io.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-10bcachefs: fix kmemleak in __bch2_read_super error handling pathGravatar Su Yue 1-1/+1
2024-01-21Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-2/+4
2024-01-21bcachefs: counters.c -> sb-counters.cGravatar Kent Overstreet 1-1/+1
2024-01-21bcachefs: Print size of superblock with space allocatedGravatar Kent Overstreet 1-1/+3
2024-01-10Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-65/+103
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-9/+10
2024-01-05bcachefs: fix simulateously upgrading & downgradingGravatar Kent Overstreet 1-3/+12
2024-01-05bcachefs: improve checksum error messagesGravatar Kent Overstreet 1-6/+4
2024-01-05bcachefs: print sb magic when relevantGravatar Kent Overstreet 1-1/+8
2024-01-05bcachefs: __bch2_sb_field_to_text()Gravatar Kent Overstreet 1-7/+12
2024-01-05bcachefs: %pg is banishedGravatar Kent Overstreet 1-2/+6
2024-01-05bcachefs: Upgrades now specify errors to fix, like downgradesGravatar Kent Overstreet 1-21/+1
2024-01-05bcachefs: bch_member->seqGravatar Kent Overstreet 1-0/+11
2024-01-01bcachefs: vstruct_for_each() now declares loop iterGravatar Kent Overstreet 1-4/+0
2024-01-01bcachefs: for_each_member_device() now declares loop iterGravatar Kent Overstreet 1-16/+11
2024-01-01bcachefs: check for failure to downgradeGravatar Kent Overstreet 1-0/+12
2024-01-01bcachefs: convert bch_fs_flags to x-macroGravatar Kent Overstreet 1-2/+2
2024-01-01bcachefs: add a quieter bch2_read_superGravatar Daniel Hill 1-3/+24
2024-01-01bcachefs: bch_sb_field_downgradeGravatar Kent Overstreet 1-1/+10
2024-01-01bcachefs: bch_sb.recovery_passes_requiredGravatar Kent Overstreet 1-1/+74
2023-11-24bcachefs: preserve device path as device nameGravatar Brian Foster 1-0/+5
2023-11-18bcachefs: Convert to bdev_open_by_path()Gravatar Jan Kara 1-9/+10
2023-11-05bcachefs: bch2_prt_datetime()Gravatar Kent Overstreet 1-1/+1
2023-11-04bcachefs: Add missing printk newlinesGravatar Kent Overstreet 1-3/+3
2023-11-01bcachefs: bch_sb_field_errorsGravatar Kent Overstreet 1-0/+3
2023-11-01bcachefs: Add IO error counts to bch_memberGravatar Kent Overstreet 1-2/+7
2023-10-22bcachefs: bch2_sb_field_get() refactoringGravatar Kent Overstreet 1-9/+9
2023-10-22bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Gravatar Hunter Shaffer 1-3/+3
2023-10-22bcachefs: New superblock section members_v2Gravatar Hunter Shaffer 1-0/+1
2023-10-22bcachefs: Add new helper to retrieve bch_member from sbGravatar Hunter Shaffer 1-13/+6
2023-10-22bcachefs: Fixes for building in userspaceGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: More minor smatch fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fix a handful of spelling mistakes in various messagesGravatar Colin Ian King 1-1/+1
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: sb-clean.cGravatar Kent Overstreet 1-250/+1
2023-10-22bcachefs: Move bch_sb_field_crypt code to checksum.cGravatar Kent Overstreet 1-42/+0
2023-10-22bcachefs: sb-members.cGravatar Kent Overstreet 1-166/+1
2023-10-22bcachefs: Fix assorted checkpatch nitsGravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Fix for sb buffer being misalignedGravatar Kent Overstreet 1-6/+7
2023-10-22bcachefs: Assorted fixes for clangGravatar Kent Overstreet 1-5/+2
2023-10-22bcachefs: Upgrade path fixesGravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Add buffered IO fallback for userspaceGravatar Kent Overstreet 1-2/+15
2023-10-22bcachefs: Fix build error on weird gccGravatar Kent Overstreet 1-3/+1
2023-10-22bcachefs: Version table now lists required recovery passesGravatar Kent Overstreet 1-4/+28
2023-10-22bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()Gravatar Kent Overstreet 1-10/+26
2023-10-22bcachefs: bcachefs_metadata_version_major_minorGravatar Kent Overstreet 1-18/+40
2023-10-22bcachefs: version_upgrade is now an enumGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Gravatar Kent Overstreet 1-0/+18
2023-10-22bcachefs: Delete redundant log messagesGravatar Kent Overstreet 1-3/+0