All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hugo Mills <hugo@carfax.org.uk>
Subject: [PATCH v5 0/8] Balance management, userspace
Date: Sun, 10 Apr 2011 22:16:26 +0100	[thread overview]
Message-ID: <cover.1302469689.git.hugo@carfax.org.uk> (raw)

   Hi, Chris,

   These patches form the userspace side of the balance management
work. This includes two patches to add one-off and polled monitoring,
a fork-to-background patch, and a sequence implementing the user
interface to handle the various types of balance filtering implemented
in the kernel-side patches.

   Hugo.

---

Hugo Mills (8):
  Balance progress monitoring.
  Add --monitor option to btrfs balance progress.
  User-space tool for cancelling balance operations.
  Run userspace tool in background for balances.
  Initial implementation of userspace interface for filtered balancing.
  Balance filter by device ID
  Balance filter for virtual address range
  Interface for device range balance filter

 btrfs.c        |   18 ++-
 btrfs_cmds.c   |  463 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 btrfs_cmds.h   |    2 +
 ioctl.h        |   46 ++++++
 man/btrfs.8.in |   79 +++++++++-
 5 files changed, 596 insertions(+), 12 deletions(-)

-- 
1.7.2.5


             reply	other threads:[~2011-04-10 21:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-10 21:16 Hugo Mills [this message]
2011-04-10 21:16 ` [PATCH v5 1/8] Balance progress monitoring Hugo Mills
2011-04-10 21:16 ` [PATCH v5 2/8] Add --monitor option to btrfs balance progress Hugo Mills
2011-04-10 21:16 ` [PATCH v5 3/8] User-space tool for cancelling balance operations Hugo Mills
2011-04-10 21:16 ` [PATCH v5 4/8] Run userspace tool in background for balances Hugo Mills
2011-04-11  5:36   ` Helmut Hullen
2011-04-10 21:16 ` [PATCH v5 5/8] Initial implementation of userspace interface for filtered balancing Hugo Mills
2011-04-10 21:16 ` [PATCH v5 6/8] Balance filter by device ID Hugo Mills
2011-04-10 21:16 ` [PATCH v5 7/8] Balance filter for virtual address range Hugo Mills
2011-04-10 21:16 ` [PATCH v5 8/8] Interface for device range balance filter Hugo Mills

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.1302469689.git.hugo@carfax.org.uk \
    --to=hugo@carfax.org.uk \
    /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.