summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_xcopy.c
AgeCommit message (Expand)Author
2021-01-12scsi: target: Fix XCOPY NAA identifier lookupDavid Disseldorp
2019-01-26scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche
2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche
2017-07-06xcopy: loop over devices using idr helperMike Christie
2017-07-06target: Fix a deadlock between the XCOPY code and iSCSI session shutdownBart Van Assche
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche
2017-02-08target: Use correct SCSI status during EXTENDED_COPY exceptionNicholas Bellinger
2017-01-10target: support XCOPY requests without parametersDavid Disseldorp
2017-01-10target: check for XCOPY parameter truncationDavid Disseldorp
2017-01-10target: use XCOPY segment descriptor CSCD IDsDavid Disseldorp
2017-01-10target: check XCOPY segment descriptor CSCD IDsDavid Disseldorp
2017-01-10target: simplify XCOPY wwn->se_dev lookup helperDavid Disseldorp
2017-01-10target: return UNSUPPORTED TARGET/SEGMENT DESC TYPE CODE senseDavid Disseldorp
2017-01-10target: bounds check XCOPY total descriptor list lengthDavid Disseldorp
2017-01-10target: bounds check XCOPY segment descriptor listDavid Disseldorp
2017-01-10target: use XCOPY TOO MANY TARGET DESCRIPTORS senseDavid Disseldorp
2016-12-09target: Minimize #include directivesBart Van Assche
2016-10-19target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni
2016-10-19target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig
2015-09-11target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche
2015-05-30target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystemChristoph Hellwig
2015-04-14target: simplify the target template registration APIChristoph Hellwig
2015-04-07target: simplify target_xcopy_init_pt_lunChristoph Hellwig
2015-04-07target: remove the unused SCF_CMD_XCOPY_PASSTHROUGH flagChristoph Hellwig
2015-03-26target: move external declarations to a headersChristoph Hellwig
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida
2014-06-06target: cleanup some boolean testsChristophe Vu-Brugier
2014-01-09drivers: target: Move prototype declaration of function to header file target...Rashika Kheria
2013-11-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-11-08target: Add per device xcopy_lun for copy offload I/ONicholas Bellinger
2013-11-07target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger
2013-11-07target: Add percpu refcounting for se_lun accessNicholas Bellinger
2013-10-24target: Fail XCOPY for non matching source + destination block_sizeNicholas Bellinger
2013-10-24target: Generate failure for XCOPY I/O with non-zero scsi_statusNicholas Bellinger
2013-10-24target: Add missing XCOPY I/O operation sense_bufferNicholas Bellinger
2013-10-09target: Reject EXTENDED_COPY when emulate_3pc is disabledNicholas Bellinger
2013-10-09target: Allow non zero ListID in EXTENDED_COPY parameter listNicholas Bellinger
2013-10-09target: Make target_do_xcopy failures return INVALID_PARAMETER_LISTNicholas Bellinger
2013-10-01target: Fix xop->dbl assignment in target_xcopy_parse_segdesc_02Nicholas Bellinger
2013-09-10target: remove unused including <linux/version.h>Wei Yongjun
2013-09-10target: Add support for EXTENDED_COPY copy offload emulationNicholas Bellinger