]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r271507:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Oct 2014 13:19:20 +0000 (13:19 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Oct 2014 13:19:20 +0000 (13:19 +0000)
commitcd5bd66caff238876e8b65130b3bc28a5c8ca859
tree90c44b833418cf4ba469967bad265502aeb564dc
parent2a2758b6cbefd88700d97adb0290beac4472f8f8
MFC r271507:
Implement control over command reordering via options and control mode page.

It allows to bypass range checks between UNMAP and READ/WRITE commands,
which may introduce additional delays while waiting for UNMAP parameters.
READ and WRITE commands are always processed in safe order since their
range checks are almost free.

git-svn-id: svn://svn.freebsd.org/base/stable/10@272630 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/cam/ctl/ctl.c
sys/cam/ctl/ctl_private.h
sys/cam/ctl/ctl_ser_table.c
usr.sbin/ctladm/ctladm.8