aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_transport.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-141/+108
2015-06-30target: use kvfree() in session alloc and freeGravatar Pekka Enberg 1-8/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+1
2015-06-23target: Send UA upon LUN RESET tmr completionGravatar Hannes Reinecke 1-0/+5
2015-06-16target: use 'se_dev_entry' when allocating UAsGravatar Hannes Reinecke 1-6/+6
2015-06-15target: use 64-bit LUNsGravatar Hannes Reinecke 1-3/+3
2015-06-02target: Minimize SCSI header #include directivesGravatar Bart Van Assche 1-3/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+6
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageGravatar Nicholas Bellinger 1-13/+7
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunGravatar Christoph Hellwig 1-29/+5
2015-06-01target: Simplify LUN shutdown codeGravatar Bart Van Assche 1-22/+1
2015-06-01target: Convert se_tpg->acl_node_lock to ->acl_node_mutexGravatar Nicholas Bellinger 1-10/+10
2015-05-30target: remove ->put_session methodGravatar Christoph Hellwig 1-6/+0
2015-05-30target: target_core_configfs.h is not needed in fabric driversGravatar Christoph Hellwig 1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsGravatar Bart Van Assche 1-21/+20
2015-05-30target: ensure se_cmd->t_prot_sg is allocated when requiredGravatar Akinobu Mita 1-12/+15
2015-05-30target: move node ACL allocation to core codeGravatar Christoph Hellwig 1-1/+1
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Gravatar Bart Van Assche 1-10/+10
2015-05-30target/transport: Always initialize bidi fields in se_cmdGravatar Ilias Tsitsimpis 1-4/+2
2015-05-30target: fix DPO and FUA bit checksGravatar Christoph Hellwig 1-0/+19
2015-05-30target: Merge sbc_verify_dif_read|writeGravatar Sagi Grimberg 1-8/+9
2015-05-30target: Use a PASSTHROUGH flag instead of transport_typesGravatar Andy Grover 1-3/+3
2015-05-28treewide: Add missing vmalloc.h inclusion.Gravatar David S. Miller 1-0/+1
2015-05-14target: Add missing parenthesesGravatar Bart Van Assche 1-2/+2
2015-05-14target: Fix bidi command handlingGravatar Bart Van Assche 1-2/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-26/+136
2015-04-15target: Ensure sess_prot_type is saved across session restartGravatar Nicholas Bellinger 1-7/+15
2015-04-14target: Remove the unused flag SCF_ACK_KREFGravatar Bart Van Assche 1-3/+1
2015-04-14target: Fix two sparse warningsGravatar Bart Van Assche 1-0/+2
2015-04-14target: Fix COMPARE_AND_WRITE with SG_TO_MEM_NOALLOC handlingGravatar Nicholas Bellinger 1-4/+33
2015-04-14target: simplify the target template registration APIGravatar Christoph Hellwig 1-3/+3
2015-04-07target: Add internal READ_INSERT supportGravatar Nicholas Bellinger 1-0/+6
2015-04-07target: Move cmd->prot_op check into target_read_prot_actionGravatar Nicholas Bellinger 1-8/+13
2015-04-07target: Add internal WRITE_STRIP supportGravatar Nicholas Bellinger 1-0/+16
2015-04-07target: Move cmd->prot_op check into target_write_prot_actionGravatar Nicholas Bellinger 1-9/+22
2015-04-07target: Add protected fabric + unprotected device supportGravatar Nicholas Bellinger 1-0/+8
2015-03-26target: add __releases annotation to target_release_cmd_krefGravatar Christoph Hellwig 1-0/+1
2015-03-19target: Fix reference leak in target_get_sess_cmd() error pathGravatar Bart Van Assche 1-0/+4
2015-03-06target: Add target_show_dynamic_sessions attribute helperGravatar Nicholas Bellinger 1-0/+24
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 1-8/+8
2014-12-04scsi: remove MSG_*_TAG definesGravatar Christoph Hellwig 1-8/+8
2014-10-28target: Don't call TFO->write_pending if data_length == 0Gravatar Roland Dreier 1-1/+1
2014-10-03target: Add a user-passthrough backstoreGravatar Andy Grover 1-0/+4
2014-10-01target: Fix queue full status NULL pointer for SCF_TRANSPORT_TASK_SENSEGravatar Quinn Tran 1-2/+1
2014-10-01target: encapsulate smp_mb__after_atomic()Gravatar Joern Engel 1-12/+6
2014-10-01target: remove some smp_mb__after_atomic()sGravatar Joern Engel 1-2/+0
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-5/+32
2014-06-12target: Fix NULL pointer dereference for XCOPY in target_put_sess_cmdGravatar Nicholas Bellinger 1-0/+4
2014-06-11target: Report correct response length for some commandsGravatar Roland Dreier 1-0/+17