[PATCH] btrfs-progs: Add a rule to build a static mkfs.btrfs

2013-03-11 Thread Antoine Sirinelli
Static mkfs.btrfs can be used to "bootstrap" a system from a live CD which does not provide mkfs.btrfs. The executable produced is named mkfs.btrfs.static and built by invoking the "static" make rule. Signed-off-by: Antoine Sirinelli --- Makefile |9 +++-- 1 file c

Re: Oops with a "degraded" volume

2012-09-17 Thread Antoine Sirinelli
On Mon, Sep 17, 2012 at 02:46:00PM +0800, Liu Bo wrote: > On 09/15/2012 10:17 PM, Antoine Sirinelli wrote: > > I have experienced a very reproducible Oops within the btrfs driver. On > > a linux 3.5.4, if I mount a volume with the option "degraded" because > > one of

Oops with a "degraded" volume

2012-09-15 Thread Antoine Sirinelli
Hi, I have experienced a very reproducible Oops within the btrfs driver. On a linux 3.5.4, if I mount a volume with the option "degraded" because one of the device is missing, I would get an Oops when I unmount it (or even before). You can see attached the kernel log. Here is how I create my btrf