summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/super-io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-211-2/+4
|\
| * bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-211-1/+1
| * bcachefs: Print size of superblock with space allocatedKent Overstreet2024-01-211-1/+3
* | Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-65/+103
|\|
| * bcachefs: fix simulateously upgrading & downgradingKent Overstreet2024-01-051-3/+12
| * bcachefs: improve checksum error messagesKent Overstreet2024-01-051-6/+4
| * bcachefs: print sb magic when relevantKent Overstreet2024-01-051-1/+8
| * bcachefs: __bch2_sb_field_to_text()Kent Overstreet2024-01-051-7/+12
| * bcachefs: %pg is banishedKent Overstreet2024-01-051-2/+6
| * bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet2024-01-051-21/+1
| * bcachefs: bch_member->seqKent Overstreet2024-01-051-0/+11
| * bcachefs: vstruct_for_each() now declares loop iterKent Overstreet2024-01-011-4/+0
| * bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-011-16/+11
| * bcachefs: check for failure to downgradeKent Overstreet2024-01-011-0/+12
| * bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-2/+2
| * bcachefs: add a quieter bch2_read_superDaniel Hill2024-01-011-3/+24
* | Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-01-081-9/+10
|\ \ | |/ |/|
| * bcachefs: Convert to bdev_open_by_path()Jan Kara2023-11-181-9/+10
* | bcachefs: bch_sb_field_downgradeKent Overstreet2024-01-011-1/+10
* | bcachefs: bch_sb.recovery_passes_requiredKent Overstreet2024-01-011-1/+74
* | bcachefs: preserve device path as device nameBrian Foster2023-11-241-0/+5
|/
* bcachefs: bch2_prt_datetime()Kent Overstreet2023-11-051-1/+1
* bcachefs: Add missing printk newlinesKent Overstreet2023-11-041-3/+3
* bcachefs: bch_sb_field_errorsKent Overstreet2023-11-011-0/+3
* bcachefs: Add IO error counts to bch_memberKent Overstreet2023-11-011-2/+7
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-221-9/+9
* bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer2023-10-221-3/+3
* bcachefs: New superblock section members_v2Hunter Shaffer2023-10-221-0/+1
* bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer2023-10-221-13/+6
* bcachefs: Fixes for building in userspaceKent Overstreet2023-10-221-1/+1
* bcachefs: More minor smatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-2/+2
* bcachefs: Fix a handful of spelling mistakes in various messagesColin Ian King2023-10-221-1/+1
* bcachefs: Break up io.cKent Overstreet2023-10-221-1/+0
* bcachefs: sb-clean.cKent Overstreet2023-10-221-250/+1
* bcachefs: Move bch_sb_field_crypt code to checksum.cKent Overstreet2023-10-221-42/+0
* bcachefs: sb-members.cKent Overstreet2023-10-221-166/+1
* bcachefs: Fix assorted checkpatch nitsKent Overstreet2023-10-221-1/+3
* bcachefs: Fix for sb buffer being misalignedKent Overstreet2023-10-221-6/+7
* bcachefs: Assorted fixes for clangKent Overstreet2023-10-221-5/+2
* bcachefs: Upgrade path fixesKent Overstreet2023-10-221-1/+4
* bcachefs: Add buffered IO fallback for userspaceKent Overstreet2023-10-221-2/+15
* bcachefs: Fix build error on weird gccKent Overstreet2023-10-221-3/+1
* bcachefs: Version table now lists required recovery passesKent Overstreet2023-10-221-4/+28
* bcachefs: bch2_sb_maybe_downgrade(), bch2_sb_upgrade()Kent Overstreet2023-10-221-10/+26
* bcachefs: bcachefs_metadata_version_major_minorKent Overstreet2023-10-221-18/+40
* bcachefs: version_upgrade is now an enumKent Overstreet2023-10-221-3/+3
* bcachefs: BCH_SB_VERSION_UPGRADE_COMPLETE()Kent Overstreet2023-10-221-0/+18
* bcachefs: Delete redundant log messagesKent Overstreet2023-10-221-3/+0
* bcachefs: Refactor bch_sb_field_ops handlingKent Overstreet2023-10-221-11/+18