aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-06target: Add emulation for MODE SELECTRoland Dreier1-0/+53
2012-11-06target: Implement mode page 0x1c, "Informational Exceptions"Roland Dreier1-0/+14
2012-11-06target: Refactor MODE SENSE emulationRoland Dreier1-59/+176
2012-11-06iscsi-target: Use list_first_entry() where appropriateRoland Dreier2-6/+5
2012-11-06target: remove ->get_device_revChristoph Hellwig7-25/+1
2012-11-06target: simplify alua supportChristoph Hellwig6-153/+65
2012-11-06target: simplify reservations codeChristoph Hellwig6-269/+127
2012-11-06target: kill dev->dev_task_attr_typeChristoph Hellwig3-72/+69
2012-11-06pscsi: fix REPORT LUNS handlingChristoph Hellwig1-1/+2
2012-11-06target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu2-2/+2
2012-11-06target: provide generic sbc device type/revision helpersChristoph Hellwig4-44/+18
2012-11-06target/pscsi: call spc_emulate_report_luns directlyChristoph Hellwig2-10/+4
2012-11-06target: move REPORT LUNS emulation to target_core_spc.cChristoph Hellwig3-65/+64
2012-11-06target: rename spc_opsChristoph Hellwig4-7/+7
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig24-1818/+1011
2012-11-01target: Fix incorrect usage of nested IRQ spinlocks in ABORT_TASK pathSteve Hodgson1-3/+3
2012-11-01iscsi-target: Fix missed wakeup race in TX threadRoland Dreier5-3/+26
2012-11-01target: Avoid integer overflow in se_dev_align_max_sectors()Roland Dreier1-9/+9
2012-11-01target: Don't return success from module_init() if setup failsRoland Dreier1-1/+2
2012-10-31target: Re-add explict zeroing of INQUIRY bounce buffer memoryNicholas Bellinger1-0/+2
2012-10-28Merge branch 'master' into for-nextJiri Kosina41-614/+613
2012-10-26target: reintroduce some obsolete SCSI-2 commandsBernhard Kohl1-0/+18
2012-10-26target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger1-1/+0
2012-10-16iscsi: fix check keysAlan Cox1-0/+1
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+0
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds41-605/+613
2012-10-03iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout valuesNicholas Bellinger1-2/+2
2012-10-03iscsit: proper endianess conversionsChristoph Hellwig10-138/+122
2012-10-03iscsit: use the itt_t abstract typeChristoph Hellwig10-46/+37
2012-10-02iscsit: add missing endianess conversion in iscsit_check_inaddr_anyChristoph Hellwig1-1/+1
2012-10-02iscsit: remove incorrect unlock in iscsit_build_sendtargets_respChristoph Hellwig1-1/+0
2012-10-02iscsit: mark various functions staticChristoph Hellwig10-25/+23
2012-10-02target/iscsi: precedence bug in iscsit_set_dataout_sequence_values()Dan Carpenter1-3/+3
2012-10-02target: Add control CDB READ payload zero work-aroundNicholas Bellinger1-0/+21
2012-10-02tcm_loop: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger1-54/+8
2012-10-02target: Add target_submit_cmd_map_sgls for SGL fabric memory passthroughNicholas Bellinger1-6/+59
2012-10-02iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-modeNicholas Bellinger1-0/+12
2012-10-02iscsi-target: Change iscsi_target_seq_pdu_list.c to honor MaxXmitDataSegmentLengthNicholas Bellinger1-30/+31
2012-10-02iscsi-target: Add MaxXmitDataSegmentLength connection recovery checkNicholas Bellinger3-1/+10
2012-10-02iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLengthNicholas Bellinger1-12/+12
2012-10-02iscsi-target: Enable MaxXmitDataSegmentLength operation in login pathNicholas Bellinger3-12/+44
2012-10-02iscsi-target: Add base MaxXmitDataSegmentLength codeNicholas Bellinger4-0/+31
2012-10-02target/file: Re-enable optional fd_buffered_io=1 operationNicholas Bellinger2-3/+39
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-09-22iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger1-0/+1
2012-09-22sbp-target: fix return value check in sbp_register_configfs()Wei Yongjun1-2/+2
2012-09-17target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin1-1/+7
2012-09-17target: move the dereference below the NULL testWei Yongjun1-4/+6
2012-09-17tcm_fc: move the dereference below the NULL testWei Yongjun1-1/+2
2012-09-17target: go through normal processing for all zero-length commandsPaolo Bonzini1-17/+0