freebsd-nq/sys/ufs/ffs
Konstantin Belousov d15b55c554 Provide the unique implementation for the VOP_GETPAGES() method used
by ffs and ext2fs.  Remove duplicated call to vm_page_zero_invalid(),
done by VOP and by vm_pager_getpages().  Use vm_pager_free_nonreq().

Reviewed by:	alc (previous version)
Sponsored by:	The FreeBSD Foundation
MFC after:	6 weeks (after r271596)
2014-09-15 12:28:29 +00:00
..
ffs_alloc.c
ffs_balloc.c
ffs_extern.h
ffs_inode.c
ffs_rawread.c Initialize the pbuf counter for directio using SYSINIT, instead of 2014-06-08 10:55:06 +00:00
ffs_snapshot.c
ffs_softdep.c Revision r269457 removed the Giant around mount and unmount code, but 2014-08-12 09:33:00 +00:00
ffs_subr.c
ffs_suspend.c
ffs_tables.c
ffs_vfsops.c Correct the test for condition to suspend UFS filesystem during 2014-08-20 08:13:03 +00:00
ffs_vnops.c Provide the unique implementation for the VOP_GETPAGES() method used 2014-09-15 12:28:29 +00:00
fs.h
softdep.h Add support for multi-threading of soft updates. 2014-08-04 22:03:58 +00:00