summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_xcopy.c
Commit message (Expand)AuthorAgeFilesLines
* target: simplify the target template registration APIChristoph Hellwig2015-04-141-1/+1
* target: simplify target_xcopy_init_pt_lunChristoph Hellwig2015-04-081-23/+9Star
* target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagChristoph Hellwig2015-04-081-2/+2
* target: move external declarations to a headersChristoph Hellwig2015-03-261-9/+1Star
* treewide: fix typo in printk and KconfigMasanari Iida2014-11-201-1/+1
* target: cleanup some boolean testsChristophe Vu-Brugier2014-06-061-5/+5
* drivers: target: Move prototype declaration of function to header file target...Rashika Kheria2014-01-101-4/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-221-18/+1Star
|\
| * target: Add per device xcopy_lun for copy offload I/ONicholas Bellinger2013-11-081-17/+1Star
| * target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger2013-11-071-2/+0Star
| * target: Add percpu refcounting for se_lun accessNicholas Bellinger2013-11-071-0/+1
* | target: Fail XCOPY for non matching source + destination block_sizeNicholas Bellinger2013-10-241-1/+13
* | target: Generate failure for XCOPY I/O with non-zero scsi_statusNicholas Bellinger2013-10-241-1/+2
* | target: Add missing XCOPY I/O operation sense_bufferNicholas Bellinger2013-10-241-2/+3
* | target: Reject EXTENDED_COPY when emulate_3pc is disabledNicholas Bellinger2013-10-091-0/+9
* | target: Allow non zero ListID in EXTENDED_COPY parameter listNicholas Bellinger2013-10-091-5/+2Star
* | target: Make target_do_xcopy failures return INVALID_PARAMETER_LISTNicholas Bellinger2013-10-091-8/+9
* | target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger2013-10-021-2/+2
|/
* target: remove unused including <linux/version.h>Wei Yongjun2013-09-111-1/+0Star
* target: Add support for EXTENDED_COPY copy offload emulationNicholas Bellinger2013-09-111-0/+1082