All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Masover <ninja@slaphack.com>
To: Payal Rathod <payal-fs@scriptkitchen.com>
Cc: Hans Reiser <reiser@namesys.com>, reiserfs-list@namesys.com
Subject: Re: somewhat OT query on journalling
Date: Fri, 21 Jul 2006 13:54:41 -0500	[thread overview]
Message-ID: <44C122F1.7000109@slaphack.com> (raw)
In-Reply-To: <20060721124518.GA1977@tranquility.scriptkitchen.com>

Payal Rathod wrote:
> On Wed, Jul 19, 2006 at 01:28:38PM -0700, Hans Reiser wrote:
>> V3 defaults to metadata only, V4 does data also because we can do it
>> without performance loss.
> 
> wwwwwwowwwww!!! 

Don't get too excited -- the transactions probably aren't done yet. 
Without those, no filesystem that claims to journal data is really any 
better than a filesystem which only journals metadata.  Even once they 
are implemented (or even if they are already), applications have to 
support them directly.

Regarding transactions in general, you should probably look for some 
papers or tutorials for how they are implemented in databases.  You 
might also read the Reiser4 whitepaper for an idea of how they could be 
implemented in a filesystem.

But no transactional system will work unless applications at least know 
about it.  This is why apps currently rely on features that are known to 
be atomic in a filesystem.  For instance, look at maildirs -- they are 
effectively 100% data journaled on any filesystem that journals metadata 
properly.

>> reiserfs does not use inodes at all.  see our website for more.
> 
> Any particular page you are referring to? I didn't see a page for that 
> there.

Front page of Namesys.com has the Reiser4 whitepaper.  It's a bit out of 
date, as some features still listed for 4.0 have been pushed to 4.1 or 
later, but I don't think the overall plan has changed.

  reply	other threads:[~2006-07-21 18:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-19 15:27 somewhat OT query on journalling Payal Rathod
2006-07-19 17:30 ` Toby Thain
2006-07-19 17:30   ` Toby Thain
2006-07-19 19:09     ` David Masover
2006-07-19 19:19 ` David Masover
2006-07-19 20:28 ` Hans Reiser
2006-07-21 12:45   ` Payal Rathod
2006-07-21 18:54     ` David Masover [this message]
2006-07-21 21:26       ` Andreas Schäfer
2006-07-21 21:53         ` David Masover
2006-07-22  0:54           ` Hans Reiser

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44C122F1.7000109@slaphack.com \
    --to=ninja@slaphack.com \
    --cc=payal-fs@scriptkitchen.com \
    --cc=reiser@namesys.com \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.