aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/chardev.c
AgeCommit message (Expand)AuthorFilesLines
11 daysbcachefs: Convert to bch2_dev_tryget_noerror()Kent Overstreet1-6/+1
11 daysbcachefs: New helpers for device refcountsKent Overstreet1-14/+12
11 daysbcachefs: chardev: make bch_chardev_class constantRicardo B. Marliere1-13/+22
2024-04-16bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet1-1/+3
2024-04-06bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet1-0/+4
2024-04-06bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet1-44/+50
2024-03-31bcachefs: Split out recovery_passes.cKent Overstreet1-1/+1
2024-03-13bcachefs: copy_(to|from)_user_errcode()Kent Overstreet1-6/+0
2024-03-13bcachefs: thread_with_file: add f_ops.flushKent Overstreet1-5/+20
2024-03-13bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong1-6/+12
2024-03-13bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet1-10/+4
2024-01-05bcachefs: Online fsck can now fix errorsKent Overstreet1-1/+10
2024-01-05bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet1-200/+25
2024-01-01bcachefs: for_each_member_device() now declares loop iterKent Overstreet1-4/+2
2024-01-01bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva1-1/+2
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet1-1/+94
2024-01-01bcachefs: BCH_IOCTL_FSCK_OFFLINEKent Overstreet1-3/+216
2024-01-01bcachefs: thread_with_fileKent Overstreet1-44/+70
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-4/+4
2024-01-01bcachefs: BCH_IOCTL_DEV_USAGE_V2Kent Overstreet1-17/+67
2024-01-01bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet1-1/+1
2023-10-31bcachefs: move: convert to bbposKent Overstreet1-2/+2
2023-10-22bcachefs: Fix strndup_user() error checkingKent Overstreet1-9/+11
2023-10-22bcachefs: bch2_ioctl_disk_resize_journal(): check for integer truncationKent Overstreet1-0/+3
2023-10-22bcachefs: chardev: fix an integer overflow (32 bit only)Dan Carpenter1-1/+1
2023-10-22bcachefs: chardev: return -EFAULT if copy_to_user() failsDan Carpenter1-10/+20
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet1-1/+1
2023-10-22bcachefs: Fix BCH_IOCTL_DISK_SET_STATEKent Overstreet1-1/+10
2023-10-22bcachefs: Fold bucket_state in to BCH_DATA_TYPES()Kent Overstreet1-5/+4
2023-10-22bcachefs: bch_dev->devKent Overstreet1-1/+4
2023-10-22bcachefs: set disk state should check new_stateDan Robertson1-1/+2
2023-10-22bcachefs: Enforce SYS_CAP_ADMIN within ioctlsTobias Geerinckx-Rice1-8/+36
2023-10-22bcachefs: Fix out of bounds read in fs usage ioctlDan Robertson1-1/+2
2023-10-22bcachefs: Fix null deref in bch2_ioctl_read_superDan Robertson1-1/+1
2023-10-22bcachefs: Refactor dev usageKent Overstreet1-3/+3
2023-10-22bcachefs: Move journal reclaim to a kthreadKent Overstreet1-1/+2
2023-10-22bcachefs: Add an ioctl for resizing journal on a deviceKent Overstreet1-0/+23
2023-10-22bcachefs: Delete unused argumentsKent Overstreet1-1/+1
2023-10-22bcachefs: Track sectors of erasure coded dataKent Overstreet1-3/+6
2023-10-22bcachefs: Redo filesystem usage ioctlsKent Overstreet1-61/+91
2023-10-22bcachefs: some improvements to startup messages and optionsKent Overstreet1-1/+1
2023-10-22bcachefs: Write out fs usage consistentlyKent Overstreet1-2/+2
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet1-2/+2
2023-10-22bcachefs: Add a mechanism for blocking the journalKent Overstreet1-3/+3
2023-10-22bcachefs: Fix check for if extent update is allocatingKent Overstreet1-5/+15
2023-10-22bcachefs: Include summarized counts in fs_usageKent Overstreet1-1/+1
2023-10-22bcachefs: refactor bch_fs_usageKent Overstreet1-1/+1
2023-10-22bcachefs: Split out alloc_background.cKent Overstreet1-1/+0
2023-10-22bcachefs: Account for internal fragmentation betterKent Overstreet1-2/+2
2023-10-22bcachefs: kill s_alloc, use bch_data_typeKent Overstreet1-3/+2
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+663