summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl/scsi_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r289881: Give CTL support for PIM_EXTLUNS when talking to CAM.mav2015-11-131-9/+26
* MFC r289843: Add partial support for QUERY TMF to CAM and isp(4).mav2015-11-131-8/+15
* MFC r289819: Fix LUN disable in CAM broken at r285155.mav2015-10-301-1/+1
* MFC r288166: Update WRITE ATOMIC(16) support to sbc4r8 draft.mav2015-10-051-1/+0
* MFC r287621: Reimplement CTL High Availability.mav2015-10-051-0/+1
* MFC r287620: Remove unused target and initiator IDs.mav2015-10-051-7/+4
* MFC r287293: Remove 600 bytes of port_priv from struct ctl_io_hdr.mav2015-10-051-14/+27
* MFC r285155:mav2015-10-051-11/+7
* MFC r284640: Bring per-port LUN enable/disable code up to date:mav2015-06-251-11/+7
* MFC r284622: Remove device queue freeze handling and replace it with dummy.mav2015-06-251-30/+14
* MFC r284541:mav2015-06-251-33/+28
* MFC r284013: Allow setting only WWNN or only WWPN.mav2015-06-191-5/+13
* MFC r277247: Don't count status as sent until CTIO completes successfully.mav2015-01-301-1/+4
* MFC r275942: Reduce number of places where global control_softc is used.mav2015-01-031-2/+0
* MFC r275365: Move ctlfe_onoffline() out of lock to let it sleep when needed.mav2014-12-181-32/+9
* MFC r275058: Coalesce last data move and command status for read commands.mav2014-12-181-7/+27
* MFC r275032: Decouple datamove/done logic from CTL status set.mav2014-12-181-330/+210
* MFC r274962: Replace home-grown CTL IO allocator with UMA.mav2014-12-181-132/+107
* MFC r274785: Partially reconstruct Active/Standby clusting.mav2014-12-051-1/+1
* MFC r274081: Fix residual copy/paste in r274080.mav2014-11-111-1/+0
* MFC r274080: Improve error handling around duplicate lun and port enable.mav2014-11-111-11/+30
* MFC r273008: Remove stale comments.mav2014-10-201-10/+0
* MFC r272947: Give physical and virtual ports numbers some more meaning.mav2014-10-201-2/+2
* MFC r272939: Shorten frontend name.mav2014-10-201-1/+1
* MFC r272938: Filter out duplicate AC_PATH_REGISTERED async events.mav2014-10-201-45/+39
* MFC r272935: Mark CTL frontend's CAM driver as CAM_PERIPH_DRV_EARLY.mav2014-10-201-1/+2
* MFC r272734:mav2014-10-201-0/+1
* MFC r268767:mav2014-07-301-2/+1
* MFC r268418:mav2014-07-151-1/+2
* MFC r268363:mav2014-07-151-0/+2
* MFC r268362:mav2014-07-151-5/+5
* MFC r268293:mav2014-07-151-8/+6
* MFC r268266, r268275:mav2014-07-151-79/+59
* MFC r268265:mav2014-07-151-16/+0
* MFC r264884:mav2014-05-081-100/+98
* MFC Alexander Motin's direct dispatch, multi-queue, and finer-grainedscottl2014-01-071-98/+68
* Fix the build with CTLFEDEBUG, broken by unmapped I/O support changes.mav2013-09-011-6/+6
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* MFprojects/camlock r248890, r248897, r248898, r248900, r248903, r248905,mav2013-04-141-9/+0
* Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE'trasz2013-04-121-5/+0
* Fix sending virtual scatter/gather lists from the CTL CAM frontendken2013-04-021-1/+5
* Remove unused code.trasz2013-04-021-30/+0
* Make it possible to build CTL as a module.trasz2013-04-021-2/+34
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-4/+6
* Make CTL work a little better with loading and unloading drivers.ken2013-01-091-86/+161
* Fix a couple of CTL locking issues and clean up some duplicated code.ken2012-12-091-9/+17
* Make sure we hold the SIM lock when calling xpt_free_path().ken2012-12-081-5/+6
* Remove several uses of numeric priorities from immediate CCB setups.mav2012-10-271-4/+4
* Remove useless NULL checks after M_WAITOK allocations.trasz2012-09-271-11/+0
* Handle a case where we had an SRR that pushed back themjacob2012-07-281-4/+124
OpenPOWER on IntegriCloud