NetBSD/sys/ufs/ffs
chs e8be8c6351 be sure to call the pager put with page-aligned offsets.
spotted by Nathan Williams.

while I'm here, move an splbio() so that we don't return without
splx()ing it if there's an error, and don't bother calling the
pager put if the vnode has no pages.
2001-09-26 05:25:03 +00:00
..
ffs_alloc.c - ffs_blkpref() changes: 2001-09-19 01:38:16 +00:00
ffs_balloc.c a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
ffs_bswap.c Incorporate the enhanced ffs_dirpref() by Grigoriy Orlov, as found in 2001-09-06 02:16:00 +00:00
ffs_extern.h a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
ffs_inode.c we can't assert that the inode and vnode sizes are consistent at the start 2001-09-20 08:25:59 +00:00
ffs_softdep.c a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
ffs_softdep.stub.c add softdep_reinitialize() stub 2001-09-16 13:51:45 +00:00
ffs_subr.c be consistent and use "u_char" instead of "unsigned char" 2001-08-09 08:15:26 +00:00
ffs_tables.c
ffs_vfsops.c a whole bunch of changes to improve performance and robustness under load: 2001-09-15 20:36:31 +00:00
ffs_vnops.c be sure to call the pager put with page-aligned offsets. 2001-09-26 05:25:03 +00:00
fs.h - ffs_blkpref() changes: 2001-09-19 01:38:16 +00:00
Makefile
softdep.h