aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/target_core_xcopy.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglGravatar Christoph Hellwig 1-1/+1
2015-09-11target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessGravatar Nicholas Bellinger 1-2/+4
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-23/+2
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-2/+1
2015-06-02target: Minimize SCSI header #include directivesGravatar Bart Van Assche 1-2/+1
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunGravatar Christoph Hellwig 1-16/+1
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-6/+1
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemGravatar Christoph Hellwig 1-9/+6
2015-04-14target: simplify the target template registration APIGravatar Christoph Hellwig 1-1/+1
2015-04-07target: simplify target_xcopy_init_pt_lunGravatar Christoph Hellwig 1-23/+9
2015-04-07target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagGravatar Christoph Hellwig 1-2/+2
2015-03-26target: move external declarations to a headersGravatar Christoph Hellwig 1-9/+1
2014-11-20treewide: fix typo in printk and KconfigGravatar Masanari Iida 1-1/+1
2014-06-06target: cleanup some boolean testsGravatar Christophe Vu-Brugier 1-5/+5
2014-01-09drivers: target: Move prototype declaration of function to header file target...Gravatar Rashika Kheria 1-4/+0
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-18/+1
2013-11-08target: Add per device xcopy_lun for copy offload I/OGravatar Nicholas Bellinger 1-17/+1
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeGravatar Nicholas Bellinger 1-2/+0
2013-11-07target: Add percpu refcounting for se_lun accessGravatar Nicholas Bellinger 1-0/+1
2013-10-24target: Fail XCOPY for non matching source + destination block_sizeGravatar Nicholas Bellinger 1-1/+13
2013-10-24target: Generate failure for XCOPY I/O with non-zero scsi_statusGravatar Nicholas Bellinger 1-1/+2
2013-10-24target: Add missing XCOPY I/O operation sense_bufferGravatar Nicholas Bellinger 1-2/+3
2013-10-09target: Reject EXTENDED_COPY when emulate_3pc is disabledGravatar Nicholas Bellinger 1-0/+9
2013-10-09target: Allow non zero ListID in EXTENDED_COPY parameter listGravatar Nicholas Bellinger 1-5/+2
2013-10-09target: Make target_do_xcopy failures return INVALID_PARAMETER_LISTGravatar Nicholas Bellinger 1-8/+9
2013-10-01target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Gravatar Nicholas Bellinger 1-2/+2
2013-09-10target: remove unused including <linux/version.h>Gravatar Wei Yongjun 1-1/+0
2013-09-10target: Add support for EXTENDED_COPY copy offload emulationGravatar Nicholas Bellinger 1-0/+1082