public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Announcing Journaled File System (JFS) release 1.0.0 available
@ 2001-06-28 21:12 Yaacov Akiba Slama
  2001-06-28 21:21 ` Alan Cox
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Yaacov Akiba Slama @ 2001-06-28 21:12 UTC (permalink / raw)
  To: linux-kernel

Hi,
 From what I understand from Linus's mail to lkml, there is a difference 
between JFS and XFS:
JFS doesn't require any modifications to existing code, its only an 
addition.
XFS on the contrary is far more intrusive.
So it seems that even if JFS is less complete than XFS (no ACL, quotas 
for instance), and even if it is less robust (I don't know if it is, I 
only used so far XFS and ext3 -with success), its inclusion in current 
kernel is a lot easier and I don't see any (technical) reason for not 
including it.
I don't think ext3 will have difficulties to be included in the kernel 
because a) the guys working on it are lk veterans and b) Redhat (VA 
also) is already including it in its kernels (rawhide AND 7.1 update).
So I only hope that the smart guys at SGI find a way to prepare the 
patches the way Linus loves because now the file 
"patch-2.4.5-xfs-1.0.1-core" (which contains the modifs to the kernel 
and not the new files) is about 174090 bytes which is a lot.

YA


*Kervin Pierre* (/ kpierre@fit.edu/ <mailto:kpierre@fit.edu> ) wrote :

Hello,

Question.

Are there plans to include JFS and XFS in the kernel?

Both those projects have been declared stable by their development
teams, and I'm guessing they can now be included as experimental, just
as reiser has been.

Just curious,
-Kervin

Steve Best wrote:
/> /
/> June 28, 2001:/
/> /
/> IBM is pleased to announce the v 1.0.0 release of the open source/
/> Journaled File System (JFS), a high-performance, and scalable file/
/> system for Linux./
/> /
/> http://oss.software.ibm.com/jfs /
/> /
/> JFS is widely recognized as an industry-leading high-performance file/
/> system, providing rapid recovery from a system power outage or crash/
/> and the ability to support extremely large disk configurations. The/
/> open source JFS is based on proven journaled file system technology/
/> that is available in a variety of operating systems such as AIX and/
/> OS/2./
/> /
/> JFS was open sourced under the GNU General Public License with release/
/> v 0.0.1 on February 2. 2000 and has matured with help and support of the/
/> open source community and its "Enterprise ready" release today is due/
/> to joint work between the JFS team and the community. Following the/
/> development style of "Release Early, Release Often" the JFS open source/
/> project has seen 37 interim releases as part of the process./
/> /
/> The open source JFS for Linux v 1.0.0 is released for the Linux 2.4.x/
/> kernel and offers the following advanced features:/
/> /
/> * Fast recovery after a system crash or power outage/
/> /
/> * Journaling for file system integrity/
/> /
/> * Journaling of meta-data only/
/> /
/> * Extent-based allocation/
/> /
/> * Excellent overall performance/
/> /
/> * 64 bit file system/
/> /
/> * Built to scale. In memory and on-disk data structures are designed to/
/> scale beyond practical limit/
/> /
/> * Designed to operate on SMP hardware and also a great file system for/
/> your workstation/
/> /
/> * Completely free of prerequisite kernel changes (easy integration path/
/> into the kernel source tree)/
/> /
/> * Detailed Howto for creating a system with JFS as the /boot and /root/
/> file system using lilo/
/> /
/> * Complete set of file system utilities/
/> /
/> * On-disk compatibility with OS/2 JFS file systems/
/> /
/> The JFS Team (Barry Arndt, Steve Best, Dave Kleikamp)/
/> /
/> -/
/> To unsubscribe from this list: send the line "unsubscribe 
linux-kernel" in/
/> the body of a message to majordomo@vger.kernel.org/
/> More majordomo info at http://vger.kernel.org/majordomo-info.html /
/> Please read the FAQ at http://www.tux.org/lkml/ /
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
------------------------------------------------------------------------


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Announcing Journaled File System (JFS) release 1.0.0 available
@ 2001-06-29 13:01 Martin Knoblauch
  0 siblings, 0 replies; 13+ messages in thread
From: Martin Knoblauch @ 2001-06-29 13:01 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org; +Cc: sbest

Hi,

 first of all congratulations for finishing the initial first release.
Some questions, just out of curiosity:


>* Fast recovery after a system crash or power outage 
>
>* Journaling for file system integrity 
>
>* Journaling of meta-data only 
>

 does this mean JSF/Linux always journals only the meta-data, or is that
an option?
Does it perform full data-journaling under AIX?

>* Extent-based allocation 
>
>* Excellent overall performance 
>
>* 64 bit file system 
>
>* Built to scale. In memory and on-disk data structures are designed to 
>  scale beyond practical limit 

 Is this scaling only for size, or also for performance (many disks on
many controllers) like XFS (at least on SGI iron)?

Thanks
Martin
-- 
------------------------------------------------------------------
Martin Knoblauch         |    email:  Martin.Knoblauch@TeraPort.de
TeraPort GmbH            |    Phone:  +49-89-510857-309
C+ITS                    |    Fax:    +49-89-510857-111
http://www.teraport.de   |    Mobile: +49-170-4904759

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Announcing Journaled File System (JFS)  release 1.0.0 available
@ 2001-06-28 14:22 Steve Best
  2001-06-28 15:52 ` Daniel Phillips
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Steve Best @ 2001-06-28 14:22 UTC (permalink / raw)
  To: linux-fsdevel, linux-kernel

