lkml.org 
[lkml]   [2004]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: silent semantic changes with reiser4
From
Date
Am Donnerstag, den 26.08.2004, 07:42 -0400 schrieb Rik van Riel:

> > > I like cat < a > b. You can keep your progress.
> >
> > cat <a >b does not preserve following file properties even on standard
> > UNIX filesystems: name,owner,group,permissions.
>
> Losing permissions is one thing. Annoying, mostly.
>
> However, actual losing file data during such a copy is
> nothing short of a disaster, IMHO.
>
> In my opinion we shouldn't merge file-as-a-directory
> semantics into the kernel until we figure out how to
> fix the backup/restore problem and keep standard unix
> utilities work.

Well, again, what about xattrs and ACLs...?

Actually, reiser4 doesn't currently implement storage of arbitrary user
data under a file.

It's just some sysfs-like information that can be retrieved, some
properties can be changed. If you copy a file the worst thing that can
happen right now is that you lose the information whether that file
should be encrypted or compressed. You don't lose data.

In case some people are wondering, this is what you can find in the
reiser4 metas:

leto:/home/chtephan/.muttrc/metas > la
insgesamt 1
dr-xr-xr-x 1 chtephan users 0 26. Aug 13:52 .
-rwx------ 1 chtephan users 290 12. Jan 2004 ..
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 bmap
-rw-r--r-- 1 chtephan users 0 26. Aug 13:52 gid
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 items
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 key
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 locality
--w------- 1 chtephan users 0 26. Aug 13:52 new
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 nlink
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 oid
dr-xr-xr-x 1 chtephan users 0 26. Aug 13:52 plugin
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 pseudo
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 readdir
-rw-r--r-- 1 chtephan users 0 26. Aug 13:52 rwx
-r--r--r-- 1 chtephan users 0 26. Aug 13:52 size
-rw-r--r-- 1 chtephan users 0 26. Aug 13:52 uid

Some of them are reiser4 specific things (items, key, locality, oid)
which can only be queried anyway.

The rest is what you can also get using other VFS calls.

leto:/home/chtephan/.muttrc/metas/plugin > la
insgesamt 0
dr-xr-xr-x 1 chtephan users 0 26. Aug 13:52 .
dr-xr-xr-x 1 chtephan users 0 26. Aug 13:52 ..
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 compression
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 crypto
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 digest
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 dir
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 dir_item
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 fibration
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 file
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 formatting
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 hash
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 perm
-rwxr-xr-x 1 chtephan users 0 26. Aug 13:54 sd

Here you can change reiser4 specific things. Here you can change some
properties how the file is stored in the reiser4 tree. For example you
can activate compression, encryption or authentication or set some hints
to optimize speed.

You can't create or remove these pseudo-files, just like in sysfs.

I don't know, but if someone wants to store user data I think you would
have to implement a directory "userdata" or something where you can
store it.

Not all of the information does make a lot sense inside a modified tar.
Who is interested in the bmap information of the file or some other
read-only information?

[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 14:05    [W:1.448 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site