All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] a bunch of miscellaneous bug fixes
@ 2013-04-05  5:54 Anand Jain
  2013-04-05  5:54 ` [PATCH 1/9] [RESEND] btrfs-progs: root_item generation_v2 is out of sync after btrfsck Anand Jain
                   ` (10 more replies)
  0 siblings, 11 replies; 40+ messages in thread
From: Anand Jain @ 2013-04-05  5:54 UTC (permalink / raw)
  To: linux-btrfs

Hi David, all

        kindly review/accept this patch set to fix various
	bugs as in the patch.
	This patch set is on top David's integration-20130321
	branch and would apply nicely on top the backup sb
	fixes which was sent separately.

Thanks
Anand

Anand Jain (9):
  btrfs-progs: root_item generation_v2 is out of sync after btrfsck
  btrfs-progs: no pending balance is not an error
  btrfs-progs: mkfs should first check all disks before writing to a
    disk
  btrfs-progs: check if btrfs kernel module is loaded
  btrfs-progs: delete unused function get_mountpt
  btrfs-progs: mkfs stdout print to match chronology
  btrfs-progs: cmd replace should check target-dev fully
  btrfs-progs: btrfs-select-super output is confusing when it fails
  btrfs-progs: fix btrfs scrub start help

 btrfs-select-super.c |   6 +-
 cmds-balance.c       |   6 +-
 cmds-device.c        |  56 +++++++++----
 cmds-replace.c       |  24 +-----
 cmds-scrub.c         |   2 +-
 mkfs.c               | 216 +++++++++++----------------------------------------
 root-tree.c          |  13 ++++
 utils.c              | 178 +++++++++++++++++++++++++++++++++---------
 utils.h              |   2 +
 9 files changed, 260 insertions(+), 243 deletions(-)

-- 
1.8.1.227.g44fe835


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

end of thread, other threads:[~2013-04-21 23:09 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05  5:54 [PATCH 0/9] a bunch of miscellaneous bug fixes Anand Jain
2013-04-05  5:54 ` [PATCH 1/9] [RESEND] btrfs-progs: root_item generation_v2 is out of sync after btrfsck Anand Jain
2013-04-05  5:54 ` [PATCH 2/9] btrfs-progs: no pending balance is not an error Anand Jain
2013-04-12 15:57   ` David Sterba
2013-04-15  2:22     ` Anand Jain
2013-04-05  5:54 ` [PATCH 3/9] btrfs-progs: mkfs should first check all disks before writing to a disk Anand Jain
2013-04-12 16:06   ` David Sterba
2013-04-15  6:47     ` Anand Jain
2013-04-05  5:54 ` [PATCH 4/9] btrfs-progs: check if btrfs kernel module is loaded Anand Jain
2013-04-10  8:23   ` [PATCH 4/9 v2] " Anand Jain
2013-04-12 16:23     ` David Sterba
2013-04-15  7:14       ` Anand Jain
2013-04-05  5:54 ` [PATCH 5/9] [RESEND] btrfs-progs: delete unused function get_mountpt Anand Jain
2013-04-05  5:55 ` [PATCH 6/9] btrfs-progs: mkfs stdout print to match chronology Anand Jain
2013-04-05  5:55 ` [PATCH 7/9] btrfs-progs: cmd replace should check target-dev fully Anand Jain
2013-04-05  5:55 ` [PATCH 8/9] btrfs-progs: btrfs-select-super output is confusing when it fails Anand Jain
2013-04-05  5:55 ` [PATCH 9/9] btrfs-progs: fix btrfs scrub start help Anand Jain
2013-04-05  9:05   ` Stefan Behrens
2013-04-08  2:09   ` [PATCH 9/9 v2] " Anand Jain
2013-04-08  2:20   ` [PATCH 9/9 v3] " Anand Jain
2013-04-11  9:58 ` [PATCH] btrfs-progs: avoid ioctl for multipath-dev with its non-multipath path Anand Jain
2013-04-15  6:38 ` [PATCH 00/11 v2] a bunch of miscellaneous bug fixes Anand Jain
2013-04-15  6:38   ` [PATCH 01/11, RESEND] btrfs-progs: root_item generation_v2 is out of sync after btrfsck Anand Jain
2013-04-21 23:09     ` Eric Sandeen
2013-04-15  6:38   ` [PATCH 02/11, RESEND] btrfs-progs: no pending balance is not an error Anand Jain
2013-04-15  6:44     ` [PATCH 02/11, v2] " Anand Jain
2013-04-16  4:58       ` [PATCH 02/11 v3] " Anand Jain
2013-04-15 16:21     ` [PATCH 02/11, RESEND] " David Sterba
2013-04-16  5:02       ` Anand Jain
2013-04-15  6:38   ` [PATCH 03/11 v2] btrfs-progs: mkfs should first check all disks before writing to a disk Anand Jain
2013-04-15  6:38   ` [PATCH 04/11 v2] btrfs-progs: cmd replace should check target-dev fully Anand Jain
2013-04-15  6:38   ` [PATCH 05/11, RESEND] btrfs-progs: mkfs stdout print to match chronology Anand Jain
2013-04-15  6:38   ` [PATCH 06/11, v2] btrfs-progs: check if btrfs kernel module is loaded Anand Jain
2013-04-15  7:11     ` [PATCH 06/11 v3] " Anand Jain
2013-04-15  6:38   ` [PATCH 07/11, RESEND] btrfs-progs: delete unused function get_mountpt Anand Jain
2013-04-15  6:38   ` [PATCH 08/11, RESEND] btrfs-progs: btrfs-select-super output is confusing when it fails Anand Jain
2013-04-15  6:38   ` [PATCH 09/11, RESEND] btrfs-progs: fix btrfs scrub start help Anand Jain
2013-04-15  6:38   ` [PATCH 10/11, RESEND] btrfs-progs: avoid ioctl for multipath-dev with its non-multipath path Anand Jain
2013-04-15  6:38   ` [PATCH 11/11, RESEND] btrfs-progs: a copy of superblock is zero may not mean btrfs is not there Anand Jain
2013-04-16 12:15   ` [PATCH 00/11 v2] a bunch of miscellaneous bug fixes David Sterba

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.