summaryrefslogtreecommitdiff
path: root/fs/bcachefs/chardev.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-23bcachefs: Fix BCH_IOCTL_DISK_SET_STATEKent Overstreet1-1/+10
2023-10-23bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet1-5/+4
2023-10-23bcachefs: bch_dev->devKent Overstreet1-1/+4
2023-10-23bcachefs: set disk state should check new_stateDan Robertson1-1/+2
2023-10-23bcachefs: Enforce SYS_CAP_ADMIN within ioctlsTobias Geerinckx-Rice1-8/+36
2023-10-23bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson1-1/+2
2023-10-23bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson1-1/+1
2023-10-23bcachefs: Refactor dev usageKent Overstreet1-3/+3
2023-10-23bcachefs: Move journal reclaim to a kthreadKent Overstreet1-1/+2
2023-10-23bcachefs: Add an ioctl for resizing journal on a deviceKent Overstreet1-0/+23
2023-10-23bcachefs: Delete unused argumentsKent Overstreet1-1/+1
2023-10-23bcachefs: Track sectors of erasure coded dataKent Overstreet1-3/+6
2023-10-23bcachefs: Redo filesystem usage ioctlsKent Overstreet1-61/+91
2023-10-23bcachefs: some improvements to startup messages and optionsKent Overstreet1-1/+1
2023-10-23bcachefs: Write out fs usage consistentlyKent Overstreet1-2/+2
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-2/+2
2023-10-23bcachefs: Add a mechanism for blocking the journalKent Overstreet1-3/+3
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-5/+15
2023-10-23bcachefs: Include summarized counts in fs_usageKent Overstreet1-1/+1
2023-10-23bcachefs: refactor bch_fs_usageKent Overstreet1-1/+1
2023-10-23bcachefs: Split out alloc_background.cKent Overstreet1-1/+0
2023-10-23bcachefs: Account for internal fragmentation betterKent Overstreet1-2/+2
2023-10-23bcachefs: kill s_alloc, use bch_data_typeKent Overstreet1-3/+2
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+663