summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/chardev.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: move: convert to bbposKent Overstreet2023-10-311-2/+2
* bcachefs: Fix strndup_user() error checkingKent Overstreet2023-10-221-9/+11
* bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncationKent Overstreet2023-10-221-0/+3
* bcachefs: chardev: fix an integer overflow (32 bit only)Dan Carpenter2023-10-221-1/+1
* bcachefs: chardev: return -EFAULT if copy_to_user() failsDan Carpenter2023-10-221-10/+20
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-1/+1
* bcachefs: Fix BCH_IOCTL_DISK_SET_STATEKent Overstreet2023-10-221-1/+10
* bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet2023-10-221-5/+4
* bcachefs: bch_dev->devKent Overstreet2023-10-221-1/+4
* bcachefs: set disk state should check new_stateDan Robertson2023-10-221-1/+2
* bcachefs: Enforce SYS_CAP_ADMIN within ioctlsTobias Geerinckx-Rice2023-10-221-8/+36
* bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson2023-10-221-1/+2
* bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson2023-10-221-1/+1
* bcachefs: Refactor dev usageKent Overstreet2023-10-221-3/+3
* bcachefs: Move journal reclaim to a kthreadKent Overstreet2023-10-221-1/+2
* bcachefs: Add an ioctl for resizing journal on a deviceKent Overstreet2023-10-221-0/+23
* bcachefs: Delete unused argumentsKent Overstreet2023-10-221-1/+1
* bcachefs: Track sectors of erasure coded dataKent Overstreet2023-10-221-3/+6
* bcachefs: Redo filesystem usage ioctlsKent Overstreet2023-10-221-61/+91
* bcachefs: some improvements to startup messages and optionsKent Overstreet2023-10-221-1/+1
* bcachefs: Write out fs usage consistentlyKent Overstreet2023-10-221-2/+2
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-2/+2
* bcachefs: Add a mechanism for blocking the journalKent Overstreet2023-10-221-3/+3
* bcachefs: Fix check for if extent update is allocatingKent Overstreet2023-10-221-5/+15
* bcachefs: Include summarized counts in fs_usageKent Overstreet2023-10-221-1/+1
* bcachefs: refactor bch_fs_usageKent Overstreet2023-10-221-1/+1
* bcachefs: Split out alloc_background.cKent Overstreet2023-10-221-1/+0
* bcachefs: Account for internal fragmentation betterKent Overstreet2023-10-221-2/+2
* bcachefs: kill s_alloc, use bch_data_typeKent Overstreet2023-10-221-3/+2
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+663