summaryrefslogtreecommitdiff
path: root/fs/bcachefs/chardev.c
AgeCommit message (Expand)Author
2024-06-22bcachefs: Fix freeing of error pointersKent Overstreet
2024-05-08bcachefs: Convert to bch2_dev_tryget_noerror()Kent Overstreet
2024-05-08bcachefs: New helpers for device refcountsKent Overstreet
2024-05-08bcachefs: chardev: make bch_chardev_class constantRicardo B. Marliere
2024-04-16bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-04-06bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-04-06bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet
2024-03-31bcachefs: Split out recovery_passes.cKent Overstreet
2024-03-13bcachefs: copy_(to|from)_user_errcode()Kent Overstreet
2024-03-13bcachefs: thread_with_file: add f_ops.flushKent Overstreet
2024-03-13bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong
2024-03-13bcachefs: 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