public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH POC 0/2] btrfs-progs: experimental support for scrub_fs ioctl
@ 2022-09-03  8:21 Qu Wenruo
  2022-09-03  8:21 ` [PATCH POC 1/2] btrfs-progs: introduce BTRFS_IOC_SCRUB_FS family of ioctls Qu Wenruo
  2022-09-03  8:21 ` [PATCH POC 2/2] btrfs-progs: scrub: add an experimental entrance for scrub_fs Qu Wenruo
  0 siblings, 2 replies; 3+ messages in thread
From: Qu Wenruo @ 2022-09-03  8:21 UTC (permalink / raw)
  To: linux-btrfs

This is really a very limited support for scrub_fs ioctl.

It's not only hidden behind experimental flag, it doesn't provide full
"scrub start" options support.

Currently it just call the scrub_fs ioctl, and output the scrub progress
result.

No support for background scrub nor scrub status file.

Qu Wenruo (2):
  btrfs-progs: introduce BTRFS_IOC_SCRUB_FS family of ioctls
  btrfs-progs: scrub: add an experimental entrance for scrub_fs

 cmds/scrub.c |  79 +++++++++++++++++++++++
 ioctl.h      | 173 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 252 insertions(+)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-09-03  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-03  8:21 [PATCH POC 0/2] btrfs-progs: experimental support for scrub_fs ioctl Qu Wenruo
2022-09-03  8:21 ` [PATCH POC 1/2] btrfs-progs: introduce BTRFS_IOC_SCRUB_FS family of ioctls Qu Wenruo
2022-09-03  8:21 ` [PATCH POC 2/2] btrfs-progs: scrub: add an experimental entrance for scrub_fs Qu Wenruo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox