linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [MeeGo-dev] Btrfs as default file system
       [not found]   ` <1273583736.2336.105.camel@sanganak>
@ 2010-05-11 13:18     ` Chris Mason
  2010-05-14 13:47       ` Christian Kujau
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Mason @ 2010-05-11 13:18 UTC (permalink / raw)
  To: Ameya Palande; +Cc: ext Arjan van de Ven, meego-dev, linux-btrfs

On Tue, May 11, 2010 at 04:15:36PM +0300, Ameya Palande wrote:
> Hi Arjan,
> 
> On Tue, 2010-05-11 at 15:03 +0200, ext Arjan van de Ven wrote:
> > On 5/11/2010 4:00, Ameya Palande wrote:
> > > Hi,
> > >
> > > I wanted to know why Btrfs is selected as default file system for MeeGo.
> > > Following text is copied from Btrfs kernel Kconfig option:
> > >
> > > Btrfs filesystem (EXPERIMENTAL) Unstable disk format
> > 
> > the Kconfig text is out of date.
> 
> Thanks for the information :)
> 
> I am CCing this to linux-btrfs so that someone can take a look at this
> text and fix this for 2.6.34 release.
> 
> Can someone update the btrfs kconfig text which says that this file
> system is experimental and on disk format is not yet finalized?

Hi everyone,

It is too late for such a change in 2.6.34, Linus announced the final RC
this week.  But I'll have this queued in my .35 releases.

If meego would like to include a patch for this in their kernel, I'd be
happy to send it along.

-chris


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

* Re: [MeeGo-dev] Btrfs as default file system
  2010-05-11 13:18     ` [MeeGo-dev] Btrfs as default file system Chris Mason
@ 2010-05-14 13:47       ` Christian Kujau
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Kujau @ 2010-05-14 13:47 UTC (permalink / raw)
  To: Chris Mason; +Cc: Ameya Palande, ext Arjan van de Ven, meego-dev, linux-btrfs

On Tue, 11 May 2010 at 09:18, Chris Mason wrote:
> It is too late for such a change in 2.6.34, Linus announced the final RC
> this week.  But I'll have this queued in my .35 releases.

Hm, I'd consider such a Kconfig file change to be cosmetic only and could 
be included during the RC series. Anyway, .35 is probably fine too.

> If meego would like to include a patch for this in their kernel, I'd be
> happy to send it along.

If no-one sends a patch, how about:

  -----------------
  Remove EXPERIMENTAL flag from btrfs and also state that the disk format 
  has indeed been finalized.

  Signed-off-by: Christian Kujau <lists@nerdbynature.de>

diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.txt
index 64087c3..da67070 100644
--- a/Documentation/filesystems/btrfs.txt
+++ b/Documentation/filesystems/btrfs.txt
@@ -12,9 +12,9 @@ number of challenges with scaling to the large storage subsystems that
 are becoming common in today's data centers. Filesystems need to scale
 in their ability to address and manage large storage, and also in
 their ability to detect, repair and tolerate errors in the data stored
-on disk.  Btrfs is under heavy development, and is not suitable for
-any uses other than benchmarking and review. The Btrfs disk format is
-not yet finalized.
+on disk.  Btrfs is under heavy development, but with Linux 2.6.31 the
+Btrfs disk format has been finalized and is not considered experimental
+any more.
 
 The main Btrfs features include:
 
@@ -33,6 +33,7 @@ The main Btrfs features include:
     * Efficient incremental backup and FS mirroring (not yet implemented)
     * Online filesystem defragmentation
 
+Please see https://btrfs.wiki.kernel.org for details on these features.
 
 
 	MAILING LIST
diff --git a/fs/btrfs/Kconfig b/fs/btrfs/Kconfig
index 7bb3c02..cebb197 100644
--- a/fs/btrfs/Kconfig
+++ b/fs/btrfs/Kconfig
@@ -1,16 +1,12 @@
 config BTRFS_FS
-	tristate "Btrfs filesystem (EXPERIMENTAL) Unstable disk format"
-	depends on EXPERIMENTAL
+	tristate "Btrfs filesystem"
 	select LIBCRC32C
 	select ZLIB_INFLATE
 	select ZLIB_DEFLATE
 	help
 	  Btrfs is a new filesystem with extents, writable snapshotting,
-	  support for multiple devices and many more features.
-
-	  Btrfs is highly experimental, and THE DISK FORMAT IS NOT YET
-	  FINALIZED.  You should say N here unless you are interested in
-	  testing Btrfs with non-critical data.
+	  support for multiple devices and many more features. For more
+	  information, please see https://btrfs.wiki.kernel.org.
 
 	  To compile this file system support as a module, choose M here. The
 	  module will be called btrfs.
-- 
BOFH excuse #186:

permission denied

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

end of thread, other threads:[~2010-05-14 13:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1273575646.2336.9.camel@sanganak>
     [not found] ` <4BE95584.7000204@linux.intel.com>
     [not found]   ` <1273583736.2336.105.camel@sanganak>
2010-05-11 13:18     ` [MeeGo-dev] Btrfs as default file system Chris Mason
2010-05-14 13:47       ` Christian Kujau

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).