summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
...
* target: Drop legacy se_cmd->check_release bitNicholas Bellinger2013-06-201-7/+1
* target: Drop unnecessary t_state_lock access for SCF_SUPPORTED_SAM_OPCODE ass...Nicholas Bellinger2013-06-201-3/+0
* target: Avoid extra t_state_lock access in __target_execute_cmdNicholas Bellinger2013-06-201-7/+9
* target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put...Nicholas Bellinger2013-06-201-18/+0
* target: Drop unnecessary CMD_T_DEV_ACTIVE check from transport_lun_remove_cmdNicholas Bellinger2013-06-201-7/+0
* target: Add transport_cmd_check_stop write_pending bitNicholas Bellinger2013-06-201-10/+9
* target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger2013-05-311-13/+15
* target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger2013-05-291-4/+14
* target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel2013-05-201-23/+5
* target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceJoern Engel2013-05-151-6/+5
* target: Remove unused struct members in se_dev_entryAndy Grover2013-05-031-2/+0
* target: Add export of target_get_sess_cmd symbolNicholas Bellinger2013-04-251-2/+2
* target: Change default sense key of NOT_READYJörn Engel2013-04-251-2/+7
* target: Fix RESERVATION_CONFLICT status regression for iscsi-target special caseNicholas Bellinger2013-03-281-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-101-0/+2
* target: Fix use-after-free in LUN RESET handlingRoland Dreier2013-01-101-3/+2
* target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier2013-01-101-0/+1
* target: Introduce TCM_NO_SENSEHannes Reinecke2013-01-101-0/+10
* target: use correct sense code for LUN communication failureHannes Reinecke2013-01-081-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-12-151-480/+195
|\
| * target: Clean up flow in transport_check_aborted_status()Roland Dreier2012-11-271-14/+10
| * target: Clean up logic in transport_put_cmd()Roland Dreier2012-11-271-5/+4
| * target: Update copyright information to 2012Nicholas Bellinger2012-11-271-4/+1
| * target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruptionNicholas Bellinger2012-11-071-1/+1
| * target: pass sense_reason as a return valueChristoph Hellwig2012-11-061-153/+99
| * target: simplify alua supportChristoph Hellwig2012-11-061-32/+6
| * target: simplify reservations codeChristoph Hellwig2012-11-061-15/+7
| * target: kill dev->dev_task_attr_typeChristoph Hellwig2012-11-061-63/+67
| * target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu2012-11-061-1/+1
| * target: kill struct se_subsystem_devChristoph Hellwig2012-11-061-205/+12
* | 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-261-1/+0
* 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-171-17/+0
* target: Fix minor spelling typos in drivers/targetMasanari Iida2012-09-171-2/+2
* target: Simplify fabric sense data length handlingRoland Dreier2012-09-171-84/+71
* target: Cleanup transport_subsystem_check_initAndy Grover2012-09-171-3/+1
* target: Remove request_module for target_core_stgtAndy Grover2012-09-171-4/+0
* target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini2012-09-071-9/+2
* 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-051-22/+14
* target: simplify code around transport_get_sense_dataPaolo Bonzini2012-09-051-36/+13
* target: move transport_get_sense_dataPaolo Bonzini2012-09-051-55/+55
* target: Fix ->data_length re-assignment bug with SCSI overflowNicholas Bellinger2012-08-231-2/+7
* target: Remove unused se_cmd.cmd_spdtlRoland Dreier2012-08-211-2/+0
* target: Fix regression bug with handling of zero-length data CDBsNicholas Bellinger2012-08-171-3/+6
OpenPOWER on IntegriCloud