Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/sys/ufs/lfs



Module Name:    src
Committed By:   riz
Date:           Sat May 20 22:10:29 UTC 2006

Modified Files:
        src/sys/ufs/lfs [netbsd-3]: lfs.h lfs_extern.h lfs_inode.c lfs_vfsops.c
            lfs_vnops.c

Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
        sys/ufs/lfs/lfs_vfsops.c: revision 1.200
        sys/ufs/lfs/lfs_vnops.c: revision 1.164
        sys/ufs/lfs/lfs_inode.c: revision 1.101
        sys/ufs/lfs/lfs_extern.h: revision 1.78
        sys/ufs/lfs/lfs.h: revision 1.100
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.77.2.10 -r1.77.2.11 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.64.2.5 -r1.64.2.6 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.90.2.2 -r1.90.2.3 src/sys/ufs/lfs/lfs_inode.c
cvs rdiff -r1.167.2.12 -r1.167.2.13 src/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.137.2.12 -r1.137.2.13 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.




Home | Main Index | Thread Index | Old Index