rodrigc 2006-12-02 19:35:56 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union.h union_subr.c union_vfsops.c
union_vnops.c
sbin/mount_unionfs Makefile mount_unionfs.8 mount_unionfs.c
Log:
Many, many thanks to Masanori OZAWA <[EMAIL PROTECTED]>
and Daichi GOTO <[EMAIL PROTECTED]> for submitting this
major rewrite of unionfs. This rewrite was done to
try to solve many of the longstanding crashing and locking
issues in the existing unionfs implementation. This
implementation also adds a 'MASQUERADE mode', which allows
the user to set different user, group, and file permission
modes in the upper layer.
Submitted by: daichi, Masanori OZAWA
Reviewed by: rodrigc (modified for minor style issues)
Revision Changes Path
1.13 +1 -1 src/sbin/mount_unionfs/Makefile
1.21 +184 -23 src/sbin/mount_unionfs/mount_unionfs.8
1.25 +107 -74 src/sbin/mount_unionfs/mount_unionfs.c
1.33 +87 -92 src/sys/fs/unionfs/union.h
1.87 +948 -1080 src/sys/fs/unionfs/union_subr.c
1.79 +394 -332 src/sys/fs/unionfs/union_vfsops.c
1.135 +1864 -1613 src/sys/fs/unionfs/union_vnops.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"