From: Steve French <smfrench@austin.rr.com>
To: aia21@cam.ac.uk
Cc: linux-kernel@vger.kernel.org
Subject: Re: performance of filesystem xattrs with Samba4
Date: Fri, 03 Dec 2004 11:49:04 -0600 [thread overview]
Message-ID: <41B0A710.5050408@austin.rr.com> (raw)
Anton wrote
> I have been mulling over in my head for quite a while what
> to do about an interface for "advanced ntfs features" but so far I have
> always pushed this to the back of my mind. After all no point in
> providing advanced features considering we don't even provide full
> read-write access yet. I just thought I would mentione NTFS when I saw
>
>But to answer your question I definitely would envisage an interface to
>the kernel driver
The same issue has been on my mind for other filesystems too - since I
can return similar information to NTFS. The "easy" things
to return that could be useful to apps (including Samba4, but also
backup apps etc.) include:
1) file creation time
2) "dos" attribute bits
3) perhaps ACL mapping into "POSIX ACL" (getfacl/setfacl's Linux xattr)
format from the CIFS/NTFS style.
4) streams (which could be mapped in a few cases to xattrs, but are getting
increasingly used and therefore important for certain types of apps - like
network backup e.g. to be able to get access to)
The first two are in the on disk format already of various filesytems (NTFS, VFAT, even JFS, and would be trivial
for me to export in the cifs vfs. I suspect NFSv4 which is similar to CIFS in many ways would also have
an easy time of exporting a few of those. The first two of these could of course be simply special casings
the reserved xattr name "User.DosAttribute" or equivalent used by Samba4. This has a few advantages - local apps work
and migrations to Linux from Windows are easier (as more data is preserved) :)
Note that NTFS now has a form of symlink stored in "OS/2 EAs" on disk (I see them show up on test systems
when the Unix Services are loaded) as well as Unix like devices - very strange but potentially could
be mapped into something that made sense to Linux.
next reply other threads:[~2004-12-03 17:50 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-03 17:49 Steve French [this message]
-- strict thread matches above, loose matches on Subject: below --
2004-10-21 18:32 [PATCH] Re: idr in Samba4 Jim Houston
2004-11-19 7:38 ` performance of filesystem xattrs with Samba4 tridge
2004-11-19 8:08 ` James Morris
2004-11-19 10:16 ` Andreas Dilger
2004-11-19 11:43 ` tridge
2004-11-19 22:28 ` Andreas Dilger
2004-11-22 13:02 ` tridge
2004-11-22 21:40 ` Andreas Dilger
2004-11-19 12:03 ` Anton Altaparmakov
2004-11-19 12:43 ` tridge
2004-11-19 14:11 ` Anton Altaparmakov
2004-11-20 10:44 ` tridge
2004-11-20 16:20 ` Hans Reiser
2004-11-20 23:29 ` tridge
2004-11-19 15:34 ` Hans Reiser
2004-11-19 15:58 ` Jan Engelhardt
2004-11-19 22:03 ` tridge
2004-11-20 4:51 ` Hans Reiser
2004-11-19 23:01 ` tridge
2004-11-20 0:26 ` Andrew Morton
2004-11-21 1:14 ` tridge
2004-11-21 2:12 ` tridge
2004-11-21 23:53 ` tridge
2004-11-23 9:37 ` tridge
2004-11-23 17:55 ` Andreas Dilger
2004-11-24 7:53 ` tridge
2004-11-20 4:40 ` Hans Reiser
2004-11-20 6:47 ` tridge
2004-11-20 16:13 ` Hans Reiser
2004-11-20 23:16 ` tridge
2004-11-21 2:36 ` Hans Reiser
2004-11-21 0:21 ` tridge
2004-11-21 2:41 ` Hans Reiser
2004-11-21 1:53 ` tridge
2004-11-21 2:48 ` Hans Reiser
2004-11-21 3:19 ` tridge
2004-11-21 6:11 ` Hans Reiser
2004-11-21 22:21 ` Nathan Scott
2004-11-21 23:43 ` tridge
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=41B0A710.5050408@austin.rr.com \
--to=smfrench@austin.rr.com \
--cc=aia21@cam.ac.uk \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox