summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* target: Fix RESERVATION_CONFLICT status regression for iscsi-target special caseNicholas Bellinger2013-03-291-1/+3
* target: Fix error checking for UNMAP commandsRoland Dreier2013-02-131-0/+10
* target: change sprintf to snprintf in transport_dump_vpd_identDan Carpenter2013-02-131-3/+6
* target: Release se_cmd when LUN lookup fails for TMRRoland Dreier2013-01-111-0/+2
* target: Fix use-after-free in LUN RESET handlingRoland Dreier2013-01-111-3/+2Star
* target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier2013-01-111-0/+1
* target: Introduce TCM_NO_SENSEHannes Reinecke2013-01-111-0/+10
* target: use correct sense code for LUN communication failureHannes Reinecke2013-01-091-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-12-151-480/+195Star
|\
| * target: Clean up flow in transport_check_aborted_status()Roland Dreier2012-11-281-14/+10Star
| * target: Clean up logic in transport_put_cmd()Roland Dreier2012-11-281-5/+4Star
| * target: Update copyright information to 2012Nicholas Bellinger2012-11-281-4/+1Star
| * target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruptionNicholas Bellinger2012-11-081-1/+1
| * target: pass sense_reason as a return valueChristoph Hellwig2012-11-071-153/+99Star
| * target: simplify alua supportChristoph Hellwig2012-11-071-32/+6Star
| * target: simplify reservations codeChristoph Hellwig2012-11-071-15/+7Star
| * target: kill dev->dev_task_attr_typeChristoph Hellwig2012-11-071-63/+67
| * target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu2012-11-071-1/+1
| * target: kill struct se_subsystem_devChristoph Hellwig2012-11-071-205/+12Star
* | target: Fix handling of aborted commandsRoland Dreier2012-11-171-2/+4
|/
* target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger2012-10-271-1/+0Star
* target: Add control CDB READ payload zero work-aroundNicholas Bellinger2012-10-021-0/+21
* target: Add target_submit_cmd_map_sgls for SGL fabric memory passthroughNicholas Bellinger2012-10-021-6/+59
* target: go through normal processing for all zero-length commandsPaolo Bonzini2012-09-181-17/+0Star
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-181-2/+2
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-181-84/+71Star
* target: Cleanup transport_subsystem_check_initAndy Grover2012-09-181-3/+1Star
* target: Remove request_module for target_core_stgtAndy Grover2012-09-181-4/+0Star
* target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2Star
* target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini2012-09-071-4/+9
* target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2012-09-071-1/+3
* target: fix use-after-free with PSCSI sense dataPaolo Bonzini2012-09-061-22/+14Star
* target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-061-36/+13Star
* target: move transport_get_sense_dataPaolo Bonzini2012-09-061-55/+55
* target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-241-2/+7
* target: Remove unused se_cmd.cmd_spdtlRoland Dreier2012-08-211-2/+0Star
* target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger2012-08-181-3/+6
* target: fix NULL pointer dereference bug alloc_page() fails to get memoryYi Zou2012-08-171-2/+2
* target: NULL dereference on error pathDan Carpenter2012-07-201-5/+6
* target: Allow for target_submit_cmd() returning errorsRoland Dreier2012-07-181-5/+9
* target: Add generation of LOGICAL BLOCK ADDRESS OUT OF RANGERoland Dreier2012-07-171-0/+10
* target: Remove se_session.sess_wait_listRoland Dreier2012-07-171-12/+10Star
* target: Check sess_tearing_down in target_get_sess_cmd()Roland Dreier2012-07-171-5/+19
* target: Un-export target_get_sess_cmd()Roland Dreier2012-07-171-3/+3
* target: replace the processing thread with a TMR work queueChristoph Hellwig2012-07-171-157/+16Star
* target: remove transport_generic_handle_cdb_mapChristoph Hellwig2012-07-171-43/+1Star
* target: simply fabric driver queue full processingChristoph Hellwig2012-07-171-7/+6Star
* target: remove transport_generic_handle_dataChristoph Hellwig2012-07-171-39/+0Star
* target: merge transport_generic_write_pending into transport_generic_new_cmdChristoph Hellwig2012-07-171-48/+26Star
* target: call transport_check_aborted_status from target_execute_cmdChristoph Hellwig2012-07-171-0/+6