summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove some #if 0'ed code that apparently confuses cscope.ken2015-03-241-7/+1
* 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-113-0/+90
* 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
* Bring some more order into iSCSI portal group tags support.mav2015-02-032-20/+30
* 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-301-2/+72
* 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
* Don't count status as sent until CTIO completes successfully.mav2015-01-161-1/+4
* 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-046-15/+327
* 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
OpenPOWER on IntegriCloud