summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/chardev.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet2024-04-061-0/+4
* bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet2024-04-061-44/+50
* bcachefs: Split out recovery_passes.cKent Overstreet2024-03-311-1/+1
* bcachefs: copy_(to|from)_user_errcode()Kent Overstreet2024-03-131-6/+0
* bcachefs: thread_with_file: add f_ops.flushKent Overstreet2024-03-131-5/+20
* bcachefs: thread_with_file: create ops structure for thread_with_stdioDarrick J. Wong2024-03-131-6/+12
* bcachefs: thread_with_stdio: kill thread_with_stdio_done()Kent Overstreet2024-03-131-10/+4
* bcachefs: Online fsck can now fix errorsKent Overstreet2024-01-051-1/+10
* bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet2024-01-051-200/+25
* bcachefs: for_each_member_device() now declares loop iterKent Overstreet2024-01-011-4/+2
* bcachefs: Use array_size() in call to copy_from_user()Gustavo A. R. Silva2024-01-011-1/+2
* bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet2024-01-011-1/+94
* bcachefs: BCH_IOCTL_FSCK_OFFLINEKent Overstreet2024-01-011-3/+216
* bcachefs: thread_with_fileKent Overstreet2024-01-011-44/+70
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-4/+4
* bcachefs: BCH_IOCTL_DEV_USAGE_V2Kent Overstreet2024-01-011-17/+67
* bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet2024-01-011-1/+1
* 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