* Furure of ReiserfsV3? @ 2003-10-29 14:02 Christian Mayrhuber 2003-10-29 14:12 ` Hans Reiser 2003-10-29 14:14 ` Chris Mason 0 siblings, 2 replies; 9+ messages in thread From: Christian Mayrhuber @ 2003-10-29 14:02 UTC (permalink / raw) To: reiserfs-list Hi, if someone looks at the feature matrix of the major filesystems in kernel 2.6.0 it tells you the following: FS data ordered EA ACL Quota sec. labels ext. journal ====================================================================== ext2 N Y Y Y Y N ext3 Y Y Y Y Y Y xfs N N Y Y N Y jfs N N Y ? N Y reiserfs N N N Y N Y (reiserfs) Y* Y** Y** Y N Y * data logging patches by Chris Mason (SuSE) ** EA/ACL patches by Jeff Mahoney (SuSE) The current feature situation does not look great for reiserfs. From my point of view the latest data logging patches seem to behave very solid and are desireable to have in 2.6.x. I have no experience with the EA/ACL patches from Jeff Mahoney, but SuSE uses them for a long time. What can be expected to be seen in reiserfs V3 before reiser4's big time? Or has reiserfs V3 entered a hard feature freeze. -- lg, Chris ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Furure of ReiserfsV3? 2003-10-29 14:02 Furure of ReiserfsV3? Christian Mayrhuber @ 2003-10-29 14:12 ` Hans Reiser 2003-10-29 14:14 ` Chris Mason 1 sibling, 0 replies; 9+ messages in thread From: Hans Reiser @ 2003-10-29 14:12 UTC (permalink / raw) To: Christian Mayrhuber; +Cc: reiserfs-list Christian Mayrhuber wrote: > Hi, > > if someone looks at the feature matrix of the major filesystems in > kernel 2.6.0 it tells you the following: > > FS data ordered EA ACL Quota sec. labels ext. journal > ====================================================================== > ext2 N Y Y Y Y N > ext3 Y Y Y Y Y Y > xfs N N Y Y N Y > jfs N N Y ? N Y > reiserfs N N N Y N Y > (reiserfs) Y* Y** Y** Y N Y > > * data logging patches by Chris Mason (SuSE) > ** EA/ACL patches by Jeff Mahoney (SuSE) > > The current feature situation does not look great for reiserfs. > From my point of view the latest data logging patches seem to behave > very solid and are desireable to have in 2.6.x. > I have no experience with the EA/ACL patches from Jeff Mahoney, but > SuSE uses them for a long time. We got bug reports for EA/ACLs. I don't know what the status is of the fixes for them because we don't support them. SUSE does. > > What can be expected to be seen in reiserfs V3 before reiser4's big > time? Or has reiserfs V3 entered a hard feature freeze. V3 is in feature freeze. Use it, it won't break as a result of a new feature being added to it next month. The data logging patches are probably the last significant change that will go into the vanilla kernel (and I would have preferred that they go in quite some time ago but.....) New features are in V4. It will be stable "real soon now". ;-) -- Hans ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Furure of ReiserfsV3? 2003-10-29 14:02 Furure of ReiserfsV3? Christian Mayrhuber 2003-10-29 14:12 ` Hans Reiser @ 2003-10-29 14:14 ` Chris Mason 2003-10-29 14:31 ` Christian Mayrhuber 1 sibling, 1 reply; 9+ messages in thread From: Chris Mason @ 2003-10-29 14:14 UTC (permalink / raw) To: Christian Mayrhuber; +Cc: reiserfs-list On Wed, 2003-10-29 at 09:02, Christian Mayrhuber wrote: > Hi, > > if someone looks at the feature matrix of the major filesystems in > kernel 2.6.0 it tells you the following: > > FS data ordered EA ACL Quota sec. labels ext. journal > ====================================================================== > ext2 N Y Y Y Y N > ext3 Y Y Y Y Y Y > xfs N N Y Y N Y > jfs N N Y ? N Y > reiserfs N N N Y N Y > (reiserfs) Y* Y** Y** Y N Y > > * data logging patches by Chris Mason (SuSE) > ** EA/ACL patches by Jeff Mahoney (SuSE) > > The current feature situation does not look great for reiserfs. > From my point of view the latest data logging patches seem to behave > very solid and are desireable to have in 2.6.x. > I have no experience with the EA/ACL patches from Jeff Mahoney, but > SuSE uses them for a long time. > > What can be expected to be seen in reiserfs V3 before reiser4's big > time? Or has reiserfs V3 entered a hard feature freeze. SuSE is actively porting all of this. Even though I've been saying this for over a year now, it really is happening ;-) Basically as we migrate to 2.6 for our products, we'll be pulling in all the features we added during the 2.4 kernels. v3 has a lot of users, so we've no intention of leaving them behind in the 2.6 series kernels. -chris ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Furure of ReiserfsV3? 2003-10-29 14:14 ` Chris Mason @ 2003-10-29 14:31 ` Christian Mayrhuber 2003-10-28 23:07 ` Thomas Graham ` (2 more replies) 0 siblings, 3 replies; 9+ messages in thread From: Christian Mayrhuber @ 2003-10-29 14:31 UTC (permalink / raw) Cc: reiserfs-list Chris Mason wrote: > On Wed, 2003-10-29 at 09:02, Christian Mayrhuber wrote: > >>Hi, >> >>if someone looks at the feature matrix of the major filesystems in >>kernel 2.6.0 it tells you the following: >> >>FS data ordered EA ACL Quota sec. labels ext. journal >>====================================================================== >>ext2 N Y Y Y Y N >>ext3 Y Y Y Y Y Y >>xfs N N Y Y N Y >>jfs N N Y ? N Y >>reiserfs N N N Y N Y >>(reiserfs) Y* Y** Y** Y N Y >> >>* data logging patches by Chris Mason (SuSE) >>** EA/ACL patches by Jeff Mahoney (SuSE) >> >>The current feature situation does not look great for reiserfs. >> From my point of view the latest data logging patches seem to behave >>very solid and are desireable to have in 2.6.x. >>I have no experience with the EA/ACL patches from Jeff Mahoney, but >>SuSE uses them for a long time. >> >>What can be expected to be seen in reiserfs V3 before reiser4's big >>time? Or has reiserfs V3 entered a hard feature freeze. > > > SuSE is actively porting all of this. Even though I've been saying this > for over a year now, it really is happening ;-) Basically as we migrate > to 2.6 for our products, we'll be pulling in all the features we added > during the 2.4 kernels. > > v3 has a lot of users, so we've no intention of leaving them behind in > the 2.6 series kernels. > > -chris > > Short summary of Hans and Chris Mason: FS data ordered EA ACL Quota sec. labels ext. journal ====================================================================== reiserfs Y N N Y N Y reiserfs_suse Y Y Y Y N Y which is, IMHO, pretty good. Great work developers! -- lg, Chris ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Furure of ReiserfsV3? 2003-10-29 14:31 ` Christian Mayrhuber @ 2003-10-28 23:07 ` Thomas Graham [not found] ` <.192.168.0.99.1067382465.squirrel@sml.dyndns.org> 2003-10-29 16:31 ` Soeren Sonnenburg 2 siblings, 0 replies; 9+ messages in thread From: Thomas Graham @ 2003-10-28 23:07 UTC (permalink / raw) To: reiserfs-list > Chris Mason wrote: >> On Wed, 2003-10-29 at 09:02, Christian Mayrhuber wrote: >> >>>Hi, >>> >>>if someone looks at the feature matrix of the major filesystems in >>>kernel 2.6.0 it tells you the following: >>> >>>FS data ordered EA ACL Quota sec. labels ext. journal >>>====================================================================== >>>ext2 N Y Y Y Y N >>>ext3 Y Y Y Y Y Y >>>xfs N N Y Y N Y >>>jfs N N Y ? N Y >>>reiserfs N N N Y N Y >>>(reiserfs) Y* Y** Y** Y N Y >>> >>>* data logging patches by Chris Mason (SuSE) >>>** EA/ACL patches by Jeff Mahoney (SuSE) >>> >>>The current feature situation does not look great for reiserfs. >>> From my point of view the latest data logging patches seem to behave >>>very solid and are desireable to have in 2.6.x. >>>I have no experience with the EA/ACL patches from Jeff Mahoney, but >>>SuSE uses them for a long time. >>> >>>What can be expected to be seen in reiserfs V3 before reiser4's big >>>time? Or has reiserfs V3 entered a hard feature freeze. >> >> >> SuSE is actively porting all of this. Even though I've been saying this >> for over a year now, it really is happening ;-) Basically as we migrate >> to 2.6 for our products, we'll be pulling in all the features we added >> during the 2.4 kernels. >> >> v3 has a lot of users, so we've no intention of leaving them behind in >> the 2.6 series kernels. >> >> -chris >> >> > > Short summary of Hans and Chris Mason: > > FS data ordered EA ACL Quota sec. labels ext. journal > ====================================================================== > reiserfs Y N N Y N Y > reiserfs_suse Y Y Y Y N Y > > which is, IMHO, pretty good. > Great work developers! > -- > lg, Chris > > huh ?! where could I get the suse patches ?! anyone could point out an address to download please ? Thanks. -- HK Celtic Orchestra leader and coordanator: Thomas Graham Lau Phone number: 852-93239670 (24hours a day, 7days a week non-stop phone) Web site: http://sml.dyndns.org Email: lkthomas@sml.dyndns.org ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <.192.168.0.99.1067382465.squirrel@sml.dyndns.org>]
* Re: Furure of ReiserfsV3? [not found] ` <.192.168.0.99.1067382465.squirrel@sml.dyndns.org> @ 2003-10-29 15:44 ` Christian Mayrhuber [not found] ` <.202.66.40.14.1067446837.squirrel@sml.dyndns.org> 0 siblings, 1 reply; 9+ messages in thread From: Christian Mayrhuber @ 2003-10-29 15:44 UTC (permalink / raw) To: Thomas Graham; +Cc: reiserfs-list Thomas Graham wrote: >>Chris Mason wrote: >> >>>On Wed, 2003-10-29 at 09:02, Christian Mayrhuber wrote: >>> >>> >>>>Hi, >>>> >>>>if someone looks at the feature matrix of the major filesystems in >>>>kernel 2.6.0 it tells you the following: >>>> >>>>FS data ordered EA ACL Quota sec. labels ext. journal >>>>====================================================================== >>>>ext2 N Y Y Y Y N >>>>ext3 Y Y Y Y Y Y >>>>xfs N N Y Y N Y >>>>jfs N N Y ? N Y >>>>reiserfs N N N Y N Y >>>>(reiserfs) Y* Y** Y** Y N Y >>>> >>>>* data logging patches by Chris Mason (SuSE) >>>>** EA/ACL patches by Jeff Mahoney (SuSE) >>>> >>>>The current feature situation does not look great for reiserfs. >>>>From my point of view the latest data logging patches seem to behave >>>>very solid and are desireable to have in 2.6.x. >>>>I have no experience with the EA/ACL patches from Jeff Mahoney, but >>>>SuSE uses them for a long time. >>>> >>>>What can be expected to be seen in reiserfs V3 before reiser4's big >>>>time? Or has reiserfs V3 entered a hard feature freeze. >>> >>> >>>SuSE is actively porting all of this. Even though I've been saying this >>>for over a year now, it really is happening ;-) Basically as we migrate >>>to 2.6 for our products, we'll be pulling in all the features we added >>>during the 2.4 kernels. >>> >>>v3 has a lot of users, so we've no intention of leaving them behind in >>>the 2.6 series kernels. >>> >>>-chris >>> >>> >> >>Short summary of Hans and Chris Mason: >> >>FS data ordered EA ACL Quota sec. labels ext. journal >>====================================================================== >>reiserfs Y N N Y N Y >>reiserfs_suse Y Y Y Y N Y >> >>which is, IMHO, pretty good. >>Great work developers! >>-- >>lg, Chris >> >> > > > huh ?! where could I get the suse patches ?! > anyone could point out an address to download please ? Thanks. Kernel 2.4: Logging + Quota ftp://ftp.suse.com/pub/people/mason/patches/data-logging EA/ACL for 2.4 http://acl.bestbits.at EA/ACL for reiserfs ftp://ftp.suse.com/pub/people/jeffm/reiserfs/aclea or use the SuSE/UnitedLinux Kernel ftp://ftp.suse.com/pub/projects/kernel/UnitedLinux/ -- Mit freundlichen Gruessen, Christian Mayrhuber Osiris Softwareentwicklung KEG Wienerstr. 131 4020 Linz ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <.202.66.40.14.1067446837.squirrel@sml.dyndns.org>]
[parent not found: <3FA10515.4080403@gmx.net>]
* Re: Furure of ReiserfsV3? [not found] ` <3FA10515.4080403@gmx.net> @ 2003-10-30 11:03 ` Thomas Graham [not found] ` <.147.8.44.10.1067511800.squirrel@sml.dyndns.org> 1 sibling, 0 replies; 9+ messages in thread From: Thomas Graham @ 2003-10-30 11:03 UTC (permalink / raw) To: Christian Mayrhuber; +Cc: reiserfs-list Very interesting for your suggestion, does anyone got a benchmark to compare XFS with reiserfs3 for large amount data process ? ( I am talking about 20-30GB data pulling at once ) Thanks > Thomas Graham wrote: >> >> Thanks, does reiserfs4 are stable to use after apply patches ? >> and would it be back port into 2.4.x kernel ? Thanks. > As far as I know reiser4 is currently in Alpha stage and > no one should use it in production systems. > The developers can still crash this filesystem. > > Reiser4 has a plugin architecture which makes it possible to add > features, but it currently has less features than reiser3. > > Reiser4 is currently not even in the official 2.6 kernel series and > to my knowledge Namesys does not plan to backport it to the 2.4 series, > either. > > > My own subjective experience with Linux filesystems on 2.4 is: > ============================================================== > ext2: rock solid, very good performance, best fsck tools, good chances > of data recovery > ext3: stable, good performance, best fsck tools, compatible with ext2 > reiserfs: very stable, excellent performance for small files (proxy > cache, webserver, software developer), no quotas, good fsck > tools, very sensitive to dying hardware > reiserfs + data logging + quota patches: stable, excellent performance > for small files, good fsck > tools, sensitive to dying > hardware > xfs: stable, good performance, excellent performance for large > files, huge feature set, best for samba, good fsck tools, > sensitive to dying hardware > jfs: stable, till 2.4.22 lower performance than other fs, for ibm > converts > -- > lg, Chris > > > -- HK Celtic Orchestra leader and coordanator: Thomas Graham Lau Phone number: 852-93239670 (24hours a day, 7days a week non-stop phone) Web site: http://sml.dyndns.org Email: lkthomas@sml.dyndns.org ^ permalink raw reply [flat|nested] 9+ messages in thread
[parent not found: <.147.8.44.10.1067511800.squirrel@sml.dyndns.org>]
* Re: Furure of ReiserfsV3? [not found] ` <.147.8.44.10.1067511800.squirrel@sml.dyndns.org> @ 2003-11-02 19:07 ` Mike Fedyk 0 siblings, 0 replies; 9+ messages in thread From: Mike Fedyk @ 2003-11-02 19:07 UTC (permalink / raw) To: Thomas Graham; +Cc: Christian Mayrhuber, reiserfs-list On Thu, Oct 30, 2003 at 07:03:20PM +0800, Thomas Graham wrote: > Very interesting for your suggestion, does anyone got a benchmark to > compare XFS with reiserfs3 for large amount data process ? ( I am talking > about 20-30GB data pulling at once ) Thanks XFS Will most likely win that benchmark. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Furure of ReiserfsV3? 2003-10-29 14:31 ` Christian Mayrhuber 2003-10-28 23:07 ` Thomas Graham [not found] ` <.192.168.0.99.1067382465.squirrel@sml.dyndns.org> @ 2003-10-29 16:31 ` Soeren Sonnenburg 2 siblings, 0 replies; 9+ messages in thread From: Soeren Sonnenburg @ 2003-10-29 16:31 UTC (permalink / raw) To: reiserfs-list [...] > Short summary of Hans and Chris Mason: > > FS data ordered EA ACL Quota sec. labels ext. journal > ====================================================================== > reiserfs Y N N Y N Y > reiserfs_suse Y Y Y Y N Y > > which is, IMHO, pretty good. > Great work developers! I would not say that this is pretty good... I wonder why it isnot in 2.6. yet ?! Maybe it will make it for 2.6.x (x<5) ... ? Soeren. ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-11-02 19:07 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-29 14:02 Furure of ReiserfsV3? Christian Mayrhuber
2003-10-29 14:12 ` Hans Reiser
2003-10-29 14:14 ` Chris Mason
2003-10-29 14:31 ` Christian Mayrhuber
2003-10-28 23:07 ` Thomas Graham
[not found] ` <.192.168.0.99.1067382465.squirrel@sml.dyndns.org>
2003-10-29 15:44 ` Christian Mayrhuber
[not found] ` <.202.66.40.14.1067446837.squirrel@sml.dyndns.org>
[not found] ` <3FA10515.4080403@gmx.net>
2003-10-30 11:03 ` Thomas Graham
[not found] ` <.147.8.44.10.1067511800.squirrel@sml.dyndns.org>
2003-11-02 19:07 ` Mike Fedyk
2003-10-29 16:31 ` Soeren Sonnenburg
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.