summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
Commit message (Expand)AuthorAgeFilesLines
* Significant upgrades to sa(4) and mt(1).ken2015-02-231-0/+51
* Add support for General Statistics and Performance log page.mav2015-02-111-0/+40
* Improve SCSI Extended Inquiry VPD page (0x86) support.ken2015-01-301-3/+17
* Add GET LBA STATUS command support to CTL.mav2014-12-041-0/+26
* Fix check for vendor-specific peripheral qualifier.mav2014-11-131-1/+1
* Add to CTL support for logical block provisioning threshold notifications.mav2014-11-061-0/+6
* Remove couple Copan's vendor-specific mode pages.mav2014-10-141-34/+0
* Some groundwork for later Informational Exceptions support.mav2014-10-141-3/+25
* Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.mav2014-10-081-3/+6
* Allow more commands to pass persistent reservation according to SPC-4 r37.mav2014-09-181-0/+1
* Add support for "no Data-Out Buffer" (NDOB) flag of WRITE SAME (16) command.mav2014-09-181-0/+1
* Fix typo in defined ROD types in r269497.mav2014-09-171-5/+5
* Add support for Extended INQUIRY Data (0x86) VPD page.mav2014-09-111-0/+49
* Oops, missed piece of r271311.mav2014-09-091-0/+21
* Fix several issues and inconsistencies in UNMAP capabilities reporting.mav2014-08-061-0/+21
* Add support for Windows dialect of EXTENDED COPY command, aka Microsoft ODX.mav2014-08-041-1/+173
* Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.mav2014-07-161-1/+349
* Enable TAS feature: notify initiator if its command was aborted by other.mav2014-07-081-1/+10
* Add support for SCSI Ports (88h) VPD page.mav2014-07-061-2/+28
* Add persistent reservation support to camcontrol(8).ken2014-07-031-34/+291
* Add support for REPORT TIMESTAMP command.mav2014-07-011-0/+23
* Add more formal and strict command parsing and validation.mav2014-07-011-0/+82
* Allow MODE SENSE commands through Write Exclusive persistent reservation,mav2014-06-261-1/+10
* Add support for VERIFY(10/12/16) and COMPARE AND WRITE SCSI commands.mav2014-06-161-0/+3
* Oops! Few quick fixes for r264274.mav2014-04-081-1/+1
* Add support for SCSI UNMAP commands to CTL.mav2014-04-081-0/+14
* Improve ZFS N-way mirror read performance by using load and localitysmh2013-10-231-1/+1
* Unify periph invalidation and destruction reporting.mav2013-10-151-0/+1
* Fix the (unused for now) SCSI_PROTO_iSCSI define to match style(9).trasz2013-08-211-1/+1
* Improve handling of 0x3F/0x0E "Reported LUNs data has changed" and 0x25/0x00mav2013-07-131-0/+3
* Corrected ATA Passthrough defines from decimal to hexsmh2013-06-201-4/+4
* Make CAM return and GEOM DISK pass through new GEOM::lunid attribute.mav2013-06-121-1/+7
* Use the existence of ATA Information VPD to determine if we should attemptsmh2013-05-021-0/+6
* Added automatic detection of non-rotating media which disables thesmh2013-04-261-0/+24
* Refactored scsi_xpt use of device_has_vpd to generic scsi_vpd_supported_pagesmh2013-04-261-0/+2
* Added the ability to send ATA identify and Data Set Management (DSM) TRIMsmh2013-04-261-0/+67
* Added ATA Pass-Through support to CAMsmh2013-04-021-1/+31
* Support unmapped i/o for the md(4).kib2013-03-191-0/+4
* Add missing VERIFY_10 definition.mjacob2012-08-121-0/+1
* Add scsi_extract_sense_ccb() -- wrapper around scsi_extract_sense_len().mav2012-06-231-0/+2
* One more major cam_periph_error() rewrite to improve error handling andmav2012-06-091-9/+0
* Remove declaration of scsi_interpret_sense(), removed 11 years ago.mav2012-06-061-13/+0
* MFprojects/zfsd:mav2012-05-241-0/+23
* Add CAM infrastructure to allow reporting when a drive's long read capacityken2012-01-261-6/+16
* Add BIO_DELETE support for SCSI Direct Access devices (da).mav2012-01-131-0/+52
* Add the CAM Target Layer (CTL).ken2012-01-121-2/+50
* Use READ CAPACITY(16) to get information about device physical sectors.mav2011-12-231-0/+11
* Make cd driver to handle Audio CDs, reporting their 2352 bytes sectors tomav2011-12-221-0/+1
* Add descriptor sense support to CAM, and honor sense residuals properly inken2011-10-031-57/+821
* Lay groundwork in CAM for recording and reporting physical path andgibbs2011-06-141-13/+54
OpenPOWER on IntegriCloud