summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard_nbk.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-09-26 20:52:41 +0000
committerdillon <dillon@FreeBSD.org>1999-09-26 20:52:41 +0000
commit3d3ec302ae149b2f4e4a320e614ece22abcad72d (patch)
tree4e32ca35a1989bfd056b9e2e048f39b4cd97ab7f /sys/pccard/pccard_nbk.c
parentd4b4260008992958840fe8440a39c277f957c88b (diff)
downloadFreeBSD-src-3d3ec302ae149b2f4e4a320e614ece22abcad72d.zip
FreeBSD-src-3d3ec302ae149b2f4e4a320e614ece22abcad72d.tar.gz
This is a major fixup of unionfs. At least 30 serious bugs have been
fixed (many due to changing semantics in other parts of the kernel and not the original author's fault), including one critical one: unionfs could cause UFS corruption in the fronting store due to calling VOP_OPEN for writing without turning on vmio for the UFS vnode. Most of the bugs were related to semantics changes in VOP calls, lock ordering problems (causing deadlocks), improper handling of a read-only backing store (such as an NFS mount), improper referencing and locking of vnodes, not using real struct locks for vnode locking, not using recursive locks when accessing the fronting store, and things like that. New functionality has been added: unionfs now has mmap() support, but only partially tested, and rename has been enhanced considerably. There are still some things that unionfs cannot do. You cannot rename a directory without confusing unionfs, and there are issues with softlinks, hardlinks, and special files. unionfs mostly doesn't understand them (and never did). There are probably still panic situations, but hopefully no where near as many as before this commit. The unionfs in this commit has been tested overlayed on /usr/src (backing /usr/src being a read-only NFS mount, fronting /usr/src being a local filesystem). kernel builds have been tested, buildworld is undergoing testing. More testing is necessary.
Diffstat (limited to 'sys/pccard/pccard_nbk.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud