NetBSD/sys/ufs/ffs
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
..
Makefile
ffs_alloc.c 64 bit inode changes. 2005-08-19 02:04:03 +00:00
ffs_appleufs.c Use ANSI function decls. 2005-07-15 05:01:16 +00:00
ffs_balloc.c Use ANSI function decls. 2005-07-15 05:01:16 +00:00
ffs_bswap.c the cluster summary must be swapped even for ufs2 2005-06-03 01:14:07 +00:00
ffs_extern.h Experimental support for extended attributes on UFS1 file systems, using a 2005-08-28 19:37:58 +00:00
ffs_inode.c Use ANSI function decls. 2005-07-15 05:01:16 +00:00
ffs_snapshot.c 64 bit inode changes. 2005-08-19 02:04:03 +00:00
ffs_softdep.c PRId64 -> ld in UVMHIST_LOG format strings. 2005-08-24 10:19:43 +00:00
ffs_softdep.stub.c Use ANSI function decls. 2005-07-15 05:01:16 +00:00
ffs_subr.c Use ANSI function decls. 2005-07-15 05:01:16 +00:00
ffs_tables.c nuke trailing whitespace 2005-02-26 22:31:44 +00:00
ffs_vfsops.c Experimental support for extended attributes on UFS1 file systems, using a 2005-08-28 19:37:58 +00:00
ffs_vnops.c Experimental support for extended attributes on UFS1 file systems, using a 2005-08-28 19:37:58 +00:00
fs.h nuke trailing whitespace 2005-02-26 22:31:44 +00:00
softdep.h nuke trailing whitespace 2005-02-26 22:31:44 +00:00