[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b6a2187b0905080222r53c7ed80s6d2ff91d386cd963@mail.gmail.com>
Date: Fri, 8 May 2009 17:22:26 +0800
From: Jeff Chua <jeff.chua.linux@...il.com>
To: Chris Mason <chris.mason@...cle.com>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [GIT PULL] Btrfs updates for 2.6.30-rc
On Tue, Apr 28, 2009 at 2:05 AM, Chris Mason <chris.mason@...cle.com> wrote:
> Hello everyone,
>
> The master branch of:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
>
> Has a few btrfs bug fixes, performance fixes and a few cleanups. The
> highlights are some code from Josef Bacik to for metadata block group
> preallocation, which will help cut down on the chances of metadata
> enospc.
Chris,
Any chance to create a btrfs partition less than 256MB? I'm looking at
using btrfs when it's stable enough for all partitions rather than
some btrfs and smaller ones non-btrfs. Currently, reiserfs/reiser4
supports smaller than 100MB which is good for testing.
in btrfs-progs-0.18/mkfs.c ...
if (block_count < 256*1024*1024) {
fprintf(stderr, "File system size "
"%llu bytes is too small, "
"256M is required at least\n",
block_count);
exit(1);
}
Also, would it be possible when creating a 300MB partition for "df" to
display "50MB free" instead of "300MB free"?
Thanks,
Jeff.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists