Re: Reiser4 pokes into R3

2005-04-07 Thread Vladimir Saveliev
Hello On Wed, 2005-04-06 at 21:47, Jan Engelhardt wrote: > [please Cc, i'm not subscribed atm] > > Hello list, > > > after I started using a loop-mounted reiser4 fs, I was getting > > ReiserFS: hda1: warning: clm-2100: nesting info a different FS > would you try to see whether the attached p

[patch 1/1] reiserfs: make resize option auto-get new device size

2005-04-07 Thread blaisorblade
Cc: <[EMAIL PROTECTED]>, , <[EMAIL PROTECTED]> It's trivial for the resize option to auto-get the underlying device size, while it's harder for the user. I've copied the code from jfs. Since of the different reiserfs option parser (which does not use the superior match_token used by almost every

Re: Mask moderation policy

2005-04-07 Thread Nate Diller
Hans Reiser wrote: Nate, give them the code, and use the latest text we wrote for the moderation policy guidelines. Ok guys, if you want the patch (and weren't clever/motivated enough to find it from the security_mask page source ;), go to www.namesys.com/mask/linux-2.6.12-rc1-mm1/maskb6.patch

Re: Reiser4/2.6.11 dbench hang

2005-04-07 Thread Christian Mayrhuber
David Masover schrieb: sergey ivanov wrote: So how about this deadlock? Is there any expectation about fix for it? Wbr, Sergey. Christian Mayrhuber wrote: Vladimir Saveliev schrieb: This problem is fixed, but running your test during several hours caused reiser4 crash. It just happened,

Re: Mask moderation policy

2005-04-07 Thread Hans Reiser
Nate, give them the code, and use the latest text we wrote for the moderation policy guidelines.

Re: testing compression in reiserfs4.1

2005-04-07 Thread Edward Shishkin
[EMAIL PROTECTED] wrote: I was long looking for a Linux filesystem that would support r/w transparent compression. jffs2 is stable, but is dedicated to flash devices mainly, and hence the maximum size of this filesystem is 4 GB. ext2 + compression patches does not work with 2.6 kernels, has no jo

Re: What does reiserfs_do_truncate do?

2005-04-07 Thread Vladimir Saveliev
Hello On Thu, 2005-04-07 at 10:31, Kathy KN (HK) wrote: > Good day all, > > I know that reiserfs_do_truncate is used to truncate > the tails of arbitrary files, but what does truncation > really do? reiserfs stores files as a set of items in a filesystem tree which is built of disk blocks. rei

testing compression in reiserfs4.1

2005-04-07 Thread mangoo
I was long looking for a Linux filesystem that would support r/w transparent compression. jffs2 is stable, but is dedicated to flash devices mainly, and hence the maximum size of this filesystem is 4 GB. ext2 + compression patches does not work with 2.6 kernels, has no journaling (it's ext2, a

reiser4: mv changes mtime ?

2005-04-07 Thread Mickael Marchand
Hi, I am giving a shot at reiser4 to make rsync snapshots backups (using hard links and incremental rsync). this works definitely great apart from 2 minor bugs :) 1 : it seems that mv directory/ directory2/ changes the mtime of the directory. This is not the case with reiser3. Is this intentional

Mask moderation policy

2005-04-07 Thread Nate Diller
In accordance with the DARPA security masking proposal located at www.namesys.com/blackbox_security.html, we have constructed a moderation policy for future construction of masks. Full details on the goals of the project can be found at the URL above, and we are perhaps two weeks away from an

Re: Novice question

2005-04-07 Thread Vladimir Saveliev
Hello On Thu, 2005-04-07 at 02:07, Nikita Danilov wrote: > Nate Diller <[EMAIL PROTECTED]> writes: > > > > > Node: Implemented as a file system block, the basic unit for the tree. > > On x86, a node is 4KiB in size, however, there is no restriction on > > it's size (is that true?), and there is n