summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl/ctl_frontend.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce number of places where global control_softc is used.mav2014-12-191-40/+44
* Replace home-grown CTL IO allocator with UMA.mav2014-11-241-2/+2
* Partially reconstruct Active/Standby clusting.mav2014-11-211-2/+2
* Make ctl_port_mask an array to support more then 32 ports.mav2014-09-101-4/+4
* Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.mav2014-07-161-0/+2
* Teach ctl_add_initiator() to dynamically allocate IIDs from pool.mav2014-07-071-3/+17
* Burry devid port method, which was a gross hack.mav2014-07-051-2/+45
* Create separate CTL port for every iSCSI target (and maybe portal group).mav2014-07-051-0/+4
* Implement and use ctl_frontend_find().mav2014-07-051-0/+17
* Use proper links field for ports linking.mav2014-07-051-1/+1
* Separate concepts of frontend and port.mav2014-07-041-35/+83
* Introduce seperate mutex lock to protect protect CTL I/O pools, slightlymav2013-11-111-5/+3
* Change the SCSI INQUIRY peripheral qualifier that CTL reports for LUNsken2012-04-061-0/+1
* Add the CAM Target Layer (CTL).ken2012-01-121-0/+187
OpenPOWER on IntegriCloud