June 28, 2001:

IBM is pleased to announce the v 1.0.0 release of the open source
Journaled File System (JFS), a high-performance, and scalable file
system for Linux.

http://oss.software.ibm.com/jfs

JFS is widely recognized as an industry-leading high-performance file
system, providing rapid recovery from a system power outage or crash
and the ability to support extremely large disk configurations. The
open source JFS is based on proven journaled file system technology
that is available in a variety of operating systems such as AIX and
OS/2.

JFS was open sourced under the GNU General Public License with release
v 0.0.1 on February 2. 2000 and has matured with help and support of the
open source community and its "Enterprise ready" release today is due
to joint work between the JFS team and the community. Following the
development style of "Release Early, Release Often" the JFS open source
project has seen 37 interim releases as part of the process.

The open source JFS for Linux v 1.0.0 is released for the Linux 2.4.x
kernel and offers the following advanced features:

* Fast recovery after a system crash or power outage

* Journaling for file system integrity

* Journaling of meta-data only

* Extent-based allocation

* Excellent overall performance

* 64 bit file system

* Built to scale. In memory and on-disk data structures are designed to
  scale beyond practical limit

* Designed to operate on SMP hardware and also a great file system for
  your workstation

* Completely free of prerequisite kernel changes (easy integration path
  into the kernel source tree)

* Detailed Howto for creating a system with JFS as the /boot and /root
  file system using lilo

* Complete set of file system utilities

* On-disk compatibility with OS/2 JFS file systems

The JFS Team (Barry Arndt, Steve Best, Dave Kleikamp)






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

end of thread, other threads:[~2001-06-29 13:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-28 21:12 Announcing Journaled File System (JFS) release 1.0.0 available Yaacov Akiba Slama
2001-06-28 21:21 ` Alan Cox
2001-06-28 21:43 ` Steve Lord
2001-06-29  4:53   ` Yaacov Akiba Slama
2001-06-28 23:08 ` Luigi Genoni
2001-06-28 23:23   ` james rich
2001-06-28 23:32     ` Luigi Genoni
  -- strict thread matches above, loose matches on Subject: below --
2001-06-29 13:01 Martin Knoblauch
2001-06-28 14:22 Steve Best
2001-06-28 15:52 ` Daniel Phillips
2001-06-28 22:52   ` Daniel Phillips
2001-06-28 16:02 ` Kervin Pierre
2001-06-29 13:33 ` Aaron Lehmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox