public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: kconfig's file handling (was: XFS: how to NOT null files on fsck?)
@ 2004-07-14  6:27 Roy Butler
  2004-07-14  6:44 ` Chris Wedgwood
  0 siblings, 1 reply; 3+ messages in thread
From: Roy Butler @ 2004-07-14  6:27 UTC (permalink / raw)
  To: linux-kernel

On Tue, Jul 13, 2004 at 02:31:43PM +0200, Waldo Bastian wrote:
 >
 > The sentiment among filesystem developers seem to be that they don't 
care if
 > they trash files as long as the filesystem itself remains in a consistent
 > state. This kind of dataloss is the result of that attitude, either go
 > complain with them if it bothers you, or use a filesystem that does 
it right.
 >

Exactly.  Don't blame KDE.  Using XFS is equivalent to using 
non-battery-backed NVRAM on an external disk array.  Great if 
performance is _the_ metric and lost results can easily be regenerated 
(like in frame rendering).  By example, if you create a file, write to 
it, and then delete it fast enough, it will never hit the disk under XFS.


Roy Butler

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

* Re: kconfig's file handling (was: XFS: how to NOT null files on fsck?)
  2004-07-14  6:27 kconfig's file handling (was: XFS: how to NOT null files on fsck?) Roy Butler
@ 2004-07-14  6:44 ` Chris Wedgwood
  2004-07-14 16:57   ` kconfig's file handling Roy Butler
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Wedgwood @ 2004-07-14  6:44 UTC (permalink / raw)
  To: Roy Butler; +Cc: linux-kernel

On Tue, Jul 13, 2004 at 11:27:50PM -0700, Roy Butler wrote:

> By example, if you create a file, write to it, and then delete it
> fast enough, it will never hit the disk under XFS.

Nor will it under some other filesystems...  and in the above scenario
I'm not sure that matters, why must a temporary file hit the disk at
all?


   --cw

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

* Re: kconfig's file handling
  2004-07-14  6:44 ` Chris Wedgwood
@ 2004-07-14 16:57   ` Roy Butler
  0 siblings, 0 replies; 3+ messages in thread
From: Roy Butler @ 2004-07-14 16:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Chris Wedgwood

Chris,

Chris Wedgwood wrote:
> On Tue, Jul 13, 2004 at 11:27:50PM -0700, Roy Butler wrote:
> 
> 
>>By example, if you create a file, write to it, and then delete it
>>fast enough, it will never hit the disk under XFS.
> 
> 
> Nor will it under some other filesystems...  and in the above scenario
> I'm not sure that matters, why must a temporary file hit the disk at
> all?
> 
> 
>    --cw
> 

Suppose you want to do something with the file's contents before you 
delete it, but the system goes down before you have the chance.  Wasn't 
that the impetus for this thread?  With XFS, the potential for data loss 
is greater; that was my point.  I believe that everyone who pays extra 
for batter-backed I/O caches would agree. :)  Sure, different 
filesystems have their options, but this liability is ingrained in XFS.


Roy

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

end of thread, other threads:[~2004-07-14 16:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-14  6:27 kconfig's file handling (was: XFS: how to NOT null files on fsck?) Roy Butler
2004-07-14  6:44 ` Chris Wedgwood
2004-07-14 16:57   ` kconfig's file handling Roy Butler

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