summaryrefslogtreecommitdiff
path: root/fs/bcachefs/chardev.c
AgeCommit message (Expand)Author
2024-03-12bcachefs: copy_(to|from)_user_errcode()Kent Overstreet
2024-03-10thread_with_file: add f_ops.flushKent Overstreet
2024-03-10thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong
2024-03-10thread_with_file: Lift from bcachefsKent Overstreet
2024-03-10bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet
2024-01-05bcachefs: Online fsck can now fix errorsKent Overstreet
2024-01-05bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet
2024-01-01bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet
2024-01-01bcachefs: BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-01-01bcachefs: thread_with_fileKent Overstreet
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet
2024-01-01bcachefs: BCH_IOCTL_DEV_USAGE_V2Kent Overstreet
2024-01-01bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet
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