summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2020-04-22scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp1-1/+1
2020-04-13scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser1-0/+1
2020-04-13scsi: target: fix PR IN / READ FULL STATUS for FCBodo Stroesser1-1/+1
2020-04-13scsi: target: Write NULL to *port_nexus_ptr if no ISIDBodo Stroesser1-1/+2
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-132/+64
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-74/+57
2020-03-29scsi: target: use the stack for XCOPY passthrough cmdsDavid Disseldorp2-58/+31
2020-03-29scsi: target: increase XCOPY I/O sizeDavid Disseldorp1-1/+1
2020-03-29scsi: target: avoid per-loop XCOPY buffer allocationsDavid Disseldorp2-66/+31
2020-03-29scsi: target: drop xcopy DISK BLOCK LENGTH debugDavid Disseldorp2-6/+0
2020-03-29scsi: target: use #define for xcopy descriptor lenDavid Disseldorp1-1/+1
2020-03-26scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_sessio...Maurizio Lombardi1-2/+1
2020-03-26scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi3-16/+29
2020-03-26scsi: target: remove boilerplate codeMaurizio Lombardi2-45/+2
2020-02-21scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp5-8/+22
2020-02-21scsi: target: convert boolean se_dev_attrib types to boolDavid Disseldorp1-3/+3
2020-02-21scsi: target: fix unmap_zeroes_data boolean initialisationDavid Disseldorp1-1/+1
2020-02-14scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche1-8/+2
2020-02-14scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche1-3/+3
2020-02-12scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche1-3/+28
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2020-01-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+3
2020-01-21scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche1-3/+3
2020-01-10Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen1-1/+3
2019-12-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+3
2019-12-19scsi: libfc: remove unnecessary assertion on ep variableAditya Pakki1-1/+0
2019-12-19scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin1-1/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-12-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-121/+207
2019-11-19scsi: target: core: Fix a pr_debug() argumentBart Van Assche1-1/+1
2019-11-19scsi: target: iscsi: Wait for all commands to finish before freeing a sessionBart Van Assche1-2/+8
2019-11-19scsi: target: core: Release SPC-2 reservations when closing a sessionBart Van Assche1-0/+15
2019-11-19scsi: target: core: Document target_cmd_size_check()Bart Van Assche1-0/+13
2019-11-08scsi: target: tcmu: Prevent memory reclaim recursionDamien Le Moal1-3/+3
2019-11-06scsi: target: iscsi: rename some variables to avoid confusion.Maurizio Lombardi1-20/+20
2019-11-06scsi: target: iscsi: tie the challenge length to the hash digest sizeMaurizio Lombardi2-13/+28
2019-11-06scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256Maurizio Lombardi2-62/+120
2019-11-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2019-10-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-21/+0
2019-10-24scsi: cxgb4i: remove set but not used variable 'ppmax'YueHaibing1-3/+0
2019-10-24scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche1-1/+2
2019-10-22scsi: target: remove unused extension parametersDavid Disseldorp1-3/+0
2019-10-22scsi: target: fix SendTargets=All string comparesDavid Disseldorp1-8/+6
2019-10-22scsi: target: compare full CHAP_A Algorithm stringsDavid Disseldorp1-1/+1
2019-10-17scsi: target: core: Do not overwrite CDB byte 1Bodo Stroesser1-21/+0
2019-10-03scsi: target: Remove tpg_list and se_portal_group.se_tpg_nodeBart Van Assche2-13/+0
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)1-2/+1
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+20
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+7
2019-08-14scsi: target: tcmu: avoid use-after-free after command timeoutDmitry Fomichev1-2/+7