aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/scsi
Commit message (Expand)AuthorAgeFilesLines
* Make pass, sg and targ drivers respect HBA's maxio.Alexander Motin2015-09-303-3/+26
* Add CD/DVD Capabilities and Mechanical Status Page.Alexander Motin2015-09-291-0/+31
* Add to CTL initial support for CDROMs and removable devices.Alexander Motin2015-09-271-1/+98
* Add new report types to REPORT LUNS command.Alexander Motin2015-09-241-0/+3
* Update WRITE ATOMIC(16) support to sbc4r8 draft.Alexander Motin2015-09-241-1/+13
* Add support for READ BUFFER(16) command.Alexander Motin2015-09-241-0/+11
* Add support for Control extension mode page.Alexander Motin2015-09-221-0/+13
* Update list of opcodes to 5/26/15.Alexander Motin2015-09-181-8/+13
* Update list of ASC/ASCQ codes from 5/20/12 to 8/12/15.Alexander Motin2015-09-181-1/+166
* Fix fixed sense writing when passed more data then it can fit.Alexander Motin2015-09-161-4/+6
* Make CAM log errors that make it wait.Alexander Motin2015-09-152-3/+6
* Preserve the device queue status before retrying a sense request inMark Johnston2015-09-151-3/+6
* Check for obsolete NUL bin in CSCD descriptor.Alexander Motin2015-09-121-0/+1
* Decode WRITE ATOMIC(16) command.Alexander Motin2015-09-121-1/+2
* Attach pass driver to LUNs is OFFLINE state.Alexander Motin2015-08-296-10/+16
* Revamp camcontrol(8) fwdownload support and add the opcodes subcommand.Kenneth D. Merry2015-08-202-0/+45
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).Kenneth D. Merry2015-06-092-2/+1173
* Revert r282227. It is clearly incorrect as it frees an object that is stillScott Long2015-04-291-3/+0
* Fix memory leak in scsi_scan_bus()Pedro F. Giffuni2015-04-291-0/+3
* Extend DA_Q_NO_RC16 to MXUB3* devices.Xin LI2015-04-211-1/+1
* scsi_parse_transportid_rdma(): fix mismatch in memoty access size.Pedro F. Giffuni2015-04-201-1/+1
* Add DA_Q_NO_RC16 quirk for USB mass storage device.Hans Petter Selasky2015-03-251-0/+7
* Fix a couple of problems in the sa(4) media type reports.Kenneth D. Merry2015-03-181-1/+1
* Improve ATA and SCSI versions printing.Alexander Motin2015-03-171-10/+15
* Add DA_Q_NO_RC16 quirk for USB mass storage device.Hans Petter Selasky2015-03-071-0/+7
* Change the sa(4) driver to check for long position support onKenneth D. Merry2015-03-021-2/+6
* Fix printf format warnings on sparc64 and mips.Kenneth D. Merry2015-02-241-3/+3
* Significant upgrades to sa(4) and mt(1).Kenneth D. Merry2015-02-234-175/+3115
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedKenneth D. Merry2015-02-182-3/+3
* Add support for General Statistics and Performance log page.Alexander Motin2015-02-111-0/+40
* Add support for probing the SCSI VPD Extended Inquiry page (0x86).Kenneth D. Merry2015-02-051-0/+89
* Retry indefinitely on SCSI BUSY status from VMware disks and CDs.Alexander Motin2015-02-022-4/+31
* Improve SCSI Extended Inquiry VPD page (0x86) support.Kenneth D. Merry2015-01-301-3/+17
* Fix several potential overflows in UNMAP code.Alexander Motin2015-01-261-6/+6
* Minor refactoring of code block.Hans Petter Selasky2015-01-191-4/+3
* Explain a bit of tricky code dealing with trims and how it preventsWarner Losh2015-01-131-0/+10
* Improve camcontrol(8) handling of drive defect data.Kenneth D. Merry2015-01-082-9/+89
* Fix a bug in the CAM SCSI probe code that caused changes in inquiryKenneth D. Merry2015-01-081-1/+2
* Allow a block size of zero to mean 512 bytes, which is the most commonHans Petter Selasky2015-01-081-1/+3
* Add GET LBA STATUS command support to CTL.Alexander Motin2014-12-041-0/+26
* Lock the scsi_low code and the drivers which use it along with otherJohn Baldwin2014-11-202-198/+83
* Remove residual xpt_release_device() call left after r272406 cleanup.Alexander Motin2014-11-201-17/+1
* Fix check for vendor-specific peripheral qualifier.Alexander Motin2014-11-131-1/+1
* Improve CAM's reaction on asymmetric access errors.Alexander Motin2014-11-121-3/+3
* Add to CTL support for logical block provisioning threshold notifications.Alexander Motin2014-11-061-0/+6
* Implement better handling for ENOSPC error for both CTL and CAM.Alexander Motin2014-10-291-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-3/+3
* Add new quirks for the latest Samsung SSD, model 850.George V. Neville-Neil2014-10-191-0/+8
* Add 4k quirks for PM853T Samsung SSDSean Bruno2014-10-161-0/+8
* Remove couple Copan's vendor-specific mode pages.Alexander Motin2014-10-141-34/+0