Transition from xfsroot attribute namespace to the more generic
trusted namespace which other filesystems are also supporting.
* Note: xfsdump and xfsrestore are affected by a change in libattr
which deprecates the attribute name prefix "xfsroot", replacing
it with the generic "trusted" name. The environment variable
COMPAT_XFSROOT can be set in order to preserve the old behavior.
Users of new kernels should use this new attr-2.3.0 package.
cheers.
Date: Tue Feb 25 00:56:46 PST 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:140237a
linux/fs/xfs/xfs_attr.h - 1.23
- Fix an incorrect comment regarding attribute error return code
(patch from Andreas).
linux/fs/xfs/linux/xfs_iops.c - 1.184
- Transition from xfsroot attribute namespace to the more generic
trusted namespace which other filesystems are also supporting.
Make the error return codes for an unrecognised attribute more
consistent with those that other filesystems are using (patch
from Andreas).
Date: Tue Feb 25 01:06:10 PST 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: xfs-cmds:slinx:140238a
cmd/attr/include/libattr.h - 1.1
cmd/attr/examples/Makefile.examples - 1.1
cmd/attr/examples/Makefile - 1.1
cmd/attr/libattr/libattr.h - 1.1
cmd/attr/include/error_context.h - 1.1
cmd/attr/include/Makefile - 1.10
cmd/attr/debian/changelog - 1.30
cmd/attr/man/man2/setxattr.2 - 1.5
cmd/attr/man/man2/removexattr.2 - 1.3
cmd/attr/man/man2/listxattr.2 - 1.5
cmd/attr/man/man2/getxattr.2 - 1.3
cmd/attr/libattr/libattr.c - 1.6
cmd/attr/po/attr.pot - 1.2
cmd/attr/include/config.h.in - 1.3
cmd/attr/po/Makefile - 1.3
cmd/attr/po/de.po - 1.2
- New attr userspace package - transition to the trusted namespace
for XFS (no more xfsroot names), add in the new attribute copying
routines from Andreas, and also update the license info in the
syscall man pages so that other folks can use em too.
cmd/attr/libattr/attr_copy_fd.c - 1.1
- Library routine for copying extended attributes between files.
cmd/attr/examples/copyattr.c - 1.1
- An example source file showing how to use the attribute copy routines.
cmd/attr/libattr/attr_copy_file.c - 1.1
- Library routine for copying extended attributes between files.
cmd/attr/configure.in - 1.13
cmd/attr/Makefile - 1.11
cmd/attr/VERSION - 1.28
cmd/attr/doc/CHANGES - 1.36
cmd/attr/libattr/Makefile - 1.10
- Update for extended attribute copying routines.
|