aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-19target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche1-0/+4
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-8/+8
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-8/+8
2014-10-28target: Don't call TFO->write_pending if data_length == 0Roland Dreier1-1/+1
2014-10-03target: Add a user-passthrough backstoreAndy Grover1-0/+4
2014-10-01target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran1-2/+1
2014-10-01target: encapsulate smp_mb__after_atomic()Joern Engel1-12/+6
2014-10-01target: remove some smp_mb__after_atomic()sJoern Engel1-2/+0
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-5/+32
2014-06-12target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger1-0/+4
2014-06-11target: Report correct response length for some commandsRoland Dreier1-0/+17
2014-06-10target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger1-3/+3
2014-06-10target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger1-0/+6
2014-06-06target: cleanup some boolean testsChristophe Vu-Brugier1-2/+2
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-8/+8
2014-05-17target: fix memory leak on XCOPYMikulas Patocka1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-8/+8
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