aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/sb-members.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet2024-09-031-1/+2
* bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet2024-05-091-6/+4
* bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()Kent Overstreet2024-05-081-0/+5
* bcachefs: bch2_dev_tryget()Kent Overstreet2024-05-081-0/+5
* bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()Kent Overstreet2024-05-081-6/+19
* bcachefs: bch2_dev_safe() -> bch2_dev_rcu()Kent Overstreet2024-05-081-0/+1
* bcachefs: Add btree_allocated_bitmap to member_to_text()Kent Overstreet2024-05-081-0/+8
* bcachefs: Add asserts to bch2_dev_btree_bitmap_marked_sectors()Kent Overstreet2024-05-081-0/+3
* bcachefs: member helper cleanupsKent Overstreet2024-05-081-2/+2
* bcachefs: prt_printf() now respects \r\n\tKent Overstreet2024-05-081-72/+24
* bcachefs: Add a better limit for maximum number of bucketsKent Overstreet2024-05-061-3/+3
* bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet2024-04-171-2/+2
* bcachefs: bch_member.btree_allocated_bitmapKent Overstreet2024-04-141-0/+53
* bcachefs: fix missing endiannes conversion in sb_membersKent Overstreet2024-02-101-1/+1
* bcachefs: helpers for printing data typesKent Overstreet2024-01-211-2/+2
* bcachefs: Fix printing of device durabilityKent Overstreet2024-01-051-1/+1
* bcachefs: bch_member->seqKent Overstreet2024-01-051-0/+5
* bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet2024-01-011-5/+3
* bcachefs: Print durability in member_to_text()Kent Overstreet2024-01-011-0/+5
* bcachefs: Move __bch2_members_v2_get_mut to sb-members.hKent Overstreet2023-11-051-11/+6
* bcachefs: bch2_prt_datetime()Kent Overstreet2023-11-051-1/+1
* bcachefs: Skip deleted members in member_to_text()Kent Overstreet2023-11-011-8/+7
* bcachefs: bch_sb_field_errorsKent Overstreet2023-11-011-1/+1
* bcachefs: Add IO error counts to bch_memberKent Overstreet2023-11-011-17/+104
* bcachefs: Fix kasan splat in members_v1_get()Kent Overstreet2023-11-011-3/+3
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-221-12/+12
* bcachefs: Add iops fields to bch_memberHunter Shaffer2023-10-221-0/+8
* bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer2023-10-221-11/+11
* bcachefs: New superblock section members_v2Hunter Shaffer2023-10-221-131/+272
* bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer2023-10-221-0/+17
* bcachefs: sb-members.cKent Overstreet2023-10-221-0/+173