All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/8] Balance mangement
@ 2011-04-10 21:06 Hugo Mills
  2011-04-10 21:06 ` [PATCH v5 1/8] btrfs: Balance progress monitoring Hugo Mills
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Hugo Mills @ 2011-04-10 21:06 UTC (permalink / raw)
  To: chris.mason, dave, lizf; +Cc: linux-btrfs

   Hi, Chris,

   Another iteration of the balance management patches. This includes
suggestions from David Sterba, who did a fairly comprehensive review
of the patch series on IRC. It also includes fixes for comments from
Josef, and Li Zefan. The only thing I've not included here is Li's
suggestion of keeping track of the size of the chunks and the data in
them -- I'm working on the patch for that, and it'll be along once
I've had a chance to test it sensibly.

   Hugo.

---

Hugo Mills (8):
  btrfs: Balance progress monitoring
  btrfs: Cancel filesystem balance
  btrfs: Factor out enumeration of chunks to a separate function
  btrfs: Implement filtered balance ioctl
  btrfs: Balance filter for device ID
  btrfs: Balance filter for virtual address ranges
  btrfs: Replication-type information
  btrfs: Balance filter for physical device address

 fs/btrfs/ctree.h   |   10 ++
 fs/btrfs/disk-io.c |    2 +
 fs/btrfs/ioctl.c   |  104 +++++++++++++++-
 fs/btrfs/ioctl.h   |   49 +++++++
 fs/btrfs/super.c   |   16 +--
 fs/btrfs/volumes.c |  354 +++++++++++++++++++++++++++++++++++++++++-----------
 fs/btrfs/volumes.h |   21 +++-
 7 files changed, 468 insertions(+), 88 deletions(-)

-- 
1.7.2.5


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

end of thread, other threads:[~2011-04-13 13:34 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-10 21:06 [PATCH v5 0/8] Balance mangement Hugo Mills
2011-04-10 21:06 ` [PATCH v5 1/8] btrfs: Balance progress monitoring Hugo Mills
2011-04-11  5:34   ` Helmut Hullen
2011-04-11  8:48     ` Hugo Mills
2011-04-12 17:12   ` David Sterba
2011-04-12 18:42     ` Hugo Mills
2011-04-13 13:34       ` David Sterba
2011-04-10 21:06 ` [PATCH v5 2/8] btrfs: Cancel filesystem balance Hugo Mills
2011-04-10 21:06 ` [PATCH v5 3/8] btrfs: Factor out enumeration of chunks to a separate function Hugo Mills
2011-04-10 22:11   ` David Sterba
2011-04-10 21:06 ` [PATCH v5 4/8] btrfs: Implement filtered balance ioctl Hugo Mills
2011-04-10 21:06 ` [PATCH v5 5/8] btrfs: Balance filter for device ID Hugo Mills
2011-04-10 21:06 ` [PATCH v5 6/8] btrfs: Balance filter for virtual address ranges Hugo Mills
2011-04-10 21:06 ` [PATCH v5 7/8] btrfs: Replication-type information Hugo Mills
2011-04-10 21:06 ` [PATCH v5 8/8] btrfs: Balance filter for physical device address Hugo Mills

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.