aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07target: Enable READ_STRIP emulation in target_complete_ok_workNicholas Bellinger1-0/+31
2014-04-07target: Enable WRITE_INSERT emulation in target_execute_cmdNicholas Bellinger1-0/+9
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-3/+5
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+6
2014-04-07target: Fix Task Aborted Status (TAS) handlingAlex Leung1-3/+11
2014-04-07Target/dif: Introduce protection-passthough-only modeSagi Grimberg1-5/+7
2014-03-13Target/sbc: Set protection operation and relevant checksSagi Grimberg1-1/+1
2014-03-13Target/transport: Allocate protection sg if neededSagi Grimberg1-0/+12
2014-02-23target: Add DIF sense codes in transport_generic_request_failureNicholas Bellinger1-0/+3
2014-02-12target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier1-4/+1
2014-01-30target: Fix percpu_ref_put race in transport_lun_remove_cmdNicholas Bellinger1-2/+3
2014-01-25target: Report bad sector in sense data for DIF errorsSagi Grimberg1-0/+16
2014-01-18target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger1-2/+14
2014-01-18target: Add DIF CHECK_CONDITION ASC/ASCQ exception casesNicholas Bellinger1-0/+30
2014-01-09target_core_alua: Referrals configfs integrationHannes Reinecke1-1/+27
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-230/+14
2013-11-20target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke1-2/+2
2013-11-13target: Fix delayed Task Aborted Status (TAS) handling bugNicholas Bellinger1-0/+2
2013-11-12target: Core does not need blkdev.hAndy Grover1-1/+0
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger1-217/+2
2013-11-07target: Add percpu refcounting for se_lun accessNicholas Bellinger1-10/+8
2013-10-01target: Fall back to vzalloc upon ->sess_cmd_map kzalloc failureNicholas Bellinger1-5/+15
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