summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/sb-members.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-11bcachefs: Don't trust sb->nr_devices in members_to_text()Kent Overstreet1-4/+30
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-1/+1
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-13/+6
2025-05-21bcachefs: bch2_run_explicit_recovery_pass() cleanupKent Overstreet1-2/+2
2025-05-21bcachefs: print label correctly in sb_member_to_text()Kent Overstreet1-10/+4
2025-05-21bcachefs: BCH_SB_MEMBER_DELETED_UUIDKent Overstreet1-1/+28
2025-05-21bcachefs: Don't emit bch_sb_field_members_v1 if not requiredKent Overstreet1-0/+5
2025-05-21bcachefs: Run most explicit recovery passes persistentKent Overstreet1-1/+1
2025-05-21bcachefs: BCH_MEMBER_RESIZE_ON_MOUNTKent Overstreet1-0/+1
2025-05-21bcachefs: BCH_FEATURE_no_alloc_infoKent Overstreet1-0/+6
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-1/+1
2025-05-21bcachefs: bch2_dev_missing_bkey()Kent Overstreet1-1/+21
2025-04-28bcachefs: Improve bch2_dev_bucket_missing()Kent Overstreet1-2/+4
2024-11-07bcachefs: Fix bch_member.btree_bitmap_shift validationKent Overstreet1-2/+2
2024-10-12bcachefs: Fix invalid shift in member_to_text()Kent Overstreet1-1/+9
2024-09-21bcachefs: Fix compilation error for bch2_sb_member_allocHongbo Li1-6/+10
2024-09-21bcachefs: bch2_sb_member_alloc()Kent Overstreet1-0/+44
2024-09-09bcachefs: bch2_sb_nr_devices()Kent Overstreet1-0/+9
2024-09-03bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet1-1/+2
2024-05-09bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet1-6/+4
2024-05-08bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()Kent Overstreet1-0/+5
2024-05-08bcachefs: bch2_dev_tryget()Kent Overstreet1-0/+5
2024-05-08bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()Kent Overstreet1-6/+19
2024-05-08bcachefs: bch2_dev_safe() -> bch2_dev_rcu()Kent Overstreet1-0/+1
2024-05-08bcachefs: Add btree_allocated_bitmap to member_to_text()Kent Overstreet1-0/+8
2024-05-08bcachefs: Add asserts to bch2_dev_btree_bitmap_marked_sectors()Kent Overstreet1-0/+3
2024-05-08bcachefs: member helper cleanupsKent Overstreet1-2/+2
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-72/+24
2024-05-06bcachefs: Add a better limit for maximum number of bucketsKent Overstreet1-3/+3
2024-04-17bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet1-2/+2
2024-04-14bcachefs: bch_member.btree_allocated_bitmapKent Overstreet1-0/+53
2024-02-10bcachefs: fix missing endiannes conversion in sb_membersKent Overstreet1-1/+1
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-2/+2
2024-01-05bcachefs: Fix printing of device durabilityKent Overstreet1-1/+1
2024-01-05bcachefs: bch_member->seqKent Overstreet1-0/+5
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet1-5/+3
2024-01-01bcachefs: Print durability in member_to_text()Kent Overstreet1-0/+5
2023-11-05bcachefs: Move __bch2_members_v2_get_mut to sb-members.hKent Overstreet1-11/+6
2023-11-05bcachefs: bch2_prt_datetime()Kent Overstreet1-1/+1
2023-11-01bcachefs: Skip deleted members in member_to_text()Kent Overstreet1-8/+7
2023-11-01bcachefs: bch_sb_field_errorsKent Overstreet1-1/+1
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet1-17/+104
2023-11-01bcachefs: Fix kasan splat in members_v1_get()Kent Overstreet1-3/+3
2023-10-22bcachefs: bch2_sb_field_get() refactoringKent Overstreet1-12/+12
2023-10-22bcachefs: Add iops fields to bch_memberHunter Shaffer1-0/+8
2023-10-22bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer1-11/+11
2023-10-22bcachefs: New superblock section members_v2Hunter Shaffer1-131/+272
2023-10-22bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer1-0/+17
2023-10-22bcachefs: sb-members.cKent Overstreet1-0/+173