* when is it decided that extent pointer is to be created in reiser4
@ 2005-02-21 17:26 Pallavi Dalya
2005-02-21 18:24 ` Hans Reiser
0 siblings, 1 reply; 2+ messages in thread
From: Pallavi Dalya @ 2005-02-21 17:26 UTC (permalink / raw)
To: reiser-list mailing
hello,
as far as i know tree based file systems use
extents for managing free space. does reiser4 use a
bitmap based method or extents to keep track of used
and free blocks.
another issue is that when i tried storing a
small file an extent pointer was created for the file
which was also the case for a large file. but to my
knowledge extent pointers are created for large files
and in some file systems there is a fixed limit to the
file size after which it is assigned an extent
pointer.
wat is the policy used in reiser4 to decide which
files should be stored using extent pointers and which
should not.
also from what i have observed each file has a
unique key representing it in reiser4. is there any
specific key generation algorithm for file names and
if yes where could i find it. is it possible that
instead of passing single file names to the key
generation algorithms we could pass the entire path to
generate a unique key.
________________________________________________________________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: when is it decided that extent pointer is to be created in reiser4
2005-02-21 17:26 when is it decided that extent pointer is to be created in reiser4 Pallavi Dalya
@ 2005-02-21 18:24 ` Hans Reiser
0 siblings, 0 replies; 2+ messages in thread
From: Hans Reiser @ 2005-02-21 18:24 UTC (permalink / raw)
To: Pallavi Dalya; +Cc: reiser-list mailing
Pallavi Dalya wrote:
>hello,
>
> as far as i know tree based file systems use
>extents for managing free space. does reiser4 use a
>bitmap based method or extents to keep track of used
>and free blocks.
>
>
bitmap.
> another issue is that when i tried storing a
>small file an extent pointer was created for the file
>which was also the case for a large file. but to my
>knowledge extent pointers are created for large files
>and in some file systems there is a fixed limit to the
>file size after which it is assigned an extent
>pointer.
>
>
we store in formatted nodes until the file reaches ~16k in size.
>wat is the policy used in reiser4 to decide which
>files should be stored using extent pointers and which
>should not.
> also from what i have observed each file has a
>unique key representing it in reiser4. is there any
>specific key generation algorithm for file names and
>if yes where could i find it. is it possible that
>instead of passing single file names to the key
>generation algorithms we could pass the entire path to
>generate a unique key.
>
>
If you have a limit on the path length, or you make keys variable in
length, yes.
>________________________________________________________________________
>Yahoo! Messenger - Communicate instantly..."Ping"
>your friends today! Download Messenger Now
>http://uk.messenger.yahoo.com/download/index.html
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-02-21 18:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-21 17:26 when is it decided that extent pointer is to be created in reiser4 Pallavi Dalya
2005-02-21 18:24 ` Hans Reiser
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.