aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/bcachefs/super-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-20bcachefs: Fix ref leak in write_super()Kent Overstreet1-1/+2
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet1-2/+18
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet1-7/+14
2025-03-24bcachefs: Kill BCH_DEV_OPT_SETTERS()Kent Overstreet1-4/+4
2025-03-24bcachefs: Validate bch_sb.offset fieldKent Overstreet1-3/+11
2025-03-24bcachefs: bch2_sb_validate() doesn't need bch_sb_handleKent Overstreet1-5/+3
2025-03-24bcachefs: Better incompat version/feature error messagesKent Overstreet1-4/+16
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet1-0/+4
2025-03-14bcachefs: Kick devices out after too many write IO errorsKent Overstreet1-0/+3
2025-03-14bcachefs: Implement blk_holder_opsKent Overstreet1-3/+0
2025-03-14bcachefs: Stash a pointer to the filesystem for blk_holder_opsKent Overstreet1-1/+1
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet1-6/+6
2025-03-14bcachefs: give bch2_write_super() a proper error codeKent Overstreet1-1/+1
2025-03-14bcachefs: bch2_request_incompat_feature() now returns error codeKent Overstreet1-4/+6
2025-03-14bcachefs: BCH_SB_FEATURES_ALL includes BCH_FEATURE_incompat_verison_fieldKent Overstreet1-2/+1
2025-03-14bcachefs: bs > ps supportKent Overstreet1-9/+0
2025-02-28bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requestedKent Overstreet1-8/+16
2025-01-09bcachefs: Dropped superblock write is no longer a fatal errorKent Overstreet1-2/+9
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet1-0/+5
2024-12-29bcachefs: BCH_SB_VERSION_INCOMPATKent Overstreet1-3/+51
2024-12-21bcachefs: cryptographic MACs on superblock are not (yet?) supportedKent Overstreet1-1/+2
2024-12-21bcachefs: Don't use page allocator for sb_read_scratchKent Overstreet1-3/+4
2024-12-21bcachefs: Use str_write_read() helper in write_super_endio()Thorsten Blum1-1/+2
2024-10-24bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad1-0/+5
2024-09-27bcachefs: Don't delete unlinked inodes before logged op resumeKent Overstreet1-1/+2
2024-09-27bcachefs: assign return error when iterating through layoutDiogo Jahchan Koike1-1/+3
2024-09-09bcachefs: bch2_sb_nr_devices()Kent Overstreet1-7/+2
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet1-0/+3
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet1-0/+4
2024-07-14bcachefs: show none if label is not setHongbo Li1-1/+4
2024-06-19bcachefs: Fix shift overflow in read_one_super()Kent Overstreet1-3/+4
2024-06-10bcachefs: fix the display format for show-superHongbo Li1-3/+3
2024-05-28bcachefs: Fix setting of downgrade recovery passes/errorsKent Overstreet1-9/+3
2024-05-09bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet1-12/+12
2024-05-08bcachefs: member helper cleanupsKent Overstreet1-1/+1
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-49/+21
2024-05-08bcachefs: Better write_super() error messagesKent Overstreet1-6/+15
2024-05-07bcachefs: Fix race in bch2_write_super()Kent Overstreet1-15/+32
2024-05-06bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet1-1/+1
2024-05-06bcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet1-1/+1
2024-04-15Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-2/+5
2024-04-15bcachefs: fix error path of __bch2_read_super()Chao Yu1-2/+5
2024-04-05Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2024-04-03bcachefs: Flag btrees with missing dataKent Overstreet1-1/+8
2024-03-31bcachefs: Split out recovery_passes.cKent Overstreet1-1/+1
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-19Merge 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-13bcachefs: Check for writing superblocks with nonsense member seq fieldsKent Overstreet1-0/+8