summaryrefslogtreecommitdiff
path: root/fs/bcachefs/sb-members.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in bch2_check_fix_ptrs()Kent Overstreet1-11/+0
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet1-14/+1
2024-05-09bcachefs: bch2_dev_get_ioref2(); alloc_background.cKent Overstreet1-0/+18
2024-05-09bcachefs: kill bch2_dev_bkey_exists() in check_alloc_info()Kent Overstreet1-0/+8
2024-05-09bcachefs: ob_dev()Kent Overstreet1-0/+7
2024-05-09bcachefs: bch2_dev_iterate()Kent Overstreet1-0/+8
2024-05-09bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()Kent Overstreet1-0/+25
2024-05-09bcachefs: bch2_dev_tryget()Kent Overstreet1-0/+20
2024-05-09bcachefs: bch2_dev_safe() -> bch2_dev_rcu()Kent Overstreet1-1/+1
2024-05-09bcachefs: Debug asserts for ca->refKent Overstreet1-0/+13
2024-05-09bcachefs: New helpers for device refcountsKent Overstreet1-4/+18
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-10/+22
2024-05-09bcachefs: bucket_valid()Kent Overstreet1-0/+2
2024-05-06bcachefs: Fix lifetime issue in device iterator helpersKent Overstreet1-2/+2
2024-04-18bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet1-3/+3
2024-04-15bcachefs: bch_member.btree_allocated_bitmapKent Overstreet1-0/+21
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet1-16/+19
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-26/+30
2024-01-01bcachefs: simplify bch_devs_listKent Overstreet1-13/+10
2023-11-05bcachefs: Move __bch2_members_v2_get_mut to sb-members.hKent Overstreet1-3/+8
2023-11-02bcachefs: bch_sb_field_errorsKent Overstreet1-1/+1
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-1/+41
2023-10-23bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1Hunter Shaffer1-2/+1
2023-10-23bcachefs: New superblock section members_v2Hunter Shaffer1-0/+5
2023-10-23bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer1-0/+2
2023-10-23bcachefs: sb-members.cKent Overstreet1-0/+176