linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Schmidt <list.btrfs@jan-o-sch.net>
To: chris.mason@oracle.com, linux-btrfs@vger.kernel.org
Subject: [PATCH v2 0/5] btrfs-progs: scrub interface
Date: Wed, 30 Mar 2011 18:53:08 +0200	[thread overview]
Message-ID: <cover.1301503683.git.list.btrfs@jan-o-sch.net> (raw)

This is the next patch series for scrub userland tools.

Change log v1->v2:
- commands now reachable as "btrfs scrub ..." instead of "btrfs filesystem
  scrub ..."
- ability to scrub a single device instead of a whole file system
- superfluous command line options removed
- resume is now a separate command ("scrub resume") instead of "scrub start -r"
- read-only mode (which inherited the -r option immediately, sorry for that)
- up to date progress numbers with "btrfs scrub status" while scrub is running
- effective locking to protect against multiple scrubs on a filesystem
- man page entry for scrub added

Jan Schmidt (5):
  commands added
  scrub ioctls
  added check_mounted_where
  scrub userland implementation
  scrub added to manpage

 Makefile       |    4 +-
 btrfs.c        |   18 +-
 btrfs_cmds.c   |    3 +-
 btrfs_cmds.h   |    5 +
 ctree.h        |    2 +-
 ioctl.h        |   60 +++-
 man/btrfs.8.in |   66 +++-
 scrub.c        | 1568 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 utils.c        |   29 +-
 utils.h        |    2 +
 10 files changed, 1743 insertions(+), 14 deletions(-)
 create mode 100644 scrub.c

-- 
1.7.3.4


             reply	other threads:[~2011-03-30 16:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-30 16:53 Jan Schmidt [this message]
2011-03-30 16:53 ` [PATCH v2 1/5] commands added Jan Schmidt
2011-07-10 18:45   ` Hugo Mills
2011-03-30 16:53 ` [PATCH v2 2/5] scrub ioctls Jan Schmidt
2011-03-30 16:53 ` [PATCH v2 3/5] added check_mounted_where Jan Schmidt
2011-03-30 16:53 ` [PATCH v2 4/5] scrub userland implementation Jan Schmidt
2011-07-10 18:23   ` Hugo Mills
2011-07-11 14:29     ` Jan Schmidt
2011-07-11 20:57       ` Hugo Mills
2011-07-12  8:49         ` Jan Schmidt
2011-07-12  9:44           ` Hugo Mills
2011-07-11 20:45   ` Hugo Mills
2011-07-12  8:48     ` Jan Schmidt
2011-03-30 16:53 ` [PATCH v2 5/5] scrub added to manpage Jan Schmidt

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.1301503683.git.list.btrfs@jan-o-sch.net \
    --to=list.btrfs@jan-o-sch.net \
    --cc=chris.mason@oracle.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).