summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Handle EDQUOT backend storage errors same as ENOSPC.mav2015-05-061-3/+3
* 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
* Initialize async_arg_ptr in xpt_async when called with async_codeasomers2015-04-141-1/+3
* Add some additional quirks for various Western Digital Caviar MHDDseadler2015-03-301-1/+16
* Add DA_Q_NO_RC16 quirk for USB mass storage device.hselasky2015-03-251-0/+7
* Remove some #if 0'ed code that apparently confuses cscope.ken2015-03-241-7/+1
* Be consistent with M_ZERO when allocating ccbs.benno2015-03-231-2/+2
* 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-172-22/+37
* Add DA_Q_NO_RC16 quirk for USB mass storage device.hselasky2015-03-071-0/+7
* Make periphdriver_register() take XPT lock when modifying the periph_driverstrasz2015-03-022-2/+14
* Change the sa(4) driver to check for long position support onken2015-03-021-2/+6
* Fix I/O size calculation for pass(4) driver requests and add latencyken2015-02-271-6/+12
* 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-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
OpenPOWER on IntegriCloud