freebsd-dev/sys/cddl
Andriy Gapon 23a1bcf8c6 zfs: add vop_getpages method implementation
This should make vnode_pager_getpages path a bit shorter and clearer.
Also this should eliminate problems with partially valid pages.
Having this method opens room for future optimizations.

To do: try to satisfy other pages besides the required one taking into
account tradeofs between number of page faults, read throughput and read
latency.  Also, eventually vop_putpages should be added too.

Reviewed by:	kib, mm, pjd
MFC after:	3 weeks
2010-10-16 20:43:05 +00:00
..
boot/zfs Forgot to commit this file. Add ZPOOL_CONFIG_IS_LOG. 2010-09-10 04:44:13 +00:00
compat/opensolaris Pass a format string to panic() and to taskqueue_start_threads(). 2010-10-13 17:13:43 +00:00
contrib/opensolaris zfs: add vop_getpages method implementation 2010-10-16 20:43:05 +00:00
dev Make the /dev/dtrace/helper node have the mode 0660. This allows 2010-09-01 12:08:32 +00:00