summaryrefslogtreecommitdiffstats
path: root/sys/cam
Commit message (Expand)AuthorAgeFilesLines
* Issue all reads of single XCOPY segment simultaneously.mav2015-08-051-5/+4
* Refactor unmapped buffer address handling.jeff2015-07-231-5/+5
* Create a dedicated function for ensuring that cdir and rdir are populated.mjg2015-07-111-12/+1
* Make first step toward supporting target and initiator roles same time.mav2015-07-051-11/+7
* Fix couple panics on forced unmount of backing file.mav2015-07-021-11/+16
* Fix REPORT LUNS command output for the case when same LUN mapped to samemav2015-06-201-2/+6
* Bring per-port LUN enable/disable code up to date:mav2015-06-209-114/+102
* Introduce separate lock for tokens to reduce ctl_lock scope.mav2015-06-202-13/+19
* Remove some dead and duplicate LUN enabling code.mav2015-06-202-80/+1
* Remove device queue freeze handling and replace it with dummy.mav2015-06-201-30/+14
* Change ATIO/INOT counting to prevent periph destruction while requestsmav2015-06-181-33/+28
* Add support for reading MAM attributes to camcontrol(8) and libcam(3).ken2015-06-094-2/+1235
* Fix wrong function name in error message.mav2015-06-051-2/+2
* Allow setting only WWNN or only WWPN.mav2015-06-051-5/+13
* 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
OpenPOWER on IntegriCloud