aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-27/+143
2013-09-10target: Update copyright ownership/year information to 2013Nicholas Bellinger1-1/+1
2013-09-10target: Make helpers non static for EXTENDED_COPY command setupNicholas Bellinger1-2/+2
2013-09-10target: Release COMPARE_AND_WRITE mutex in generic failure pathNicholas Bellinger1-0/+7
2013-09-10target: Add compare_and_write_post() completion callback fall throughNicholas Bellinger1-9/+10
2013-09-09target: Make __target_execute_cmd() available as externNicholas Bellinger1-1/+1
2013-09-09target: Add transport_reset_sgl_orig() for COMPARE_AND_WRITENicholas Bellinger1-1/+20
2013-09-09target: Do memory allocation for bidi commands using target_alloc_sglNicholas Bellinger1-0/+17
2013-09-09target: Refactor transport_generic_get_mem to target_alloc_sglNicholas Bellinger1-17/+18
2013-09-09target: Convert se_cmd->t_bidi_data_sg checks to use SCF_BIDINicholas Bellinger1-2/+2
2013-09-09target: Add TCM_MISCOMPARE_VERIFY sense handlingNicholas Bellinger1-0/+9
2013-09-09target: Add return for se_cmd->transport_complete_callbackNicholas Bellinger1-3/+17
2013-09-09target: Add transport_init_session_tags using per-cpu idaNicholas Bellinger1-0/+48
2013-08-31target: Fix se_cmd->state_list leak regression during WRITE failureNicholas Bellinger1-0/+11
2013-07-07target: Add tracepoints for SCSI commands being processedRoland Dreier1-1/+15
2013-06-20target: Drop legacy se_cmd->check_release bitNicholas Bellinger1-7/+1
2013-06-20target: Drop unnecessary t_state_lock access for SCF_SUPPORTED_SAM_OPCODE assignmentNicholas Bellinger1-3/+0
2013-06-20target: Avoid extra t_state_lock access in __target_execute_cmdNicholas Bellinger1-7/+9
2013-06-20target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put_cmdNicholas Bellinger1-18/+0
2013-06-20target: Drop unnecessary CMD_T_DEV_ACTIVE check from transport_lun_remove_cmdNicholas Bellinger1-7/+0
2013-06-20target: Add transport_cmd_check_stop write_pending bitNicholas Bellinger1-10/+9
2013-05-31target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger1-13/+15
2013-05-29target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger1-4/+14
2013-05-20target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel1-23/+5
2013-05-15target: close target_put_sess_cmd() vs. core_tmr_abort_task() raceJoern Engel1-6/+5
2013-05-03target: Remove unused struct members in se_dev_entryAndy Grover1-2/+0
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-28target: Fix RESERVATION_CONFLICT status regression for iscsi-target special caseNicholas Bellinger1-1/+3
2013-02-13target: 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-10target: Release se_cmd when LUN lookup fails for TMRRoland Dreier1-0/+2
2013-01-10target: Fix use-after-free in LUN RESET handlingRoland Dreier1-3/+2
2013-01-10target: Fix missing CMD_T_ACTIVE bit regression for pending WRITEsRoland Dreier1-0/+1
2013-01-10target: Introduce TCM_NO_SENSEHannes Reinecke1-0/+10
2013-01-08target: use correct sense code for LUN communication failureHannes Reinecke1-1/+1
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-480/+195
2012-11-27target: Clean up flow in transport_check_aborted_status()Roland Dreier1-14/+10
2012-11-27target: Clean up logic in transport_put_cmd()Roland Dreier1-5/+4
2012-11-27target: Update copyright information to 2012Nicholas Bellinger1-4/+1
2012-11-17target: Fix handling of aborted commandsRoland Dreier1-2/+4
2012-11-07target: Fix possible TFO->write_pending() sense_reason_t silent WRITE corruptionNicholas Bellinger1-1/+1
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-153/+99
2012-11-06target: simplify alua supportChristoph Hellwig1-32/+6
2012-11-06target: simplify reservations codeChristoph Hellwig1-15/+7
2012-11-06target: kill dev->dev_task_attr_typeChristoph Hellwig1-63/+67
2012-11-06target/pscsi: Make pscsi_configure_device + target_release_session staticFengguang Wu1-1/+1
2012-11-06target: kill struct se_subsystem_devChristoph Hellwig1-205/+12
2012-10-26target: Fix double-free of se_cmd in target_complete_tmr_failureNicholas Bellinger1-1/+0
2012-10-02target: Add control CDB READ payload zero work-aroundNicholas Bellinger1-0/+21