aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/disk_groups.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: sb-members.cGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch_opt_fnGravatar Kent Overstreet 1-7/+14
2023-10-22bcachefs: push rcu lock down into bch2_target_to_mask()Gravatar Brian Foster 1-3/+13
2023-10-22bcachefs: create internal disk_groups sysfs fileGravatar Brian Foster 1-0/+34
2023-10-22bcachefs: Private error codes: ENOMEMGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: More errcode cleanupGravatar Kent Overstreet 1-7/+6
2023-10-22bcachefs: Add private error codes for ENOSPCGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix adding a device with a labelGravatar Kent Overstreet 1-13/+15
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-17/+17
2023-10-22bcachefs: Convert bch2_sb_to_text to master option listGravatar Kent Overstreet 1-49/+38
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsGravatar Kent Overstreet 1-6/+34
2023-10-22bcachefs: Kill bch_scnmemcpy()Gravatar Kent Overstreet 1-5/+4
2023-10-22bcachefs: Improved superblock-related error messagesGravatar Kent Overstreet 1-29/+33
2023-10-22bcachefs: Fix a couple null ptr derefs when no disk groups existGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Fix disk groups not being updated when set via sysfsGravatar Kent Overstreet 1-1/+6
2023-10-22bcachefs: revamp to_text methodsGravatar Kent Overstreet 1-36/+20
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+494