From: Jeff Mahoney <jeffm@suse.com>
To: mingz@ele.uri.edu
Cc: "Vladimir V. Saveliev" <vs@namesys.com>,
reiserfs <reiserfs-list@namesys.com>
Subject: Re: reiser fs slow on mksf and mount
Date: Mon, 29 Aug 2005 10:51:17 -0400 [thread overview]
Message-ID: <431320E5.3030408@suse.com> (raw)
In-Reply-To: <1125326490.5544.56.camel@localhost.localdomain>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ming Zhang wrote:
> On Mon, 2005-08-29 at 10:26 -0400, Jeff Mahoney wrote:
> No. Block size is the declared filesystem blocksize, not the hardware
> sector size. It must be a power of 2, and 512-8192 bytes. The "standard"
> filesystem blocksize is 4k. If you've declared your block size as 512
> bytes (using mkreiserfs -b 512), that would certainly be another source
> of performance issues.
>
>> so 1 block per bit, thus (blocksize * 8) block per block.
Exactly.
>> since that is a newly formatted fs, there is no journal to replay.
>> because that FS is big with 3.2TB, if bitmap is not continuous on disks,
>> then the read is like a random read to read around total ~100MB 4K piece
>> from disk. so this is why it is slow?
I need to look into this some more, but I suspect it may be related to
congestion avoidance. The requests don't bind up in waiting for the data
to come back, but, rather, allocating the request in the first place.
>> any way to store these bitmap together?
The "old" reiserfs disk format did exactly that. However, the gain
realized (if any, see above) at mount time is quickly lost when the
filesystem can no longer be dynamically expanded/shrunk, and if the
bitmaps are actually read on-demand, then it causes needless seeks to
the "bitmap secion."
- -Jeff
- --
Jeff Mahoney
SuSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFDEyDlLPWxlyuTD7IRArjZAJoCxQCJ8Qs4AM1OQZEJIhz1BvYwDQCeIRk+
VvRxXcyH1puW2vq1xDYygL0=
=FVcM
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2005-08-29 14:51 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-26 16:45 reiser fs slow on mksf and mount Ming Zhang
2005-08-26 17:04 ` Vladimir V. Saveliev
2005-08-26 17:08 ` Ming Zhang
2005-08-26 17:15 ` Ming Zhang
2005-08-26 17:32 ` Vladimir V. Saveliev
2005-08-26 18:07 ` Ming Zhang
2005-08-26 18:16 ` Ming Zhang
2005-08-27 19:29 ` Jeff Mahoney
2005-08-27 21:45 ` Christian Iversen
2005-08-27 21:55 ` David Masover
2005-08-29 19:44 ` Hans Reiser
2005-08-27 22:54 ` Ming Zhang
2005-08-29 15:07 ` Jeff Mahoney
2005-08-27 22:53 ` Ming Zhang
2005-08-28 0:01 ` Jeff Mahoney
2005-08-28 15:40 ` Ming Zhang
2005-08-28 18:44 ` Jeff Mahoney
2005-08-29 12:39 ` Ming Zhang
2005-08-29 14:26 ` Jeff Mahoney
2005-08-29 14:41 ` Ming Zhang
2005-08-29 14:51 ` Jeff Mahoney [this message]
2005-08-29 15:20 ` Ming Zhang
2005-08-29 15:28 ` Jeff Mahoney
2005-08-29 15:37 ` Ming Zhang
2005-08-29 19:40 ` Hans Reiser
2005-08-29 19:44 ` Jeff Mahoney
2005-08-29 19:53 ` Hans Reiser
2005-08-29 16:44 ` Ming Zhang
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=431320E5.3030408@suse.com \
--to=jeffm@suse.com \
--cc=mingz@ele.uri.edu \
--cc=reiserfs-list@namesys.com \
--cc=vs@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.