summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/disk_groups.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix potential sleeping during mountDaniel J Blueman2023-11-141-0/+2
* bcachefs: make bch2_target_to_text_sb staticJiapeng Chong2023-11-131-1/+1
* bcachefs: bch2_disk_path_to_text() no longer takes sb_lockKent Overstreet2023-10-311-5/+54
* bcachefs: Split apart bch2_target_to_text(), bch2_target_to_text_sb()Kent Overstreet2023-10-311-37/+58
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-221-6/+6
* bcachefs: Use struct_size()Christophe JAILLET2023-10-221-2/+1
* bcachefs: New superblock section members_v2Hunter Shaffer2023-10-221-1/+1
* bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer2023-10-221-13/+9
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-6/+6
* bcachefs: remove redundant initialization of pointer dstColin Ian King2023-10-221-2/+1
* bcachefs: sb-members.cKent Overstreet2023-10-221-0/+1
* bcachefs: bch_opt_fnKent Overstreet2023-10-221-7/+14
* bcachefs: push rcu lock down into bch2_target_to_mask()Brian Foster2023-10-221-3/+13
* bcachefs: create internal disk_groups sysfs fileBrian Foster2023-10-221-0/+34
* bcachefs: Private error codes: ENOMEMKent Overstreet2023-10-221-2/+2
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-7/+6
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-1/+1
* bcachefs: Fix adding a device with a labelKent Overstreet2023-10-221-13/+15
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-17/+17
* bcachefs: Convert bch2_sb_to_text to master option listKent Overstreet2023-10-221-49/+38
* bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet2023-10-221-6/+34
* bcachefs: Kill bch_scnmemcpy()Kent Overstreet2023-10-221-5/+4
* bcachefs: Improved superblock-related error messagesKent Overstreet2023-10-221-29/+33
* bcachefs: Fix a couple null ptr derefs when no disk groups existKent Overstreet2023-10-221-2/+2
* bcachefs: Fix disk groups not being updated when set via sysfsKent Overstreet2023-10-221-1/+6
* bcachefs: revamp to_text methodsKent Overstreet2023-10-221-36/+20
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+494