summaryrefslogtreecommitdiff
path: root/fs/bcachefs/chardev.c
AgeCommit message (Expand)Author
2023-10-31bcachefs: move: convert to bbposKent Overstreet
2023-10-22bcachefs: Fix strndup_user() error checkingKent Overstreet
2023-10-22bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncationKent Overstreet
2023-10-22bcachefs: chardev: fix an integer overflow (32 bit only)Dan Carpenter
2023-10-22bcachefs: chardev: return -EFAULT if copy_to_user() failsDan Carpenter
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: Fix BCH_IOCTL_DISK_SET_STATEKent Overstreet
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet
2023-10-22bcachefs: bch_dev->devKent Overstreet
2023-10-22bcachefs: set disk state should check new_stateDan Robertson
2023-10-22bcachefs: Enforce SYS_CAP_ADMIN within ioctlsTobias Geerinckx-Rice
2023-10-22bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson
2023-10-22bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson
2023-10-22bcachefs: Refactor dev usageKent Overstreet
2023-10-22bcachefs: Move journal reclaim to a kthreadKent Overstreet
2023-10-22bcachefs: Add an ioctl for resizing journal on a deviceKent Overstreet
2023-10-22bcachefs: Delete unused argumentsKent Overstreet
2023-10-22bcachefs: Track sectors of erasure coded dataKent Overstreet
2023-10-22bcachefs: Redo filesystem usage ioctlsKent Overstreet
2023-10-22bcachefs: some improvements to startup messages and optionsKent Overstreet
2023-10-22bcachefs: Write out fs usage consistentlyKent Overstreet
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet
2023-10-22bcachefs: Add a mechanism for blocking the journalKent Overstreet
2023-10-22bcachefs: Fix check for if extent update is allocatingKent Overstreet
2023-10-22bcachefs: Include summarized counts in fs_usageKent Overstreet
2023-10-22bcachefs: refactor bch_fs_usageKent Overstreet
2023-10-22bcachefs: Split out alloc_background.cKent Overstreet
2023-10-22bcachefs: Account for internal fragmentation betterKent Overstreet
2023-10-22bcachefs: kill s_alloc, use bch_data_typeKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet