summaryrefslogtreecommitdiff
path: root/fs/bcachefs/disk_groups.c
AgeCommit message (Expand)AuthorFilesLines
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