Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Oct 2010 20:43:05 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c
Message-ID:  <201010162043.o9GKhKFl027303@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-10-16 20:43:05 UTC

  FreeBSD src repository

  Modified files:
    sys/cddl/contrib/opensolaris/uts/common/fs/zfs zfs_vnops.c 
  Log:
  SVN rev 213937 on 2010-10-16 20:43:05Z by avg
  
  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
  
  Revision  Changes    Path
  1.83      +91 -0     src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010162043.o9GKhKFl027303>