aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/chardev.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix BCH_IOCTL_DISK_SET_STATEGravatar Kent Overstreet 1-1/+10
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Gravatar Kent Overstreet 1-5/+4
2023-10-22bcachefs: bch_dev->devGravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: set disk state should check new_stateGravatar Dan Robertson 1-1/+2
2023-10-22bcachefs: Enforce SYS_CAP_ADMIN within ioctlsGravatar Tobias Geerinckx-Rice 1-8/+36
2023-10-22bcachefs: Fix out of bounds read in fs usage ioctlGravatar Dan Robertson 1-1/+2
2023-10-22bcachefs: Fix null deref in bch2_ioctl_read_superGravatar Dan Robertson 1-1/+1
2023-10-22bcachefs: Refactor dev usageGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Move journal reclaim to a kthreadGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Add an ioctl for resizing journal on a deviceGravatar Kent Overstreet 1-0/+23
2023-10-22bcachefs: Delete unused argumentsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Track sectors of erasure coded dataGravatar Kent Overstreet 1-3/+6
2023-10-22bcachefs: Redo filesystem usage ioctlsGravatar Kent Overstreet 1-61/+91
2023-10-22bcachefs: some improvements to startup messages and optionsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Write out fs usage consistentlyGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Only get btree iters from btree transactionsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Add a mechanism for blocking the journalGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Fix check for if extent update is allocatingGravatar Kent Overstreet 1-5/+15
2023-10-22bcachefs: Include summarized counts in fs_usageGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: refactor bch_fs_usageGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Split out alloc_background.cGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Account for internal fragmentation betterGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: kill s_alloc, use bch_data_typeGravatar Kent Overstreet 1-3/+2
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+663