index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
sb-members.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-11
bcachefs: Don't trust sb->nr_devices in members_to_text()
Kent Overstreet
1
-4
/
+30
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
1
-1
/
+1
2025-06-01
bcachefs: Replace rcu_read_lock() with guards
Kent Overstreet
1
-13
/
+6
2025-05-21
bcachefs: bch2_run_explicit_recovery_pass() cleanup
Kent Overstreet
1
-2
/
+2
2025-05-21
bcachefs: print label correctly in sb_member_to_text()
Kent Overstreet
1
-10
/
+4
2025-05-21
bcachefs: BCH_SB_MEMBER_DELETED_UUID
Kent Overstreet
1
-1
/
+28
2025-05-21
bcachefs: Don't emit bch_sb_field_members_v1 if not required
Kent Overstreet
1
-0
/
+5
2025-05-21
bcachefs: Run most explicit recovery passes persistent
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: BCH_MEMBER_RESIZE_ON_MOUNT
Kent Overstreet
1
-0
/
+1
2025-05-21
bcachefs: BCH_FEATURE_no_alloc_info
Kent Overstreet
1
-0
/
+6
2025-05-21
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: bch2_dev_missing_bkey()
Kent Overstreet
1
-1
/
+21
2025-04-28
bcachefs: Improve bch2_dev_bucket_missing()
Kent Overstreet
1
-2
/
+4
2024-11-07
bcachefs: Fix bch_member.btree_bitmap_shift validation
Kent Overstreet
1
-2
/
+2
2024-10-12
bcachefs: Fix invalid shift in member_to_text()
Kent Overstreet
1
-1
/
+9
2024-09-21
bcachefs: Fix compilation error for bch2_sb_member_alloc
Hongbo Li
1
-6
/
+10
2024-09-21
bcachefs: bch2_sb_member_alloc()
Kent Overstreet
1
-0
/
+44
2024-09-09
bcachefs: bch2_sb_nr_devices()
Kent Overstreet
1
-0
/
+9
2024-09-03
bcachefs: BCH_SB_MEMBER_INVALID
Kent Overstreet
1
-1
/
+2
2024-05-09
bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()
Kent Overstreet
1
-6
/
+4
2024-05-08
bcachefs: bch2_check_alloc_key() -> bch2_dev_tryget_noerror()
Kent Overstreet
1
-0
/
+5
2024-05-08
bcachefs: bch2_dev_tryget()
Kent Overstreet
1
-0
/
+5
2024-05-08
bcachefs: bch2_dev_btree_bitmap_marked() -> bch2_dev_rcu()
Kent Overstreet
1
-6
/
+19
2024-05-08
bcachefs: bch2_dev_safe() -> bch2_dev_rcu()
Kent Overstreet
1
-0
/
+1
2024-05-08
bcachefs: Add btree_allocated_bitmap to member_to_text()
Kent Overstreet
1
-0
/
+8
2024-05-08
bcachefs: Add asserts to bch2_dev_btree_bitmap_marked_sectors()
Kent Overstreet
1
-0
/
+3
2024-05-08
bcachefs: member helper cleanups
Kent Overstreet
1
-2
/
+2
2024-05-08
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
1
-72
/
+24
2024-05-06
bcachefs: Add a better limit for maximum number of buckets
Kent Overstreet
1
-3
/
+3
2024-04-17
bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shift
Kent Overstreet
1
-2
/
+2
2024-04-14
bcachefs: bch_member.btree_allocated_bitmap
Kent Overstreet
1
-0
/
+53
2024-02-10
bcachefs: fix missing endiannes conversion in sb_members
Kent Overstreet
1
-1
/
+1
2024-01-21
bcachefs: helpers for printing data types
Kent Overstreet
1
-2
/
+2
2024-01-05
bcachefs: Fix printing of device durability
Kent Overstreet
1
-1
/
+1
2024-01-05
bcachefs: bch_member->seq
Kent Overstreet
1
-0
/
+5
2024-01-01
bcachefs: for_each_member_device_rcu() now declares loop iter
Kent Overstreet
1
-5
/
+3
2024-01-01
bcachefs: Print durability in member_to_text()
Kent Overstreet
1
-0
/
+5
2023-11-05
bcachefs: Move __bch2_members_v2_get_mut to sb-members.h
Kent Overstreet
1
-11
/
+6
2023-11-05
bcachefs: bch2_prt_datetime()
Kent Overstreet
1
-1
/
+1
2023-11-01
bcachefs: Skip deleted members in member_to_text()
Kent Overstreet
1
-8
/
+7
2023-11-01
bcachefs: bch_sb_field_errors
Kent Overstreet
1
-1
/
+1
2023-11-01
bcachefs: Add IO error counts to bch_member
Kent Overstreet
1
-17
/
+104
2023-11-01
bcachefs: Fix kasan splat in members_v1_get()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
1
-12
/
+12
2023-10-22
bcachefs: Add iops fields to bch_member
Hunter Shaffer
1
-0
/
+8
2023-10-22
bcachefs: Rename bch_sb_field_members -> bch_sb_field_members_v1
Hunter Shaffer
1
-11
/
+11
2023-10-22
bcachefs: New superblock section members_v2
Hunter Shaffer
1
-131
/
+272
2023-10-22
bcachefs: Add new helper to retrieve bch_member from sb
Hunter Shaffer
1
-0
/
+17
2023-10-22
bcachefs: sb-members.c
Kent Overstreet
1
-0
/
+173