aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_xcopy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01scsi: target: core: De-RCU of se_lun and se_lun aclDmitry Bogdanov1-1/+1
2021-09-14scsi: target: Remove unused function argumentsLi Feng1-8/+6
2021-08-17scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko1-11/+15
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke1-1/+1
2021-05-15scsi: target: core: Unify NAA identifier generationSergey Samoylenko1-15/+2
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+1
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie1-4/+4
2021-01-11scsi: target: Fix XCOPY NAA identifier lookupDavid Disseldorp1-49/+70
2020-07-08scsi: target: Fix xcopy sess release leakMike Christie1-2/+9
2020-06-09scsi: target: Rename target_setup_cmd_from_cdb() to target_cmd_parse_cdb()Sudhakar Panneerselvam1-1/+1
2020-06-09scsi: target: Fix NULL pointer dereferenceSudhakar Panneerselvam1-0/+3
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam1-2/+2
2020-03-29scsi: target: use the stack for XCOPY passthrough cmdsDavid Disseldorp1-53/+31
2020-03-29scsi: target: avoid per-loop XCOPY buffer allocationsDavid Disseldorp1-66/+30
2020-03-29scsi: target: drop xcopy DISK BLOCK LENGTH debugDavid Disseldorp1-5/+0
2020-03-29scsi: target: use #define for xcopy descriptor lenDavid Disseldorp1-1/+1
2019-10-03scsi: target: Remove tpg_list and se_portal_group.se_tpg_nodeBart Van Assche1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-04-12scsi: target/core: Make the XCOPY setup code easier to read by inlining two functionsBart Van Assche1-27/+23
2019-04-12scsi: target/core: Simplify LUN initialization in XCOPY implementationBart Van Assche1-40/+3
2019-04-12scsi: target/core: Remove a set-but-not-used member variable from the XCOPY implementationBart Van Assche1-7/+2
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-6/+0
2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche1-1/+5
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
2018-10-16scsi: target/core: Remove an unused data member from struct xcopy_pt_cmdBart Van Assche1-3/+0
2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche1-4/+1
2017-07-06xcopy: loop over devices using idr helperMike Christie1-29/+41
2017-07-06target: Fix a deadlock between the XCOPY code and iSCSI session shutdownBart Van Assche1-41/+69
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche1-3/+1
2017-02-08target: Use correct SCSI status during EXTENDED_COPY exceptionNicholas Bellinger1-1/+1
2017-01-10target: support XCOPY requests without parametersDavid Disseldorp1-0/+4
2017-01-10target: check for XCOPY parameter truncationDavid Disseldorp1-0/+14
2017-01-10target: use XCOPY segment descriptor CSCD IDsDavid Disseldorp1-31/+48
2017-01-10target: check XCOPY segment descriptor CSCD IDsDavid Disseldorp1-0/+8
2017-01-10target: simplify XCOPY wwn->se_dev lookup helperDavid Disseldorp1-19/+9
2017-01-10target: return UNSUPPORTED TARGET/SEGMENT DESC TYPE CODE senseDavid Disseldorp1-0/+4
2017-01-10target: bounds check XCOPY total descriptor list lengthDavid Disseldorp1-0/+6
2017-01-10target: bounds check XCOPY segment descriptor listDavid Disseldorp1-2/+12
2017-01-10target: use XCOPY TOO MANY TARGET DESCRIPTORS senseDavid Disseldorp1-1/+3
2016-12-09target: Minimize #include directivesBart Van Assche1-0/+1
2016-10-19target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni1-4/+12
2016-10-19target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger1-6/+16
2016-05-13target: enhance and export target_alloc_sgl/target_free_sglChristoph Hellwig1-1/+1
2015-09-11target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sessNicholas Bellinger1-2/+4
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-23/+2
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-2/+1
2015-06-01target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lunChristoph Hellwig1-16/+1
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-6/+1