NetBSD/sys/ufs
thorpej e1afed9c2d Experimental support for extended attributes on UFS1 file systems, using a
backing file per attribute type indexed by inode number to hold the extended
attributes.

This is working pretty well on my test systems, except for the "autostart"
feature.  I need someone with a better handle on the VFS locking protocol
to go over that.

This is a work-in-progress.  There are parts of this that could be re-factored
allowing this approach to be used on other types of file systems.

Adapted from FreeBSD.
2005-08-28 19:37:58 +00:00
..
ext2fs Don't overload MAXNAMLEN, use a separate constant for each filesystem type. 2005-08-23 08:05:13 +00:00
ffs Experimental support for extended attributes on UFS1 file systems, using a 2005-08-28 19:37:58 +00:00
lfs Don't overload MAXNAMLEN, use a separate constant for each filesystem type. 2005-08-23 08:05:13 +00:00
mfs - sprinkle const 2005-05-29 21:25:24 +00:00
ufs Experimental support for extended attributes on UFS1 file systems, using a 2005-08-28 19:37:58 +00:00
Makefile
files.ufs Experimental support for extended attributes on UFS1 file systems, using a 2005-08-28 19:37:58 +00:00