bcachefs: BCH_IOCTL_FSCK_OFFLINE
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 12 Jul 2023 03:23:40 +0000 (23:23 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 1 Jan 2024 16:47:40 +0000 (11:47 -0500)
commit8408fa570ef9b8c35720369bad6b13828ae6b001
tree9f29ee41d5e135f85cfb5d2cfa8ebf5463eeb819
parent7f391b2f8edc29a63913b6a2d42ea8cbb5a36ee8
bcachefs: BCH_IOCTL_FSCK_OFFLINE

This adds a new ioctl for running fsck on a list of devices.

Normally, if we wish to use the kernel's implementation of fsck we'd run
it at mount time with -o fsck. This ioctl lets us run fsck without
mounting, so that userspace bcachefs-tools can transparently switch to
the kernel's implementation of fsck when appropriate - primarily if the
kernel version of bcachefs better matches the filesystem on disk.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/bcachefs_ioctl.h
fs/bcachefs/chardev.c