summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Put lun_ref at end of tmr processingBodo Stroesser2020-05-141-0/+1
* scsi: target/iblock: fix WRITE SAME zeroingDavid Disseldorp2020-04-221-1/+1
* scsi: target: tcmu: reset_ring should reset TCMU_DEV_BIT_BROKENBodo Stroesser2020-04-131-0/+1
* scsi: target: fix PR IN / READ FULL STATUS for FCBodo Stroesser2020-04-131-1/+1
* scsi: target: Write NULL to *port_nexus_ptr if no ISIDBodo Stroesser2020-04-131-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-102-132/+64
|\
| * scsi: target: use the stack for XCOPY passthrough cmdsDavid Disseldorp2020-03-292-58/+31
| * scsi: target: increase XCOPY I/O sizeDavid Disseldorp2020-03-291-1/+1
| * scsi: target: avoid per-loop XCOPY buffer allocationsDavid Disseldorp2020-03-292-66/+31
| * scsi: target: drop xcopy DISK BLOCK LENGTH debugDavid Disseldorp2020-03-292-6/+0
| * scsi: target: use #define for xcopy descriptor lenDavid Disseldorp2020-03-291-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-0210-74/+57
|\|
| * scsi: target: iscsi: calling iscsit_stop_session() inside iscsit_close_sessio...Maurizio Lombardi2020-03-261-2/+1
| * scsi: target: fix hang when multiple threads try to destroy the same iscsi se...Maurizio Lombardi2020-03-263-16/+29
| * scsi: target: remove boilerplate codeMaurizio Lombardi2020-03-262-45/+2
| * scsi: target: use an enum to track emulate_ua_intlck_ctrlDavid Disseldorp2020-02-215-8/+22
| * scsi: target: convert boolean se_dev_attrib types to boolDavid Disseldorp2020-02-211-3/+3
| * scsi: target: fix unmap_zeroes_data boolean initialisationDavid Disseldorp2020-02-211-1/+1
* | scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche2020-02-141-8/+2
* | scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-141-3/+3
* | scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche2020-02-121-3/+28
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-1/+0
|\
| * Merge tag 'block-ioctl-cleanup-5.6' into 5.6/scsi-queueMartin K. Petersen2020-01-101-1/+3
| |\
| * | scsi: libfc: remove unnecessary assertion on ep variableAditya Pakki2019-12-191-1/+0
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-01-261-3/+3
|\ \ \ | |_|/ |/| |
| * | scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche2020-01-211-3/+3
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-12-271-1/+3
|\| | | |/ |/|
| * scsi: target/iblock: Fix protection error with blocks greater than 512BIsrael Rukshin2019-12-191-1/+3
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-0210-121/+207
|\
| * scsi: target: core: Fix a pr_debug() argumentBart Van Assche2019-11-191-1/+1
| * scsi: target: iscsi: Wait for all commands to finish before freeing a sessionBart Van Assche2019-11-191-2/+8
| * scsi: target: core: Release SPC-2 reservations when closing a sessionBart Van Assche2019-11-191-0/+15
| * scsi: target: core: Document target_cmd_size_check()Bart Van Assche2019-11-191-0/+13
| * scsi: target: tcmu: Prevent memory reclaim recursionDamien Le Moal2019-11-081-3/+3
| * scsi: target: iscsi: rename some variables to avoid confusion.Maurizio Lombardi2019-11-061-20/+20
| * scsi: target: iscsi: tie the challenge length to the hash digest sizeMaurizio Lombardi2019-11-062-13/+28
| * scsi: target: iscsi: CHAP: add support for SHA1, SHA256 and SHA3-256Maurizio Lombardi2019-11-062-62/+120
| * scsi: cxgb4i: remove set but not used variable 'ppmax'YueHaibing2019-10-241-3/+0
| * scsi: target: remove unused extension parametersDavid Disseldorp2019-10-221-3/+0
| * scsi: target: fix SendTargets=All string comparesDavid Disseldorp2019-10-221-8/+6
| * scsi: target: compare full CHAP_A Algorithm stringsDavid Disseldorp2019-10-221-1/+1
| * scsi: target: Remove tpg_list and se_portal_group.se_tpg_nodeBart Van Assche2019-10-032-13/+0
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-11-021-1/+2
|\ \
| * | scsi: target: cxgbit: Fix cxgbit_fw4_ack()Bart Van Assche2019-10-241-1/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-251-21/+0
|\| | | |/ |/|
| * scsi: target: core: Do not overwrite CDB byte 1Bodo Stroesser2019-10-171-21/+0
* | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-2/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-0/+20
|\|
| * scsi: target: tcmu: clean the nl_cmd of the udev when nl send failsLi Zhong2019-08-071-0/+20