summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2012-10-02target: Add control CDB READ payload zero work-aroundNicholas Bellinger-0/+21
2012-10-02tcm_loop: Convert I/O path to use target_submit_cmd_map_sglsNicholas Bellinger-54/+8
2012-10-02target: Add target_submit_cmd_map_sgls for SGL fabric memory passthroughNicholas Bellinger-6/+59
2012-10-02iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-modeNicholas Bellinger-0/+12
2012-10-02iscsi-target: Change iscsi_target_seq_pdu_list.c to honor MaxXmitDataSegmentL...Nicholas Bellinger-30/+31
2012-10-02iscsi-target: Add MaxXmitDataSegmentLength connection recovery checkNicholas Bellinger-1/+10
2012-10-02iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLengthNicholas Bellinger-12/+12
2012-10-02iscsi-target: Enable MaxXmitDataSegmentLength operation in login pathNicholas Bellinger-12/+44
2012-10-02iscsi-target: Add base MaxXmitDataSegmentLength codeNicholas Bellinger-0/+31
2012-10-02target/file: Re-enable optional fd_buffered_io=1 operationNicholas Bellinger-3/+39
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2012-09-22iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDUNicholas Bellinger-0/+1
2012-09-22sbp-target: fix return value check in sbp_register_configfs()Wei Yongjun-2/+2
2012-09-17target: fix return code in target_core_init_configfs error pathPeter Senna Tschudin-1/+7
2012-09-17target: move the dereference below the NULL testWei Yongjun-4/+6
2012-09-17tcm_fc: move the dereference below the NULL testWei Yongjun-1/+2
2012-09-17target: go through normal processing for all zero-length commandsPaolo Bonzini-17/+0
2012-09-17target: do not submit a zero-bio I/O requestPaolo Bonzini-0/+6
2012-09-17target: support zero allocation length in SBC commandsPaolo Bonzini-8/+15
2012-09-17target: fix truncation of mode data, support zero allocation lengthPaolo Bonzini-10/+7
2012-09-17target: support zero allocation length in INQUIRYPaolo Bonzini-25/+6
2012-09-17target: use list_move_tail instead of list_del/list_add_tailWei Yongjun-2/+1
2012-09-17target/iscsi: Don't log "iSCSI Login negotiation failed." twiceRoland Dreier-1/+0
2012-09-17target: Drop se_subsystem_api->[write_cache,fua_write]_emulated flagsNicholas Bellinger-9/+6
2012-09-17target: remove unused including <generated/utsrelease.h>Wei Yongjun-2/+0
2012-09-17tcm_fc: remove unused including <generated/utsrelease.h>Wei Yongjun-3/+0
2012-09-17target/rd: Allow WriteCacheEnabled=1 operation with rd_mcp backendsNicholas Bellinger-0/+1
2012-09-17target/iblock: Use match_strlcpy for Opt_udev_path string assignmentNicholas Bellinger-6/+3
2012-09-17target: Fix minor spelling typos in drivers/targetMasanari Iida-15/+15
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier-127/+79
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier-31/+0
2012-09-17target/sbp: Remove strict param from sbp_parse_wwnAndy Grover-4/+4
2012-09-17target: Cleanup transport_subsystem_check_initAndy Grover-3/+1
2012-09-17target: Remove request_module for target_core_stgtAndy Grover-4/+0
2012-09-09block: Generalized bio pool freeingKent Overstreet-9/+0
2012-09-07target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini-9/+2
2012-09-07target: support zero allocation length in REQUEST SENSEPaolo Bonzini-17/+18
2012-09-07target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini-4/+9
2012-09-07target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini-0/+7
2012-09-07target: report too-small parameter lists everywherePaolo Bonzini-2/+30
2012-09-07target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini-5/+7
2012-09-05target: fix use-after-free with PSCSI sense dataPaolo Bonzini-36/+21
2012-09-05target: simplify code around transport_get_sense_dataPaolo Bonzini-36/+13
2012-09-05target: move transport_get_sense_dataPaolo Bonzini-55/+55
2012-09-01scsi: fix various printk and comment typosMasanari Iida-2/+2
2012-08-26target: Check idr_get_new return value in iscsi_login_zero_tsih_s1Benjamin Wang-1/+10
2012-08-23target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger-2/+7
2012-08-21target: Remove unused se_cmd.cmd_spdtlRoland Dreier-2/+0
2012-08-20tcm_fc: rcu_deref outside rcu lock/unlock sectionDenis Efremov-1/+3
2012-08-17target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger-3/+6