All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] btrfs-progs: prevent mkfs from aborting with small volume
@ 2013-09-05  6:51 Hidetoshi Seto
  2013-09-05  6:53 ` [PATCH v2 1/3] btrfs-progs: error if device for mkfs is too small Hidetoshi Seto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hidetoshi Seto @ 2013-09-05  6:51 UTC (permalink / raw)
  To: linux-btrfs@vger.kernel.org; +Cc: chris.mason

Here are 3 patches to avoid undesired aborts of mkfs.btrfs.
These are based on top of Chris's btrfs-progs.git:

  git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git

Thanks,
H.Seto


Hidetoshi Seto (3):
      btrfs-progs: error if device for mkfs is too small
      btrfs-progs: error if device have no space to make primary chunks
      btrfs-progs: calculate available blocks on device properly

 ctree.h   |    8 +++++
 mkfs.c    |   23 +++++++++++++
 volumes.c |  104 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 3 files changed, 129 insertions(+), 6 deletions(-)



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

end of thread, other threads:[~2013-09-05  6:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05  6:51 [PATCH v2 0/3] btrfs-progs: prevent mkfs from aborting with small volume Hidetoshi Seto
2013-09-05  6:53 ` [PATCH v2 1/3] btrfs-progs: error if device for mkfs is too small Hidetoshi Seto
2013-09-05  6:55 ` [PATCH v2 2/3] btrfs-progs: error if device have no space to make primary chunks Hidetoshi Seto
2013-09-05  6:57 ` [PATCH v2 3/3] btrfs-progs: calculate available blocks on device properly Hidetoshi Seto

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.