| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r314659,r314676: | ngie | 2017-05-29 | 1 | -2/+2 |
* | MFC r316653: Fix few minor issues found by Clang Analyzer. | mav | 2017-04-23 | 1 | -3/+9 |
* | MFC r311283: | trasz | 2017-03-18 | 1 | -1/+2 |
* | MFC r313854, r313963: Change the way MaxCmdSN is used. | mav | 2017-03-03 | 1 | -6/+6 |
* | MFC r312603: Add initial support for CTL module unloading. | mav | 2017-02-07 | 1 | -2/+21 |
* | MFC r312291, r312669: | mav | 2017-02-07 | 1 | -9/+10 |
* | MFC r312343: Improve error message on duplicate iSCSI port. | mav | 2017-02-07 | 1 | -1/+2 |
* | Report negotiated MaxBurstLength and FirstBurstLength in "iscsictl -v" | trasz | 2016-06-05 | 1 | -0/+5 |
* | Add mechanism for choosing iSER-capable ICL modules. | trasz | 2016-05-24 | 1 | -2/+3 |
* | Add icl_conn_connect() ICL method, required for iSER. | trasz | 2016-05-17 | 1 | -0/+1 |
* | Set bhsdi_target_transfer_tag to reserved value, which is 0xffffffff. | mav | 2016-03-04 | 1 | -0/+1 |
* | Give CTL support for PIM_EXTLUNS when talking to CAM. | mav | 2015-10-24 | 1 | -58/+3 |
* | Remove some dead code found by Clang analyzer. | mav | 2015-09-25 | 1 | -2/+1 |
* | Remove some control_softc references. | mav | 2015-09-25 | 1 | -1/+0 |
* | Log iSCSI session reinstatements. | mav | 2015-09-21 | 1 | -0/+10 |
* | Mark with DMA flag I/Os waiting for iSCSI write data after R2T. | mav | 2015-09-20 | 1 | -0/+5 |
* | Implement QUERY TASK, QUERY TASK SET and QUERY ASYNC EVENT. | mav | 2015-09-14 | 1 | -10/+34 |
* | Map CLEAR TASK SET and I_T NEXUS RESET for iSCSI. | mav | 2015-09-13 | 1 | -0/+12 |
* | Implement iSCSI TARGET COLD RESET task management function. | mav | 2015-09-13 | 1 | -1/+23 |
* | Reimplement CTL High Availability. | mav | 2015-09-10 | 1 | -0/+1 |
* | Remove unused target and initiator IDs. | mav | 2015-09-10 | 1 | -6/+3 |
* | Make most of port methods optional and remove bunch of dummies. | mav | 2015-09-01 | 1 | -19/+0 |
* | Drop "internal" CTL frontend. | mav | 2015-08-15 | 1 | -1/+0 |
* | Bring per-port LUN enable/disable code up to date: | mav | 2015-06-20 | 1 | -6/+4 |
* | Fix ordering of "*logout" and "*terminate"; no functional changes. | trasz | 2015-02-08 | 1 | -40/+40 |
* | Extend ICL to add receive offload methods. For software ICL backend | trasz | 2015-02-08 | 1 | -11/+57 |
* | Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v) | trasz | 2015-02-06 | 1 | -5/+34 |
* | Bring some more order into iSCSI portal group tags support. | mav | 2015-02-03 | 1 | -19/+29 |
* | CTL LUN mapping rewrite. | mav | 2015-02-01 | 1 | -98/+1 |
* | Add kobj interface between ICL and the rest of the iSCSI stack. | trasz | 2015-01-31 | 1 | -1/+3 |
* | Make sequence numbers checks more strict. | mav | 2014-12-17 | 1 | -11/+37 |
* | Coalesce last data move and command status for read commands. | mav | 2014-11-25 | 1 | -7/+31 |
* | Replace home-grown CTL IO allocator with UMA. | mav | 2014-11-24 | 1 | -18/+0 |
* | Read cs_outstanding_ctl_pdus before incrementing it for NEXUS RESET task. | mav | 2014-11-24 | 1 | -1/+1 |
* | Make iSCSI frontend less chatty while waiting for tasks termination. | mav | 2014-11-22 | 1 | -3/+7 |
* | Make cfiscsi_offline() synchronous, waiting for connections termination | mav | 2014-11-21 | 1 | -0/+10 |
* | Close race between cfiscsi_offline() and new connection arrival. | mav | 2014-11-21 | 1 | -15/+17 |
* | Partially reconstruct Active/Standby clusting. | mav | 2014-11-21 | 1 | -1/+1 |
* | Fix typo. | trasz | 2014-11-19 | 1 | -1/+1 |
* | s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a little | trasz | 2014-11-03 | 1 | -5/+5 |
* | Change the default log level for iSCSI target from 3 to 1. It should | trasz | 2014-10-31 | 1 | -1/+1 |
* | Give physical and virtual ports numbers some more meaning. | mav | 2014-10-11 | 1 | -2/+6 |
* | Make iSCSI connection close somewhat less aggressive. | mav | 2014-10-09 | 1 | -1/+0 |
* | Add support for MaxBurstLength and Expected Data transfer Length parameters. | mav | 2014-10-06 | 1 | -16/+64 |
* | Fix read overrun handling, broken by using wrong variable. | mav | 2014-09-22 | 1 | -3/+3 |
* | Make sure we handle less than zero timeouts in iSCSI initiator and target | trasz | 2014-09-10 | 1 | -1/+1 |
* | Make it possible to disable NOP-In PDUs by the iSCSI initiator by setting | trasz | 2014-09-10 | 1 | -0/+13 |
* | Use proper include paths in kernel iSCSI code. | trasz | 2014-08-21 | 1 | -3/+3 |
* | Fix ctl(4) kldload failure that manifested like this: | trasz | 2014-07-25 | 1 | -0/+1 |
* | Add support for VMWare dialect of EXTENDED COPY command, aka VAAI Clone. | mav | 2014-07-16 | 1 | -1/+1 |