aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-26/+136
2015-04-15target: Ensure sess_prot_type is saved across session restartNicholas Bellinger1-7/+15
2015-04-14target: Remove the unused flag SCF_ACK_KREFBart Van Assche1-3/+1
2015-04-14target: Fix two sparse warningsBart Van Assche1-0/+2
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger1-4/+33
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-3/+3
2015-04-07target: Add internal READ_INSERT supportNicholas Bellinger1-0/+6
2015-04-07target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger1-8/+13
2015-04-07target: Add internal WRITE_STRIP supportNicholas Bellinger1-0/+16
2015-04-07target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger1-9/+22
2015-04-07target: Add protected fabric + unprotected device supportNicholas Bellinger1-0/+8
2015-03-26target: add __releases annotation to target_release_cmd_krefChristoph Hellwig1-0/+1
2015-03-19target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche1-0/+4
2015-03-06target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger1-0/+24
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