summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-26/+136
|\
| * target: Ensure sess_prot_type is saved across session restartNicholas Bellinger2015-04-161-7/+15
| * target: Remove the unused flag SCF_ACK_KREFBart Van Assche2015-04-141-3/+1Star
| * target: Fix two sparse warningsBart Van Assche2015-04-141-0/+2
| * target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingNicholas Bellinger2015-04-141-4/+33
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-3/+3
| * target: Add internal READ_INSERT supportNicholas Bellinger2015-04-081-0/+6
| * target: Move cmd->prot_op check into target_read_prot_actionNicholas Bellinger2015-04-081-8/+13
| * target: Add internal WRITE_STRIP supportNicholas Bellinger2015-04-081-0/+16
| * target: Move cmd->prot_op check into target_write_prot_actionNicholas Bellinger2015-04-081-9/+22
| * target: Add protected fabric + unprotected device supportNicholas Bellinger2015-04-081-0/+8
| * target: add __releases annotation to target_release_cmd_krefChristoph Hellwig2015-03-261-0/+1
| * target: Add target_show_dynamic_sessions attribute helperNicholas Bellinger2015-03-071-0/+24
* | target: Fix reference leak in target_get_sess_cmd() error pathBart Van Assche2015-03-201-0/+4
|/
* Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-181-8/+8
|\
| * scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-8/+8
* | target: Don't call TFO->write_pending if data_length == 0Roland Dreier2014-10-281-1/+1
|/
* target: Add a user-passthrough backstoreAndy Grover2014-10-031-0/+4
* target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEQuinn Tran2014-10-011-2/+1Star
* target: encapsulate smp_mb__after_atomic()Joern Engel2014-10-011-12/+6Star
* target: remove some smp_mb__after_atomic()sJoern Engel2014-10-011-2/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-131-5/+32
|\
| * target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdNicholas Bellinger2014-06-121-0/+4
| * target: Report correct response length for some commandsRoland Dreier2014-06-111-0/+17
| * target: Use complete_all for se_cmd->t_transport_stop_compNicholas Bellinger2014-06-101-3/+3
| * target: Set CMD_T_ACTIVE bit for Task Management RequestsNicholas Bellinger2014-06-101-0/+6
| * target: cleanup some boolean testsChristophe Vu-Brugier2014-06-061-2/+2
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-8/+8
|\ \ | |/ |/|
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-8/+8
* | target: fix memory leak on XCOPYMikulas Patocka2014-05-181-1/+1
|/
* target: Enable READ_STRIP emulation in target_complete_ok_workNicholas Bellinger2014-04-071-0/+31
* target: Enable WRITE_INSERT emulation in target_execute_cmdNicholas Bellinger2014-04-071-0/+9
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-3/+5
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+6
* target: Fix Task Aborted Status (TAS) handlingAlex Leung2014-04-071-3/+11
* Target/dif: Introduce protection-passthough-only modeSagi Grimberg2014-04-071-5/+7
* Target/sbc: Set protection operation and relevant checksSagi Grimberg2014-03-131-1/+1
* Target/transport: Allocate protection sg if neededSagi Grimberg2014-03-131-0/+12
* target: Add DIF sense codes in transport_generic_request_failureNicholas Bellinger2014-02-241-0/+3
* target: Simplify command completion by removing CMD_T_FAILED flagRoland Dreier2014-02-131-4/+1Star
* target: Fix percpu_ref_put race in transport_lun_remove_cmdNicholas Bellinger2014-01-301-2/+3
* target: Report bad sector in sense data for DIF errorsSagi Grimberg2014-01-251-0/+16
* target: Add protection SGLs to target_submit_cmd_map_sglsNicholas Bellinger2014-01-181-2/+14
* target: Add DIF CHECK_CONDITION ASC/ASCQ exception casesNicholas Bellinger2014-01-181-0/+30
* target_core_alua: Referrals configfs integrationHannes Reinecke2014-01-101-1/+27
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-230/+14Star
|\
| * target core: rename (ex,im)plict -> (ex,im)plicitHannes Reinecke2013-11-201-2/+2
| * target: Fix delayed Task Aborted Status (TAS) handling bugNicholas Bellinger2013-11-131-0/+2
| * target: Core does not need blkdev.hAndy Grover2013-11-121-1/+0Star
| * target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger2013-11-071-217/+2Star