From: Hugo Mills <hugo-lkml@carfax.org.uk> To: linux-btrfs@vger.kernel.org Subject: Re: [patch 1/2] Balance progress monitoring. Date: Sat, 30 Oct 2010 14:37:58 +0100 [thread overview] Message-ID: <20101030133758.GC9369@selene> (raw) In-Reply-To: <20101030000741.689283553@carfax.org.uk> [-- Attachment #1: Type: text/plain, Size: 1191 bytes --] On Sat, Oct 30, 2010 at 01:07:27AM +0100, Hugo Mills wrote: > This patch introduces a basic form of progress monitoring for balance > operations, by counting the number of block groups remaining. The > information is exposed to userspace by an ioctl. Dammit. An unrefreshed quilt patch let an error get through (see below). Updated patch in a few moments. Hugo. > Index: linux-mainline/fs/btrfs/volumes.c > =================================================================== > --- linux-mainline.orig/fs/btrfs/volumes.c 2010-10-26 18:03:38.000000000 +0100 > +++ linux-mainline/fs/btrfs/volumes.c 2010-10-29 17:23:40.463279287 +0100 > @@ -1902,6 +1902,7 @@ > struct btrfs_root *chunk_root = dev_root->fs_info->chunk_root; > struct btrfs_trans_handle *trans; > struct btrfs_key found_key; > + struct btrfs_balance_status *bal_info; + struct btrfs_balance_info *bal_info; -- === Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk === PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk --- <dragon> A linked list is still a binary tree. Just a --- very unbalanced one. [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 190 bytes --]
next prev parent reply other threads:[~2010-10-30 13:37 UTC|newest] Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top 2010-10-30 0:07 [patch 0/2] Control filesystem balances (kernel side) Hugo Mills 2010-10-30 0:07 ` [patch 1/2] Balance progress monitoring Hugo Mills 2010-10-30 13:37 ` Hugo Mills [this message] 2010-10-30 13:39 ` [patch 1/2] Balance progress monitoring (updated) Hugo Mills 2010-11-01 8:06 ` liubo 2010-11-01 12:55 ` Hugo Mills 2010-11-02 0:51 ` liubo 2010-10-30 0:07 ` [patch 2/2] Cancel filesystem balance Hugo Mills 2010-10-30 17:44 ` [patch 0/2] Control filesystem balances (kernel side) Goffredo Baroncelli 2010-11-01 12:58 ` Xavier Nicollet 2010-11-01 12:52 ` Tomasz Torcz 2010-11-01 13:05 ` Hugo Mills 2010-11-04 22:55 ` RFC: exporting info via sysfs [was Re: [patch 0/2] Control filesystem balances (kernel side)] Goffredo Baroncelli 2010-11-05 12:41 ` Hugo Mills 2010-10-30 0:10 [patch 0/2] Control filesystem balances (userspace) Hugo Mills 2010-10-30 0:10 ` [patch 1/2] Balance progress monitoring 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=20101030133758.GC9369@selene \ --to=hugo-lkml@carfax.org.uk \ --cc=linux-btrfs@vger.kernel.org \ --subject='Re: [patch 1/2] Balance progress monitoring.' \ /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
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.