summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Extend mask of VMware virtual disks.mav2015-11-051-1/+1
* Add partial support for QUERY TMF to CAM and isp(4).mav2015-10-231-0/+6
* Make delete method set via kern.cam.da.X.delete_method persistent.mav2015-10-111-37/+35
* Remove legacy CHS geometry from dmesg and unify capacity outputs.mav2015-10-112-11/+8
* Make pass, sg and targ drivers respect HBA's maxio.mav2015-09-303-3/+26
* Add CD/DVD Capabilities and Mechanical Status Page.mav2015-09-291-0/+31
* Add to CTL initial support for CDROMs and removable devices.mav2015-09-271-1/+98
* Add new report types to REPORT LUNS command.mav2015-09-241-0/+3
* Update WRITE ATOMIC(16) support to sbc4r8 draft.mav2015-09-241-1/+13
* Add support for READ BUFFER(16) command.mav2015-09-241-0/+11
* Add support for Control extension mode page.mav2015-09-221-0/+13
* Update list of opcodes to 5/26/15.mav2015-09-181-8/+13
* Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15.mav2015-09-181-1/+166
* Fix fixed sense writing when passed more data then it can fit.mav2015-09-161-4/+6
* Make CAM log errors that make it wait.mav2015-09-152-3/+6
* Preserve the device queue status before retrying a sense request inmarkj2015-09-151-3/+6
* Check for obsolete NUL bin in CSCD descriptor.mav2015-09-121-0/+1
* Decode WRITE ATOMIC(16) command.mav2015-09-121-1/+2
* Attach pass driver to LUNs is OFFLINE state.mav2015-08-296-10/+16
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.ken2015-08-202-0/+45
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-092-2/+1173
* Revert r282227. It is clearly incorrect as it frees an object that is stillscottl2015-04-291-3/+0
* Fix memory leak in scsi_scan_bus()pfg2015-04-291-0/+3
* Extend DA_Q_NO_RC16 to MXUB3* devices.delphij2015-04-211-1/+1
* scsi_parse_transportid_rdma(): fix mismatch in memoty access size.pfg2015-04-201-1/+1
* Add DA_Q_NO_RC16 quirk for USB mass storage device.hselasky2015-03-251-0/+7
* Fix a couple of problems in the sa(4) media type reports.ken2015-03-181-1/+1
* Improve ATA and SCSI versions printing.mav2015-03-171-10/+15
* Add DA_Q_NO_RC16 quirk for USB mass storage device.hselasky2015-03-071-0/+7
* Change the sa(4) driver to check for long position support onken2015-03-021-2/+6
* Fix printf format warnings on sparc64 and mips.ken2015-02-241-3/+3
* Significant upgrades to sa(4) and mt(1).ken2015-02-234-175/+3115
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedken2015-02-182-3/+3
* Add support for General Statistics and Performance log page.mav2015-02-111-0/+40
* Add support for probing the SCSI VPD Extended Inquiry page (0x86).ken2015-02-051-0/+89
* Retry indefinitely on SCSI BUSY status from VMware disks and CDs.mav2015-02-022-4/+31
* Improve SCSI Extended Inquiry VPD page (0x86) support.ken2015-01-301-3/+17
* Fix several potential overflows in UNMAP code.mav2015-01-261-6/+6
* Minor refactoring of code block.hselasky2015-01-191-4/+3
* Explain a bit of tricky code dealing with trims and how it preventsimp2015-01-131-0/+10
* Improve camcontrol(8) handling of drive defect data.ken2015-01-082-9/+89
* Fix a bug in the CAM SCSI probe code that caused changes in inquiryken2015-01-081-1/+2
* Allow a block size of zero to mean 512 bytes, which is the most commonhselasky2015-01-081-1/+3
* Add GET LBA STATUS command support to CTL.mav2014-12-041-0/+26
* Lock the scsi_low code and the drivers which use it along with otherjhb2014-11-202-198/+83
* Remove residual xpt_release_device() call left after r272406 cleanup.mav2014-11-201-17/+1
* Fix check for vendor-specific peripheral qualifier.mav2014-11-131-1/+1
* Improve CAM's reaction on asymmetric access errors.mav2014-11-121-3/+3
* Add to CTL support for logical block provisioning threshold notifications.mav2014-11-061-0/+6
* Implement better handling for ENOSPC error for both CTL and CAM.mav2014-10-291-1/+1
OpenPOWER on IntegriCloud