NetBSD/sys/ufs/ffs
chs 9958c29316 VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such.
fixes PR 14759.

(while I'm here, call VOP_PUTPAGES() directly instead of indirecting through
the UVM pager op vector.)
2001-11-30 07:05:53 +00:00
..
Makefile
ffs_alloc.c add __KERNEL_RCSID() 2001-10-30 01:11:53 +00:00
ffs_balloc.c the previous fix (in rev. 1.26) for hangs when the filesystem is full 2001-11-08 05:27:25 +00:00
ffs_bswap.c add __KERNEL_RCSID() 2001-10-30 01:11:53 +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 VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such. 2001-11-30 07:05:53 +00:00
ffs_softdep.c call VOP_PUTPAGES() directly for vnodes instead of 2001-11-08 04:51:05 +00:00
ffs_softdep.stub.c add __KERNEL_RCSID() 2001-10-30 01:11:53 +00:00
ffs_subr.c add __KERNEL_RCSID() 2001-10-30 01:11:53 +00:00
ffs_tables.c add __KERNEL_RCSID() 2001-10-30 01:11:53 +00:00
ffs_vfsops.c add __KERNEL_RCSID() 2001-10-30 01:11:53 +00:00
ffs_vnops.c call VOP_PUTPAGES() directly for vnodes instead of 2001-11-08 04:51:05 +00:00
fs.h - ffs_blkpref() changes: 2001-09-19 01:38:16 +00:00
softdep.h