]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Lots of improvements, including restructring the caching and management
authorJohn Dyson <dyson@FreeBSD.org>
Mon, 29 Dec 1997 00:25:11 +0000 (00:25 +0000)
committerJohn Dyson <dyson@FreeBSD.org>
Mon, 29 Dec 1997 00:25:11 +0000 (00:25 +0000)
commit2be70f79f6dcc03377819b327700531ce5455896
treee16c806fdb19ecadb7a3d2c2fd2ffb344ef606f3
parentd0cc10a88b4696dafc997d9a2acef1ef25ab1def
Lots of improvements, including restructring the caching and management
of vnodes and objects.  There are some metadata performance improvements
that come along with this.  There are also a few prototypes added when
the need is noticed.  Changes include:

1) Cleaning up vref, vget.
2) Removal of the object cache.
3) Nuke vnode_pager_uncache and friends, because they aren't needed anymore.
4) Correct some missing LK_RETRY's in vn_lock.
5) Correct the page range in the code for msync.

Be gentle, and please give me feedback asap.
22 files changed:
sys/fs/specfs/spec_vnops.c
sys/kern/kern_synch.c
sys/kern/vfs_export.c
sys/kern/vfs_extattr.c
sys/kern/vfs_lookup.c
sys/kern/vfs_subr.c
sys/kern/vfs_syscalls.c
sys/kern/vfs_vnops.c
sys/miscfs/specfs/spec_vnops.c
sys/nfs/nfs_serv.c
sys/nfs/nfs_vnops.c
sys/nfsclient/nfs_vnops.c
sys/nfsserver/nfs_serv.c
sys/sys/vnode.h
sys/ufs/ffs/ffs_vfsops.c
sys/vm/vm_map.c
sys/vm/vm_object.c
sys/vm/vm_object.h
sys/vm/vm_page.c
sys/vm/vm_pageout.c
sys/vm/vm_pager.c
sys/vm/vnode_pager.c