NetBSD/sys/miscfs/umapfs
dholland 717e1785a5 Fix some race conditions in rename.
Introduce a per-FS rename lock and new vfsops to manipulate it.
Get this lock while renaming. Also add another relookup() in do_sys_rename,
which is a hack to kludge around some of the worst deficiencies of
ufs_rename.
reviewed-by: pooka (and an earlier rev by ad)
posted on tech-kern with no objections.
2008-01-28 14:31:15 +00:00
..
Makefile
files.umapfs
umap.h integrate kauth. 2006-05-14 21:31:52 +00:00
umap_subr.c Updates for changes prototype of kauth_cred_set/getgroups(). 2007-06-30 15:27:02 +00:00
umap_vfsops.c Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
umap_vnops.c a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00