]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/dmu.c
Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performance
authorMatthew Ahrens <mahrens@delphix.com>
Tue, 16 Jun 2015 21:06:27 +0000 (23:06 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Jun 2015 21:33:23 +0000 (14:33 -0700)
commit804e050457f1755cc37f39ef1f88786ba7e688d5
tree0aa31c5df69c9c04d30ee9098280e7506f116271
parentd6c9ff0a6be1e4b87f71a641a8973070ec46d01b
Illumos 5175 - implement dmu_read_uio_dbuf() to improve cached read performance

5175 implement dmu_read_uio_dbuf() to improve cached read performance
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Alex Reece <alex.reece@delphix.com>
Reviewed by: George Wilson <george@delphix.com>
Reviewed by: Richard Elling <richard.elling@gmail.com>
Approved by: Robert Mustacchi <rm@joyent.com>

References:
  https://www.illumos.org/issues/5175
  https://github.com/illumos/illumos-gate/commit/f8554bb

Porting notes:

This patch doesn't include the changes for the COMSTAR (Common
Multiprotocol SCSI Target) - since it's not available for ZoL.

http://thegreyblog.blogspot.co.at/2010/02/setting-up-solaris-comstar-and.html

Ported by: kernelOfTruth <kerneloftruth@gmail.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3392
include/sys/dmu.h
module/zfs/dmu.c
module/zfs/zfs_vnops.c