All of lore.kernel.org
 help / color / mirror / Atom feed
* call for testers. reiserfs_file_write() implementation.
@ 2002-08-14 14:49 Oleg Drokin
  2002-08-15  2:46 ` compatibility of 2.4.20-pre2/.19.pending & data-logging ? Manuel Krause
  0 siblings, 1 reply; 5+ messages in thread
From: Oleg Drokin @ 2002-08-14 14:49 UTC (permalink / raw)
  To: reiserfs-list

Hello!

    After some time of development and internal testing, I am releasing
    this in public (obviously before pushing it to Marcelo).
    There are two patches at
    ftp://ftp.namesys.com/pub/reiserfs-for-2.4/2.4.19.pending/testing
    These implement reiserfs_file_write() support (patches are against
    2.4.20-pre2) that should speedup writes for those applications
    that actually care about st_blksize content of stat(2) output.
    (including cp and dd of course)
    Before submittig these to Marcelo we'd like to get more wide testing,
    of course. So if you can try these and report any problems, that
    would be very much appreciated.
    Also first patch considerably speedups hole creation (I remember report
    about creating 128G empty file was taking ages, this should fix this).
    
    Please note that these patches are not compatible with Chris Mason's
    datalogging patches, though we will do a merge later of course.

Bye,
    Oleg

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

* compatibility of 2.4.20-pre2/.19.pending & data-logging ?
  2002-08-14 14:49 call for testers. reiserfs_file_write() implementation Oleg Drokin
@ 2002-08-15  2:46 ` Manuel Krause
  2002-08-15  4:56   ` Oleg Drokin
  0 siblings, 1 reply; 5+ messages in thread
From: Manuel Krause @ 2002-08-15  2:46 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: Dieter Nützel, Chris Mason, reiserfs-list

On 08/14/2002 04:49 PM, Oleg Drokin wrote:
> Hello!
> 
>     After some time of development and internal testing, I am releasing
>     this in public (obviously before pushing it to Marcelo).
>     There are two patches at
>     ftp://ftp.namesys.com/pub/reiserfs-for-2.4/2.4.19.pending/testing
>     These implement reiserfs_file_write() support (patches are against
>     2.4.20-pre2) that should speedup writes for those applications
>     that actually care about st_blksize content of stat(2) output.
>     (including cp and dd of course)
>     Before submittig these to Marcelo we'd like to get more wide testing,
>     of course. So if you can try these and report any problems, that
>     would be very much appreciated.
>     Also first patch considerably speedups hole creation (I remember report
>     about creating 128G empty file was taking ages, this should fix this).
>     
>     Please note that these patches are not compatible with Chris Mason's
>     datalogging patches, though we will do a merge later of course.
> 
> Bye,
>     Oleg
> 

Sorry, Oleg, Dieter, Chris & others,

for "re-threading",

are the introduced patches in 2.4.20-pre2 and/or 2.4.19.pending 
compatible with Chris' patches? I didn't give them or 2.4.20-pre2 a try, 
so far.

Am I right to better wait until Chris is back and updates his 
data-logging stuff for the actual pre-kernel, namesys-patches and more - 
wait for the outstanding merge?? Anyone having experiences yet?

Thank you and best regards,


Manuel


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

* Re: compatibility of 2.4.20-pre2/.19.pending & data-logging ?
  2002-08-15  2:46 ` compatibility of 2.4.20-pre2/.19.pending & data-logging ? Manuel Krause
@ 2002-08-15  4:56   ` Oleg Drokin
  2002-08-15 15:33     ` Chris Mason
  2002-08-15 15:53     ` reiserfs vs NTFS for large amount of small file transactions darren
  0 siblings, 2 replies; 5+ messages in thread
From: Oleg Drokin @ 2002-08-15  4:56 UTC (permalink / raw)
  To: Manuel Krause; +Cc: Dieter N?tzel, Chris Mason, reiserfs-list

Hello!

On Thu, Aug 15, 2002 at 04:46:24AM +0200, Manuel Krause wrote:

> are the introduced patches in 2.4.20-pre2 and/or 2.4.19.pending 
> compatible with Chris' patches? I didn't give them or 2.4.20-pre2 a try, 
> so far.

The core code is still compatible with what's went into 2.4.20-pre2, but options
parser code have changed.
reiserfs_file_write() inplementation is not compatible with datalogging
patches.

> Am I right to better wait until Chris is back and updates his 
> data-logging stuff for the actual pre-kernel, namesys-patches and more - 
> wait for the outstanding merge?? Anyone having experiences yet?

You won't be able to use data-logging stuff with 2.4.20-pre2, until Cris will
make a merge.

Bye,
    Oleg

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

* Re: compatibility of 2.4.20-pre2/.19.pending & data-logging ?
  2002-08-15  4:56   ` Oleg Drokin
@ 2002-08-15 15:33     ` Chris Mason
  2002-08-15 15:53     ` reiserfs vs NTFS for large amount of small file transactions darren
  1 sibling, 0 replies; 5+ messages in thread
From: Chris Mason @ 2002-08-15 15:33 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: Manuel Krause, Dieter N?tzel, reiserfs-list

On Thu, 2002-08-15 at 00:56, Oleg Drokin wrote:

> > Am I right to better wait until Chris is back and updates his 
> > data-logging stuff for the actual pre-kernel, namesys-patches and more - 
> > wait for the outstanding merge?? Anyone having experiences yet?
> 
> You won't be able to use data-logging stuff with 2.4.20-pre2, until Cris will
> make a merge.

Right, and that probably won't happen until early next week. 

-chris



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

* reiserfs vs NTFS for large amount of small file transactions
  2002-08-15  4:56   ` Oleg Drokin
  2002-08-15 15:33     ` Chris Mason
@ 2002-08-15 15:53     ` darren
  1 sibling, 0 replies; 5+ messages in thread
From: darren @ 2002-08-15 15:53 UTC (permalink / raw)
  To: 'reiserfs-list'

Hi all,

I am doing a school project that requires me to constantly move a large
number (100,000 to 300,000) of files from 1 server to 4 desktops.

I am currently doing it in NTFS, and the result was not too good.

Last week, I did that same thing using a linux box running ext3fs, and
the result was worse!

People in the other newsgroup told me to try reiserfs and that's why I
am here.

Are there any benchmarks of reiserfs vs ntfs?

Do you all think reiserfs is suitable for my use?

Regards
darren


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

end of thread, other threads:[~2002-08-15 15:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-14 14:49 call for testers. reiserfs_file_write() implementation Oleg Drokin
2002-08-15  2:46 ` compatibility of 2.4.20-pre2/.19.pending & data-logging ? Manuel Krause
2002-08-15  4:56   ` Oleg Drokin
2002-08-15 15:33     ` Chris Mason
2002-08-15 15:53     ` reiserfs vs NTFS for large amount of small file transactions darren

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.