Subject: CVS commit: src/sys/fs/puffs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 03/20/2007 10:21:59
Module Name:	src
Committed By:	pooka
Date:		Tue Mar 20 10:21:59 UTC 2007

Modified Files:
	src/sys/fs/puffs: puffs_msgif.c puffs_msgif.h puffs_subr.c puffs_sys.h
	    puffs_transport.c puffs_vfsops.c puffs_vnops.c

Log Message:
* rework the page cache interaction a bit: cache metadata in the
  kernel and flush it out all at once instead of continuous updating
* add support for delivering notifications to the file server about
  when a page was written to (but disabled by default for now).  the
  file server can use this to request flushing or invalidating the
  kernel page cache


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/fs/puffs/puffs_msgif.c
cvs rdiff -r1.19 -r1.20 src/sys/fs/puffs/puffs_msgif.h
cvs rdiff -r1.24 -r1.25 src/sys/fs/puffs/puffs_subr.c
cvs rdiff -r1.26 -r1.27 src/sys/fs/puffs/puffs_sys.h
cvs rdiff -r1.8 -r1.9 src/sys/fs/puffs/puffs_transport.c
cvs rdiff -r1.29 -r1.30 src/sys/fs/puffs/puffs_vfsops.c
cvs rdiff -r1.53 -r1.54 src/sys/fs/puffs/puffs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.