summaryrefslogtreecommitdiff
path: root/fs/bcachefs/super-io.c
AgeCommit message (Expand)Author
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-05-21bcachefs: Improve bch2_request_incompat_feature() messageKent Overstreet
2025-05-21bcachefs: provide unlocked version of run_explicit_recovery_pass_persistentKent Overstreet
2025-05-21bcachefs: bch_dev.io_ref -> enumerated_refKent Overstreet
2025-05-21bcachefs: sb_validate() no longer requires members_v1Kent Overstreet
2025-05-21bcachefs: Incompatible features may now be enabled at runtimeKent Overstreet
2025-05-21bcachefs: Single device modeKent Overstreet
2025-05-21bcachefs: Improve opts.degradedKent Overstreet
2025-04-20bcachefs: Fix ref leak in write_super()Kent Overstreet
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet
2025-03-24bcachefs: Kill BCH_DEV_OPT_SETTERS()Kent Overstreet
2025-03-24bcachefs: Validate bch_sb.offset fieldKent Overstreet
2025-03-24bcachefs: bch2_sb_validate() doesn't need bch_sb_handleKent Overstreet
2025-03-24bcachefs: Better incompat version/feature error messagesKent Overstreet
2025-03-16bcachefs: Checksum errors get additional retriesKent Overstreet
2025-03-14bcachefs: Kick devices out after too many write IO errorsKent Overstreet
2025-03-14bcachefs: Implement blk_holder_opsKent Overstreet
2025-03-14bcachefs: Stash a pointer to the filesystem for blk_holder_opsKent Overstreet
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet
2025-03-14bcachefs: give bch2_write_super() a proper error codeKent Overstreet
2025-03-14bcachefs: bch2_request_incompat_feature() now returns error codeKent Overstreet
2025-03-14bcachefs: BCH_SB_FEATURES_ALL includes BCH_FEATURE_incompat_verison_fieldKent Overstreet
2025-03-14bcachefs: bs > ps supportKent Overstreet
2025-02-28bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requestedKent Overstreet
2025-01-09bcachefs: Dropped superblock write is no longer a fatal errorKent Overstreet
2025-01-09bcachefs: bcachefs_metadata_version_persistent_inode_cursorsKent Overstreet
2024-12-29bcachefs: BCH_SB_VERSION_INCOMPATKent Overstreet
2024-12-21bcachefs: cryptographic MACs on superblock are not (yet?) supportedKent Overstreet
2024-12-21bcachefs: Don't use page allocator for sb_read_scratchKent Overstreet
2024-12-21bcachefs: Use str_write_read() helper in write_super_endio()Thorsten Blum
2024-10-24bcachefs: Fix invalid shift in validate_sb_layout()Gianfranco Trad
2024-09-27bcachefs: Don't delete unlinked inodes before logged op resumeKent Overstreet
2024-09-27bcachefs: assign return error when iterating through layoutDiogo Jahchan Koike
2024-09-09bcachefs: bch2_sb_nr_devices()Kent Overstreet
2024-09-09bcachefs: promote_whole_extents is now a normal optionKent Overstreet
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet
2024-07-14bcachefs: show none if label is not setHongbo Li
2024-06-19bcachefs: Fix shift overflow in read_one_super()Kent Overstreet
2024-06-10bcachefs: fix the display format for show-superHongbo Li
2024-05-28bcachefs: Fix setting of downgrade recovery passes/errorsKent Overstreet
2024-05-09bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet
2024-05-08bcachefs: Better write_super() error messagesKent Overstreet
2024-05-07bcachefs: Fix race in bch2_write_super()Kent Overstreet
2024-05-06bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet
2024-05-06bcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet
2024-04-15Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-04-15bcachefs: fix error path of __bch2_read_super()Chao Yu