summaryrefslogtreecommitdiffstats
path: root/sys/cam/ctl/ctl_frontend_iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r314659,r314676:ngie2017-05-291-2/+2
* MFC r316653: Fix few minor issues found by Clang Analyzer.mav2017-04-231-3/+9
* MFC r311283:trasz2017-03-181-1/+2
* MFC r313854, r313963: Change the way MaxCmdSN is used.mav2017-03-031-6/+6
* MFC r312603: Add initial support for CTL module unloading.mav2017-02-071-2/+21
* MFC r312291, r312669:mav2017-02-071-9/+10
* MFC r312343: Improve error message on duplicate iSCSI port.mav2017-02-071-1/+2
* Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v"trasz2016-06-051-0/+5
* Add mechanism for choosing iSER-capable ICL modules.trasz2016-05-241-2/+3
* Add icl_conn_connect() ICL method, required for iSER.trasz2016-05-171-0/+1
* Set bhsdi_target_transfer_tag to reserved value, which is 0xffffffff.mav2016-03-041-0/+1
* Give CTL support for PIM_EXTLUNS when talking to CAM.mav2015-10-241-58/+3
* Remove some dead code found by Clang analyzer.mav2015-09-251-2/+1
* Remove some control_softc references.mav2015-09-251-1/+0
* Log iSCSI session reinstatements.mav2015-09-211-0/+10
* Mark with DMA flag I/Os waiting for iSCSI write data after R2T.mav2015-09-201-0/+5
* Implement QUERY TASK, QUERY TASK SET and QUERY ASYNC EVENT.mav2015-09-141-10/+34
* Map CLEAR TASK SET and I_T NEXUS RESET for iSCSI.mav2015-09-131-0/+12
* Implement iSCSI TARGET COLD RESET task management function.mav2015-09-131-1/+23
* Reimplement CTL High Availability.mav2015-09-101-0/+1
* Remove unused target and initiator IDs.mav2015-09-101-6/+3
* Make most of port methods optional and remove bunch of dummies.mav2015-09-011-19/+0
* Drop "internal" CTL frontend.mav2015-08-151-1/+0
* Bring per-port LUN enable/disable code up to date:mav2015-06-201-6/+4
* 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-081-11/+57
* Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v)trasz2015-02-061-5/+34
* Bring some more order into iSCSI portal group tags support.mav2015-02-031-19/+29
* CTL LUN mapping rewrite.mav2015-02-011-98/+1
* Add kobj interface between ICL and the rest of the iSCSI stack.trasz2015-01-311-1/+3
* Make sequence numbers checks more strict.mav2014-12-171-11/+37
* Coalesce last data move and command status for read commands.mav2014-11-251-7/+31
* Replace home-grown CTL IO allocator with UMA.mav2014-11-241-18/+0
* Read cs_outstanding_ctl_pdus before incrementing it for NEXUS RESET task.mav2014-11-241-1/+1
* Make iSCSI frontend less chatty while waiting for tasks termination.mav2014-11-221-3/+7
* Make cfiscsi_offline() synchronous, waiting for connections terminationmav2014-11-211-0/+10
* Close race between cfiscsi_offline() and new connection arrival.mav2014-11-211-15/+17
* Partially reconstruct Active/Standby clusting.mav2014-11-211-1/+1
* Fix typo.trasz2014-11-191-1/+1
* s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a littletrasz2014-11-031-5/+5
* Change the default log level for iSCSI target from 3 to 1. It shouldtrasz2014-10-311-1/+1
* Give physical and virtual ports numbers some more meaning.mav2014-10-111-2/+6
* Make iSCSI connection close somewhat less aggressive.mav2014-10-091-1/+0
* Add support for MaxBurstLength and Expected Data transfer Length parameters.mav2014-10-061-16/+64
* Fix read overrun handling, broken by using wrong variable.mav2014-09-221-3/+3
* Make sure we handle less than zero timeouts in iSCSI initiator and targettrasz2014-09-101-1/+1
* Make it possible to disable NOP-In PDUs by the iSCSI initiator by settingtrasz2014-09-101-0/+13
* Use proper include paths in kernel iSCSI code.trasz2014-08-211-3/+3
* Fix ctl(4) kldload failure that manifested like this:trasz2014-07-251-0/+1
* Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone.mav2014-07-161-1/+1
OpenPOWER on IntegriCloud