summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super-io.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-4/+4
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet1-4/+4
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-7/+15
2024-03-14bcachefs: Check for writing superblocks with nonsense member seq fieldsKent Overstreet1-0/+8
2024-03-14bcachefs: remove redundant assignment to variable retColin Ian King1-1/+0
2024-03-14bcachefs: bch2_print_opts()Kent Overstreet1-6/+7
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-10/+10
2024-02-25bcachefs: port block device access to fileChristian Brauner1-10/+10
2024-02-11bcachefs: fix kmemleak in __bch2_read_super error handling pathSu Yue1-1/+1
2024-01-22Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-2/+4
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet1-1/+1
2024-01-21bcachefs: Print size of superblock with space allocatedKent Overstreet1-1/+3
2024-01-11Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-65/+103
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-9/+10
2024-01-06bcachefs: fix simulateously upgrading & downgradingKent Overstreet1-3/+12
2024-01-06bcachefs: improve checksum error messagesKent Overstreet1-6/+4
2024-01-06bcachefs: print sb magic when relevantKent Overstreet1-1/+8
2024-01-06bcachefs: __bch2_sb_field_to_text()Kent Overstreet1-7/+12
2024-01-06bcachefs: %pg is banishedKent Overstreet1-2/+6
2024-01-06bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet1-21/+1
2024-01-06bcachefs: bch_member->seqKent Overstreet1-0/+11
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-18bcachefs: Convert to bdev_open_by_path()Jan Kara1-9/+10
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