All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir V. Saveliev" <vs@namesys.com>
To: michael chang <thenewme91@gmail.com>
Cc: Peter Staubach <staubach@redhat.com>,
	Hans Reiser <reiser@namesys.com>,
	reiserfs-list@namesys.com
Subject: Re: journal size reiserfs vs reiser4
Date: Fri, 02 Sep 2005 10:34:55 +0400	[thread overview]
Message-ID: <4317F28F.80704@namesys.com> (raw)
In-Reply-To: <b14e81f005090119283406eafa@mail.gmail.com>

Hello

michael chang wrote:
> On 9/1/05, Peter Staubach <staubach@redhat.com> wrote:
>>Hans Reiser wrote:
>>
>>>Research for filesystems generally says that as you get more than 85%
>>>full the performance goes down, by a lot as you get close to 100%.  5%
>>>is probably too little rather than too much.
>>>
>>Wow.  What is all that space used for? 

Reiser4 allocates log records dynamically. So it has to allocate some disk space even when it is about to remove a file.
Reserved space is used when allocation is required to preform removal operation.
This allows to avoid returning ENOSPC on operations which are usually used to free disk space.

 Other journalling file systems that
>>I have seen have limited things like journals to a much smaller space,
>>expressed in megabytes, and a much smaller number than thought originally.
>>The bigger journals just didn't end up adding to the performance measurably
>>and were just considered to be a waste of space that could be used more
>>usefully.
>>
> 
> Block-allocation efficiency.  Mainly to prevent super extreme
> fragmentation of even the smallest files, and to give enough room to
> do something that looks like repacking/defragmentation.
> 
> If you want to do repacking w/o 15-25%+ free space, then you're pretty
> much looking at the kind of algorithm found in Windows 9x
> (semi-offline defragment, and arrange blocks one at a time); online
> repacking is painful without much free space (often you have to
> repeatedly re consolidate the free space, which kinda messes things
> up).
> 
> Of course, for me personally, Reiser4 will be about 20 times more
> useful if it's a 40 GB disk and I can fill it up to 99% and defragment
> it completely within 12 hours or so, with maybe 10-20 files which are
> 275 MBs in size.  Win XP and sure NTFS couldn't do it, even with
> proprietary defragmenters...
> 


  reply	other threads:[~2005-09-02  6:34 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-01 11:46 journal size reiserfs vs reiser4 Thomas Kuther
2005-09-01 12:48 ` Thomas Kuther
2005-09-01 12:53   ` Vladimir V. Saveliev
2005-09-01 13:03     ` PFC
2005-09-01 13:12       ` Thomas Kuther
2005-09-01 13:05     ` Thomas Kuther
2005-09-01 13:07       ` Peter Staubach
2005-09-01 13:37         ` Vladimir V. Saveliev
2005-09-01 15:25         ` Hans Reiser
2005-09-01 16:06           ` Peter Staubach
2005-09-01 16:23             ` Marcel Hilzinger
2005-09-01 17:03             ` David Masover
2005-09-01 17:27               ` Hans Reiser
2005-09-01 17:36                 ` Peter Staubach
2005-09-01 17:59                   ` Hans Reiser
2005-09-01 18:14                     ` Peter Staubach
2005-09-01 22:17             ` Hans Reiser
2005-09-02  2:28             ` michael chang
2005-09-02  6:34               ` Vladimir V. Saveliev [this message]
2005-09-02  7:19                 ` Hans Reiser
2005-09-02  7:39                   ` PFC
2005-09-02 16:02                     ` michael chang
2005-09-02 17:37                   ` Łukasz Mierzwa
2005-09-02 18:08                     ` Gregory Maxwell
2005-09-02 21:29                   ` Matt Stegman
2005-09-04  1:04                     ` michael chang
2005-09-04  2:38                       ` David Masover
2005-09-04  3:48                         ` Hans Reiser
2005-09-04  9:29                           ` Clemens Eisserer
2005-09-04 16:42                             ` David Masover
2005-09-05 12:16                               ` michael chang
2005-09-05 18:20                                 ` David Masover
2005-09-05 21:24                                   ` michael chang
2005-09-06 13:59                           ` Tom Vier
2005-09-06 20:32                             ` michael chang
2005-09-06 20:45                               ` David Masover
2005-09-06 20:47                                 ` michael chang
2005-09-06 21:03                                   ` David Masover
2005-09-06 23:10                               ` Hans Reiser
2005-09-07  2:48                                 ` Gregory Maxwell
2005-09-07 23:58                                   ` reiser4 merge status Hans Reiser
2005-09-08  0:08                                     ` Andrew Morton
2005-09-06 20:36                             ` journal size reiserfs vs reiser4 Gregory Maxwell
2005-09-06 20:41                               ` michael chang
2005-09-07 14:01                               ` Tom Vier
2005-09-07 20:18                                 ` michael chang
2005-09-05 12:14                       ` michael chang
2005-09-03 10:08           ` Sander
2005-09-03 11:34             ` Pierre Etchemaïté
2005-09-04  0:15             ` Hans Reiser
2005-09-01 13:13       ` Marcel Hilzinger
2005-09-01 13:15         ` Thomas Kuther
2005-09-01 14:08           ` michael chang
2005-09-01 13:13       ` Lexington Luthor
2005-09-01 13:28         ` Thomas Kuther

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=4317F28F.80704@namesys.com \
    --to=vs@namesys.com \
    --cc=reiser@namesys.com \
    --cc=reiserfs-list@namesys.com \
    --cc=staubach@redhat.com \
    --cc=thenewme91@gmail.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.