All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qu Wenruo <wqu@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH POC 0/2] btrfs-progs: experimental support for scrub_fs ioctl
Date: Sat,  3 Sep 2022 16:21:13 +0800	[thread overview]
Message-ID: <cover.1662193185.git.wqu@suse.com> (raw)

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


             reply	other threads:[~2022-09-03  8:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-03  8:21 Qu Wenruo [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1662193185.git.wqu@suse.com \
    --to=wqu@suse.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.