summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-25target: Add export of target_get_sess_cmd symbolNicholas Bellinger1-2/+2
2013-04-25target: Change default sense key of NOT_READYJörn Engel1-2/+7
2013-03-29target: Fix RESERVATION_CONFLICT status regression for iscsi-target special caseNicholas Bellinger1-1/+3
2013-02-14target: Fix error checking for UNMAP commandsRoland Dreier1-0/+10
2013-02-13target: change sprintf to snprintf in transport_dump_vpd_identDan Carpenter1-3/+6
2013-01-11target: Release se_cmd when LUN lookup fails for TMRRoland Dreier1-0/+2
2013-01-11target: Fix use-after-free in LUN RESET handlingRoland Dreier1-3/+2
2013-01-11target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier1-0/+1
2013-01-11target: Introduce TCM_NO_SENSEHannes Reinecke1-0/+10
2013-01-09target: use correct sense code for LUN communication failureHannes Reinecke1-1/+1
2012-12-16Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-480/+195
2012-11-28target: Clean up flow in transport_check_aborted_status()Roland Dreier1-14/+10
2012-11-28target: Clean up logic in transport_put_cmd()Roland Dreier1-5/+4
2012-11-28target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-18target: Fix handling of aborted commandsRoland Dreier1-2/+4
2012-11-08target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruptionNicholas Bellinger1-1/+1
2012-11-07target: pass sense_reason as a return valueChristoph Hellwig1-153/+99
2012-11-07target: simplify alua supportChristoph Hellwig1-32/+6
2012-11-07target: simplify reservations codeChristoph Hellwig1-15/+7
2012-11-07target: kill dev->dev_task_attr_typeChristoph Hellwig1-63/+67
2012-11-07target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu1-1/+1
2012-11-07target: kill struct se_subsystem_devChristoph Hellwig1-205/+12
2012-10-27target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger1-1/+0
2012-10-03target: Add control CDB READ payload zero work-aroundNicholas Bellinger1-0/+21
2012-10-03target: Add target_submit_cmd_map_sgls for SGL fabric memory passthroughNicholas Bellinger1-6/+59
2012-09-18target: go through normal processing for all zero-length commandsPaolo Bonzini1-17/+0
2012-09-18target: Fix minor spelling typos in drivers/targetMasanari Iida1-2/+2
2012-09-18target: Simplify fabric sense data length handlingRoland Dreier1-84/+71
2012-09-18target: Cleanup transport_subsystem_check_initAndy Grover1-3/+1
2012-09-18target: Remove request_module for target_core_stgtAndy Grover1-4/+0
2012-09-07target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini1-9/+2
2012-09-07target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini1-4/+9
2012-09-07target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini1-1/+3
2012-09-06target: fix use-after-free with PSCSI sense dataPaolo Bonzini1-22/+14
2012-09-06target: simplify code around transport_get_sense_dataPaolo Bonzini1-36/+13
2012-09-06target: move transport_get_sense_dataPaolo Bonzini1-55/+55
2012-08-24target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger1-2/+7
2012-08-22target: Remove unused se_cmd.cmd_spdtlRoland Dreier1-2/+0
2012-08-18target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger1-3/+6
2012-08-17target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou1-2/+2
2012-07-20target: NULL dereference on error pathDan Carpenter1-5/+6
2012-07-18target: Allow for target_submit_cmd() returning errorsRoland Dreier1-5/+9
2012-07-17target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier1-0/+10
2012-07-17target: Remove se_session.sess_wait_listRoland Dreier1-12/+10
2012-07-17target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier1-5/+19
2012-07-17target: Un-export target_get_sess_cmd()Roland Dreier1-3/+3
2012-07-17target: replace the processing thread with a TMR work queueChristoph Hellwig1-157/+16
2012-07-17target: remove transport_generic_handle_cdb_mapChristoph Hellwig1-43/+1
2012-07-17target: simply fabric driver queue full processingChristoph Hellwig1-7/+6
2012-07-17target: remove transport_generic_handle_dataChristoph Hellwig1-39/+0