summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2015-05-31target: make the tpg_get_default_depth method optionalChristoph Hellwig5-23/+4
2015-05-31sbp_target: remove struct sbp_naclChristoph Hellwig2-30/+3
2015-05-31tcm_loop: remove struct tcm_loop_naclChristoph Hellwig2-17/+2
2015-05-31target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche5-22/+21
2015-05-31target/user: Add support for bidirectional commandsIlias Tsitsimpis1-5/+24
2015-05-31target/user: Refactor data area allocation codeIlias Tsitsimpis1-83/+106
2015-05-31target/transport: Always initialize bidi fields in se_cmdIlias Tsitsimpis1-4/+2
2015-05-31target/loop: Enable VARLEN CDB supportIlias Tsitsimpis2-6/+1
2015-05-31driver/user: Don't warn for DMA_NONE data directionIlias Tsitsimpis1-2/+3
2015-05-31target: fix DPO and FUA bit checksChristoph Hellwig6-32/+40
2015-05-31iscsi-target: remove support for obsolete markersChristophe Vu-Brugier9-444/+16
2015-05-31target/sbc: Fix sbc_dif_verify inconsistent map/unmapSagi Grimberg1-14/+14
2015-05-31target/file: Remove fd_prot bounce bufferSagi Grimberg2-106/+28
2015-05-31target: Merge sbc_verify_dif_read|writeSagi Grimberg4-107/+34
2015-05-31target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover10-18/+15
2015-05-31target: Move passthrough CDB parsing into a common functionAndy Grover3-94/+76
2015-05-31target/user: Only support full command pass-throughAndy Grover1-50/+74
2015-05-31target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOSTAndy Grover2-0/+4
2015-05-31target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig4-53/+27
2015-05-20target: Drop signal_pending checks after interruptible lock acquireNicholas Bellinger3-6/+3
2015-05-15target: Add missing parenthesesBart Van Assche1-2/+2
2015-05-15target: Fix bidi command handlingBart Van Assche1-2/+1
2015-05-03target/user: Disallow full passthrough (pass_level=0)Andy Grover1-65/+3
2015-05-03ISCSI: fix minor memory leakEvgenii Lepikhin1-0/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds33-1524/+990
2015-04-20target: Put TCMU under a new config optionAndy Grover2-3/+4
2015-04-20target: Version 2 of TCMU ABIAndy Grover1-12/+34
2015-04-16target/file: Fix UNMAP with DIF protection supportAkinobu Mita1-25/+61
2015-04-16target/file: Fix SG table for prot_buf initializationAkinobu Mita1-15/+6
2015-04-16target/file: Fix BUG() when CONFIG_DEBUG_SG=y and DIF protection enabledAkinobu Mita1-7/+8
2015-04-16target: Make core_tmr_abort_task() skip TMFsBart Van Assche1-2/+2
2015-04-16target/sbc: Update sbc_dif_generate pr_debug outputNicholas Bellinger1-3/+5
2015-04-16target/sbc: Make internal DIF emulation honor ->prot_checksNicholas Bellinger1-0/+7
2015-04-16target/sbc: Return INVALID_CDB_FIELD if DIF + sess_prot_type disabledNicholas Bellinger1-1/+5
2015-04-16target: Ensure sess_prot_type is saved across session restartNicholas Bellinger1-7/+15
2015-04-14target/rd: Don't pass incomplete scatterlist entries to sbc_dif_verify_*Akinobu Mita1-3/+64
2015-04-14target: Remove the unused flag SCF_ACK_KREFBart Van Assche1-3/+1
2015-04-14target: Fix two sparse warningsBart Van Assche2-0/+4
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2-9/+43
2015-04-14target: simplify the target template registration APIChristoph Hellwig15-548/+246
2015-04-10iscsi target: fix oops when adding reject pduMike Christie1-1/+1
2015-04-08target: simplify target_xcopy_init_pt_lunChristoph Hellwig1-23/+9
2015-04-08target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagChristoph Hellwig1-2/+2
2015-04-08target/rd: reduce code duplication in rd_execute_rw()Akinobu Mita1-34/+32
2015-04-08tcm_loop: fixup tpgt string to integer conversionMing Lin1-8/+6
2015-04-08iscsi/iser-target: Add fabric_prot_type attribute supportNicholas Bellinger3-0/+42
2015-04-08loopback: Add fabric_prot_type attribute supportNicholas Bellinger2-2/+53
2015-04-08target/rd: Add checks for backend DIF emulationNicholas Bellinger1-2/+4
2015-04-08target/iblock: Add checks for backend DIF emulationNicholas Bellinger1-1/+1
2015-04-08target/file: Add checks for backend DIF emulationNicholas Bellinger1-4/+4