aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Add DA_Q_NO_RC16 quirk for USB mass storage device.Hans Petter Selasky2015-03-071-0/+7
* Make periphdriver_register() take XPT lock when modifying the periph_driversEdward Tomasz Napierala2015-03-022-2/+14
* Change the sa(4) driver to check for long position support onKenneth D. Merry2015-03-021-2/+6
* Fix I/O size calculation for pass(4) driver requests and add latencyKenneth D. Merry2015-02-271-6/+12
* 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-183-3/+4
* Teach CTL to ask GEOM devices about BIO_DELETE support.Alexander Motin2015-02-132-10/+25
* Make XCOPY and WUT commands respect physical block size/offset.Alexander Motin2015-02-124-24/+78
* Make WRITE SAME commands respect physical block size.Alexander Motin2015-02-121-2/+12
* Do not dereference NULL clearing UA that was not set in r277917.Alexander Motin2015-02-111-1/+2
* Add support for General Statistics and Performance log page.Alexander Motin2015-02-114-0/+130
* Do not abort already aborted tasks.Alexander Motin2015-02-101-51/+44
* Fix ordering of "*logout" and "*terminate"; no functional changes.Edward Tomasz Napierala2015-02-081-40/+40
* Extend ICL to add receive offload methods. For software ICL backendEdward Tomasz Napierala2015-02-082-11/+58
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)Edward Tomasz Napierala2015-02-062-7/+48
* Add support for probing the SCSI VPD Extended Inquiry page (0x86).Kenneth D. Merry2015-02-054-0/+93
* Bring some more order into iSCSI portal group tags support.Alexander Motin2015-02-032-20/+30
* Retry indefinitely on SCSI BUSY status from VMware disks and CDs.Alexander Motin2015-02-024-7/+35
* CTL LUN mapping rewrite.Alexander Motin2015-02-018-165/+178
* Add kobj interface between ICL and the rest of the iSCSI stack.Edward Tomasz Napierala2015-01-311-1/+3
* Improve SCSI Extended Inquiry VPD page (0x86) support.Kenneth D. Merry2015-01-302-5/+89
* Fix several potential overflows in UNMAP code.Alexander Motin2015-01-261-6/+6
* Fix wrong LUN reference in XCOPY block-to-block operation.Alexander Motin2015-01-241-1/+1
* Don't count requests with status sent as overlapping.Alexander Motin2015-01-221-2/+4
* Restore the CAM XPT peripheral generation counter, and export it via sysctl.Will Andrews2015-01-201-0/+6
* Remove extra mtx_unlock().Alexander Motin2015-01-191-1/+0
* Minor refactoring of code block.Hans Petter Selasky2015-01-191-4/+3
* Don't count status as sent until CTIO completes successfully.Alexander Motin2015-01-161-1/+4
* Explain a bit of tricky code dealing with trims and how it preventsWarner Losh2015-01-132-0/+20
* 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
* Hide block device VPD pages for non-block devices.Alexander Motin2014-12-231-17/+27
* Fix potential division by zero after r275920.Alexander Motin2014-12-231-2/+2
* Report initiator id in portlist XML in more formalized way.Alexander Motin2014-12-201-2/+2
* Replace ctl_min() macro with MIN().Alexander Motin2014-12-206-42/+40
* Constify some static data.Alexander Motin2014-12-191-16/+16
* Reduce number of places where global control_softc is used.Alexander Motin2014-12-197-291/+245
* Pass real optimal transfer size supported by backend.Alexander Motin2014-12-184-12/+30
* Add configuration options to override physical and UNMAP blocks geometry.Alexander Motin2014-12-174-10/+71
* Make sequence numbers checks more strict.Alexander Motin2014-12-172-11/+38
* Do not count RCTD bit set as an error.Alexander Motin2014-12-161-1/+1
* Count consecutive read requests as blocking in CTL for files and ZVOLs.Alexander Motin2014-12-065-15/+62
* In addition to r275481 allow threshold notifications work without UNMAP.Alexander Motin2014-12-051-4/+2
* Add to CTL support for threshold notifications for file-backed LUNs.Alexander Motin2014-12-041-0/+28
* Swap resource count scopes for used/available space.Alexander Motin2014-12-041-2/+2
* Add GET LBA STATUS command support to CTL.Alexander Motin2014-12-047-15/+353
* Increase CTL ports limit from 128 to 256 and LUNs limit from 256 to 1024.Alexander Motin2014-12-031-3/+3
* Unify function names after r275458.Alexander Motin2014-12-031-12/+12