Subject: CVS commit: src/sys/ufs/lfs
To: None <source-changes@NetBSD.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 04/08/2006 00:26:35
Module Name:	src
Committed By:	perseant
Date:		Sat Apr  8 00:26:35 UTC 2006

Modified Files:
	src/sys/ufs/lfs: lfs.h lfs_extern.h lfs_inode.c lfs_vfsops.c
	    lfs_vnops.c

Log Message:
Implement a somewhat finer-grained mechanism for paging LFS-backed pages.
The writer daemon, if it does not need to flush the whole filesystem,
now only writes the vnodes for which the pagedaemon has requested pageouts
(although it does not pay attention to the page ranges the pagedaemon
supplies).


To generate a diff of this commit:
cvs rdiff -r1.99 -r1.100 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.77 -r1.78 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.100 -r1.101 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.199 -r1.200 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.163 -r1.164 src/sys/ufs/lfs/lfs_vnops.c

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