summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the flags for the XPT_DEV_ADVINFO CCB are initializedken2015-02-183-3/+4
* Teach CTL to ask GEOM devices about BIO_DELETE support.mav2015-02-132-10/+25
* Make XCOPY and WUT commands respect physical block size/offset.mav2015-02-124-24/+78
* Make WRITE SAME commands respect physical block size.mav2015-02-121-2/+12
* Do not dereference NULL clearing UA that was not set in r277917.mav2015-02-111-1/+2
* Add support for General Statistics and Performance log page.mav2015-02-114-0/+130
* Do not abort already aborted tasks.mav2015-02-101-51/+44
* Fix ordering of "*logout" and "*terminate"; no functional changes.trasz2015-02-081-40/+40
* Extend ICL to add receive offload methods. For software ICL backendtrasz2015-02-082-11/+58
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)trasz2015-02-062-7/+48
* Add support for probing the SCSI VPD Extended Inquiry page (0x86).ken2015-02-054-0/+93
* Bring some more order into iSCSI portal group tags support.mav2015-02-032-20/+30
* Retry indefinitely on SCSI BUSY status from VMware disks and CDs.mav2015-02-024-7/+35
* CTL LUN mapping rewrite.mav2015-02-018-165/+178
* Add kobj interface between ICL and the rest of the iSCSI stack.trasz2015-01-311-1/+3
* Improve SCSI Extended Inquiry VPD page (0x86) support.ken2015-01-302-5/+89
* Fix several potential overflows in UNMAP code.mav2015-01-261-6/+6
* Fix wrong LUN reference in XCOPY block-to-block operation.mav2015-01-241-1/+1
* Don't count requests with status sent as overlapping.mav2015-01-221-2/+4
* Restore the CAM XPT peripheral generation counter, and export it via sysctl.will2015-01-201-0/+6
* Remove extra mtx_unlock().mav2015-01-191-1/+0
* Minor refactoring of code block.hselasky2015-01-191-4/+3
* Don't count status as sent until CTIO completes successfully.mav2015-01-161-1/+4
* Explain a bit of tricky code dealing with trims and how it preventsimp2015-01-132-0/+20
* 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
* Hide block device VPD pages for non-block devices.mav2014-12-231-17/+27
* Fix potential division by zero after r275920.mav2014-12-231-2/+2
* Report initiator id in portlist XML in more formalized way.mav2014-12-201-2/+2
* Replace ctl_min() macro with MIN().mav2014-12-206-42/+40
* Constify some static data.mav2014-12-191-16/+16
* Reduce number of places where global control_softc is used.mav2014-12-197-291/+245
* Pass real optimal transfer size supported by backend.mav2014-12-184-12/+30
* Add configuration options to override physical and UNMAP blocks geometry.mav2014-12-174-10/+71
* Make sequence numbers checks more strict.mav2014-12-172-11/+38
* Do not count RCTD bit set as an error.mav2014-12-161-1/+1
* Count consecutive read requests as blocking in CTL for files and ZVOLs.mav2014-12-065-15/+62
* In addition to r275481 allow threshold notifications work without UNMAP.mav2014-12-051-4/+2
* Add to CTL support for threshold notifications for file-backed LUNs.mav2014-12-041-0/+28
* Swap resource count scopes for used/available space.mav2014-12-041-2/+2
* Add GET LBA STATUS command support to CTL.mav2014-12-047-15/+353
* Increase CTL ports limit from 128 to 256 and LUNs limit from 256 to 1024.mav2014-12-031-3/+3
* Unify function names after r275458.mav2014-12-031-12/+12
* Do not pre-allocate UNIT ATTENTIONs storage for every possible initiator.mav2014-12-034-128/+141
* Remove some unused code.mav2014-12-031-43/+0
* Do not pre-allocate reservation keys memory for every possible initiator.mav2014-12-032-54/+112
* Plug memory leaks on UNMAP and XCOPY with invalid parameters.mav2014-12-032-6/+24
* Convert persis_offset from global variable to softc field.mav2014-12-022-11/+11
* Reduce code duplication by creating ctl_set_res_ua() helper.mav2014-12-021-87/+20
OpenPOWER on IntegriCloud