linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Anand Jain <anand.jain@oracle.com>
To: linux-btrfs@vger.kernel.org
Cc: wangsl.fnst@cn.fujitsu.com, lists@colorremedies.com
Subject: [PATCH] make 'btrfs filesystem show' to work when seeding
Date: Sat, 16 Aug 2014 11:08:06 +0800	[thread overview]
Message-ID: <1408158488-4316-1-git-send-email-anand.jain@oracle.com> (raw)

yeah. btrfs filesystem show didn't work any time before as in
the test case below.

mkfs.btrfs /dev/sdb -f
btrfstune -S 1 /dev/sdb
mount /dev/sdb /btrfs
btrfs dev add /dev/sdc /btrfs
btrfs fi show <-- fails.

kindly ref to the commit log for bug and its fix details.

Anand Jain (1):
  btrfs-progs: do a separate probe for _transient_ replacing device    
    As mentioned in the kernel patch       btrfs: ioctl
    BTRFS_IOC_FS_INFO and BTRFS_IOC_DEV_INFO miss-matched with slots

 utils.c | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

Anand Jain (1):
  btrfs: ioctl BTRFS_IOC_FS_INFO and BTRFS_IOC_DEV_INFO miss-matched
    with slots

 fs/btrfs/ioctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.0.0.153.g79dcccc


             reply	other threads:[~2014-08-18  8:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-16  3:08 Anand Jain [this message]
2014-08-16  3:08 ` [PATCH] btrfs: ioctl BTRFS_IOC_FS_INFO and BTRFS_IOC_DEV_INFO miss-matched with slots Anand Jain
2014-08-16  3:08 ` [PATCH] btrfs-progs: do a separate probe for _transient_ replacing device As mentioned in the kernel patch " Anand Jain
2014-08-18  8:38 ` [PATCH v2] make 'btrfs filesystem show' to work when seeding Anand Jain
2014-08-18  8:38   ` [PATCH v2] btrfs: ioctl BTRFS_IOC_FS_INFO and BTRFS_IOC_DEV_INFO miss-matched with slots Anand Jain
2014-09-04  9:58     ` David Sterba
2014-09-04 12:02       ` Anand Jain
2014-10-17  1:58         ` Gui Hecheng
2014-10-20  8:17           ` Anand Jain
2014-10-29 10:39         ` Anand Jain
2014-08-18  8:38   ` [PATCH v2] btrfs-progs: do a separate probe for transient replacing device Anand Jain

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=1408158488-4316-1-git-send-email-anand.jain@oracle.com \
    --to=anand.jain@oracle.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=lists@colorremedies.com \
    --cc=wangsl.fnst@cn.fujitsu.com \
    /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).