summaryrefslogtreecommitdiffstats
path: root/include/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-242-13/+3Star
|\
| * target: Minimize SCSI header #include directivesBart Van Assche2015-06-022-3/+1Star
| * target: Correct a commentBart Van Assche2015-06-021-10/+2Star
* | target: Use a PASSTHROUGH flag instead of transport_typesAndy Grover2015-05-311-4/+2Star
* | target: Move passthrough CDB parsing into a common functionAndy Grover2015-05-311-0/+2
* | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig2015-05-312-3/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-245-18/+51
|\
| * target: Ensure sess_prot_type is saved across session restartNicholas Bellinger2015-04-161-0/+1
| * target: Remove the unused flag SCF_ACK_KREFBart Van Assche2015-04-141-1/+0Star
| * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-04-141-1/+1
| * target: simplify the target template registration APIChristoph Hellwig2015-04-143-11/+23
| * target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagChristoph Hellwig2015-04-081-1/+0Star
| * iscsi/iser-target: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-081-0/+2
| * target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-082-0/+9
| * iscsi-target: Drop legacy iscsi_target_tq.c logicNicholas Bellinger2015-03-261-4/+2Star
| * iscsi-target: Convert iscsi_thread_set usage to kthread.hNicholas Bellinger2015-03-261-0/+7
| * target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger2015-03-072-0/+6
* | target: do not reject FUA CDBs when write cache is enabled but emulate_write_...Christophe Vu-Brugier2015-03-201-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-214-2/+963
|\
| * target: Fix PR_APTPL_BUF_LEN buffer size limitationNicholas Bellinger2015-02-121-1/+1
| * iscsi/iser-target: Support multi-sequence sendtargets text responseSagi Grimberg2015-02-121-0/+1
| * iscsi-target: Introduce session_get_next_tttSagi Grimberg2015-02-041-0/+13
| * iscsi-target: Move iscsi_target_[core,stat].h under linux includeSagi Grimberg2015-01-303-1/+948
* | target: Drop left-over fabric_max_sectors attributeNicholas Bellinger2015-01-103-6/+0Star
|/
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-201-0/+6
|\
| * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-0/+6
* | target: Add DEF_TB_DEFAULT_ATTRIBS macro for virtual device attrsNicholas Bellinger2014-12-021-0/+67
* | target: Add EXPORT_SYMBOL for existing se_dev_set_*Nicholas Bellinger2014-12-021-0/+29
* | target: Add target_core_backend_configfs.h helper macrosNicholas Bellinger2014-12-021-0/+53
* | target: Move dev_stat_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-0/+1
* | target: Move dev_alua_tg_pt_gps_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-0/+1
* | target: Move dev_wwn_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-0/+1
* | target: Move dev_pr_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-0/+1
* | target: Move dev_attrib_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-0/+1
* | target: Move dev_cit to struct se_subsystem_apiNicholas Bellinger2014-12-021-0/+9
|/
* target: Add force_pr_aptpl device attributeNicholas Bellinger2014-10-041-0/+3
* target: encapsulate smp_mb__after_atomic()Joern Engel2014-10-011-0/+14
* target: Report correct response length for some commandsRoland Dreier2014-06-111-0/+1
* Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg2014-06-111-1/+2
* target/sbc: Add sbc_dif_read_strip software emulationNicholas Bellinger2014-04-071-0/+1
* target/sbc: Add sbc_dif_generate software emulationNicholas Bellinger2014-04-071-0/+1
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-073-9/+16
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-072-0/+2
* target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-071-1/+1
* Target/core: Remove prot_handover use for nowSagi Grimberg2014-04-071-6/+0Star
* Target/dif: Introduce protection-passthough-only modeSagi Grimberg2014-04-071-0/+1
* Target/sbc: Set protection operation and relevant checksSagi Grimberg2014-03-131-0/+7
* iscsi/iser-target: Fix isert_conn->state hung shutdown issuesNicholas Bellinger2014-03-051-0/+1
* target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier2014-02-131-1/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-02-014-8/+86
|\