summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | target: fix tcm_mod_builder.pyChristoph Hellwig2015-04-161-1/+1
| * | | target/file: Fix UNMAP with DIF protection supportAkinobu Mita2015-04-161-25/+61
| * | | target/file: Fix SG table for prot_buf initializationAkinobu Mita2015-04-161-15/+6
| * | | target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita2015-04-161-7/+8
| * | | target: Make core_tmr_abort_task() skip TMFsBart Van Assche2015-04-161-2/+2
| * | | target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger2015-04-161-3/+5
| * | | target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger2015-04-161-0/+7
| * | | target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger2015-04-161-1/+5
| * | | target: Ensure sess_prot_type is saved across session restartNicholas Bellinger2015-04-162-7/+16
| * | | target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*Akinobu Mita2015-04-141-3/+64
| * | | target: Remove the unused flag SCF_ACK_KREFBart Van Assche2015-04-142-4/+1
| * | | target: Fix two sparse warningsBart Van Assche2015-04-142-0/+4
| * | | target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-04-143-10/+44
| * | | target: simplify the target template registration APIChristoph Hellwig2015-04-1425-927/+356
| * | | target: simplify target_xcopy_init_pt_lunChristoph Hellwig2015-04-081-23/+9
| * | | target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagChristoph Hellwig2015-04-082-3/+2
| * | | target/rd: reduce code duplication in rd_execute_rw()Akinobu Mita2015-04-081-34/+32
| * | | tcm_loop: fixup tpgt string to integer conversionMing Lin2015-04-081-8/+6
| * | | iser-target: Bump version to 1.0Sagi Grimberg2015-04-081-1/+1
| * | | iser-target: Remove conn_ prefix from struct isert_conn membersSagi Grimberg2015-04-082-148/+148
| * | | iser-target: Remove un-needed rdma_listen backlogSagi Grimberg2015-04-082-2/+1
| * | | iser-target: Remove redundant check on the deviceSagi Grimberg2015-04-081-4/+5
| * | | iser-target: Get rid of redundant max_acceptSagi Grimberg2015-04-081-4/+2
| * | | iser-target: Split some logic in isert_connect_request to routinesSagi Grimberg2015-04-081-48/+70
| * | | iser-target: Rename device find/release routinesSagi Grimberg2015-04-081-7/+6
| * | | iser-target: Rename rend/recv completion routinesSagi Grimberg2015-04-081-5/+6
| * | | iser-target: Remove redundant assignment to local variableSagi Grimberg2015-04-081-3/+2
| * | | iser-target: Introduce isert_[alloc|free]_compsSagi Grimberg2015-04-081-46/+60
| * | | iser-target: Split isert_setup_qpSagi Grimberg2015-04-081-14/+42
| * | | iser-target: Remove redundant casting on void pointersSagi Grimberg2015-04-081-16/+16
| * | | iser-target: Remove redundant local variableSagi Grimberg2015-04-081-2/+1
| * | | iser-target: Remove dead codeSagi Grimberg2015-04-081-1/+0
| * | | iser-target: Remove redundant check on recv completionSagi Grimberg2015-04-081-4/+0
| * | | iser-target: Use a single DMA MR and PD per deviceSagi Grimberg2015-04-082-48/+55
| * | | iser-target: Fix possible deadlock in RDMA_CM connection errorSagi Grimberg2015-04-081-5/+9
| * | | iser-target: Fix session hang in case of an rdma read DIF errorSagi Grimberg2015-04-081-2/+4
| * | | iscsi/iser-target: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-084-0/+44
| * | | tcm_qla2xxx: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-082-0/+45
| * | | tcm_qla2xxx: Set TARGET_PROT_ALL for sup_prot_opsNicholas Bellinger2015-04-081-1/+1
| * | | vhost/scsi: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-081-1/+51
| * | | loopback: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-082-2/+53
| * | | target/rd: Add checks for backend DIF emulationNicholas Bellinger2015-04-081-2/+4
| * | | target/iblock: Add checks for backend DIF emulationNicholas Bellinger2015-04-081-1/+1
| * | | target/file: Add checks for backend DIF emulationNicholas Bellinger2015-04-081-4/+4
| * | | target: Add internal READ_INSERT supportNicholas Bellinger2015-04-081-0/+6
| * | | target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger2015-04-081-8/+13
| * | | target: Add internal WRITE_STRIP supportNicholas Bellinger2015-04-082-0/+19
| * | | target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger2015-04-081-9/+22
| * | | target: Update SPC/SBC emulation for sess_prot_typeNicholas Bellinger2015-04-082-7/+20
| * | | target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-084-11/+50