aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_xcopy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-06-06target: cleanup some boolean testsChristophe Vu-Brugier1-5/+5
2014-01-09drivers: target: Move prototype declaration of function to header file target_core_pr.hRashika Kheria1-4/+0
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-18/+1
2013-11-08target: Add per device xcopy_lun for copy offload I/ONicholas Bellinger1-17/+1
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger1-2/+0
2013-11-07target: Add percpu refcounting for se_lun accessNicholas Bellinger1-0/+1
2013-10-24target: Fail XCOPY for non matching source + destination block_sizeNicholas Bellinger1-1/+13
2013-10-24target: Generate failure for XCOPY I/O with non-zero scsi_statusNicholas Bellinger1-1/+2
2013-10-24target: Add missing XCOPY I/O operation sense_bufferNicholas Bellinger1-2/+3
2013-10-09target: Reject EXTENDED_COPY when emulate_3pc is disabledNicholas Bellinger1-0/+9
2013-10-09target: Allow non zero ListID in EXTENDED_COPY parameter listNicholas Bellinger1-5/+2
2013-10-09target: Make target_do_xcopy failures return INVALID_PARAMETER_LISTNicholas Bellinger1-8/+9
2013-10-01target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger1-2/+2
2013-09-10target: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2013-09-10target: Add support for EXTENDED_COPY copy offload emulationNicholas Bellinger1-0/+1082