summaryrefslogtreecommitdiff
path: root/fs/bcachefs/disk_groups.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-06bcachefs: %pg is banishedKent Overstreet1-1/+1
2024-01-01bcachefs: for_each_member_device_rcu() now declares loop iterKent Overstreet1-8/+3
2023-11-15bcachefs: Fix potential sleeping during mountDaniel J Blueman1-0/+2
2023-11-14bcachefs: make bch2_target_to_text_sb staticJiapeng Chong1-1/+1
2023-10-31bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet1-5/+54
2023-10-31bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()Kent Overstreet1-37/+58
2023-10-23bcachefs: bch2_sb_field_get() refactoringKent Overstreet1-6/+6
2023-10-23bcachefs: Use struct_size()Christophe JAILLET1-2/+1
2023-10-23bcachefs: New superblock section members_v2Hunter Shaffer1-1/+1
2023-10-23bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer1-13/+9
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-6/+6
2023-10-23bcachefs: remove redundant initialization of pointer dstColin Ian King1-2/+1
2023-10-23bcachefs: sb-members.cKent Overstreet1-0/+1
2023-10-23bcachefs: bch_opt_fnKent Overstreet1-7/+14
2023-10-23bcachefs: push rcu lock down into bch2_target_to_mask()Brian Foster1-3/+13
2023-10-23bcachefs: create internal disk_groups sysfs fileBrian Foster1-0/+34
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-2/+2
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-7/+6
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-1/+1
2023-10-23bcachefs: Fix adding a device with a labelKent Overstreet1-13/+15
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-17/+17
2023-10-23bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet1-49/+38
2023-10-23bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet1-6/+34
2023-10-23bcachefs: Kill bch_scnmemcpy()Kent Overstreet1-5/+4
2023-10-23bcachefs: Improved superblock-related error messagesKent Overstreet1-29/+33
2023-10-23bcachefs: Fix a couple null ptr derefs when no disk groups existKent Overstreet1-2/+2
2023-10-23bcachefs: Fix disk groups not being updated when set via sysfsKent Overstreet1-1/+6
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-36/+20
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+494