These three patches complement the previous two kernel-side
patches. The first implements a way of displaying the current progress
of any running balance process. The second adds a "monitor" mode,
which watches the progress and makes an estimate of the completion
time. The third and final patch allows a running balance to be
cancelled.

Hugo Mills (3):
  Balance progress monitoring.
  Add --monitor option to btrfs balance progress.
  User-space tool for cancelling balance operations.

 btrfs.c        |   12 ++++
 btrfs_cmds.c   |  187 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 btrfs_cmds.h   |    2 +
 ioctl.h        |    8 +++
 man/btrfs.8.in |    7 ++
 5 files changed, 216 insertions(+), 0 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to