summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger2013-10-021-5/+15
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-09-131-27/+143
|\
| * target: Update copyright ownership/year information to 2013Nicholas Bellinger2013-09-111-1/+1
| * target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger2013-09-111-2/+2
| * target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger2013-09-111-0/+7
| * target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger2013-09-111-9/+10
| * target: Make __target_execute_cmd() available as externNicholas Bellinger2013-09-091-1/+1
| * target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITENicholas Bellinger2013-09-091-1/+20
| * target: Do memory allocation for bidi commands using target_alloc_sglNicholas Bellinger2013-09-091-0/+17
| * target: Refactor transport_generic_get_mem to target_alloc_sglNicholas Bellinger2013-09-091-17/+18
| * target: Convert se_cmd->t_bidi_data_sg checks to use SCF_BIDINicholas Bellinger2013-09-091-2/+2
| * target: Add TCM_MISCOMPARE_VERIFY sense handlingNicholas Bellinger2013-09-091-0/+9
| * target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger2013-09-091-3/+17
| * target: Add transport_init_session_tags using per-cpu idaNicholas Bellinger2013-09-091-0/+48
* | target: Fix se_cmd->state_list leak regression during WRITE failureNicholas Bellinger2013-09-011-0/+11
|/
* target: Add tracepoints for SCSI commands being processedRoland Dreier2013-07-081-1/+15
* target: Drop legacy se_cmd->check_release bitNicholas Bellinger2013-06-201-7/+1Star
* target: Drop unnecessary t_state_lock access for SCF_SUPPORTED_SAM_OPCODE ass...Nicholas Bellinger2013-06-201-3/+0Star
* 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/+0Star
* target: Drop unnecessary CMD_T_DEV_ACTIVE check from transport_lun_remove_cmdNicholas Bellinger2013-06-201-7/+0Star
* target: Add transport_cmd_check_stop write_pending bitNicholas Bellinger2013-06-201-10/+9Star
* 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-301-4/+14
* target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel2013-05-211-23/+5Star
* target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceJoern Engel2013-05-151-6/+5Star
* target: Remove unused struct members in se_dev_entryAndy Grover2013-05-041-2/+0Star
* 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-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