summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov2021-07-281-18/+17
* scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()Varun Prakash2021-07-142-12/+28
* scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi2021-06-181-3/+1
* scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser2021-05-221-2/+2
* scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni2021-05-111-1/+2
* scsi: target: iscsi: Fix zero tag inside a trace eventRoman Bolshakov2021-04-141-2/+1
* scsi: target: pscsi: Clean up after failure in pscsi_map_sg()Martin Wilck2021-04-101-0/+8
* scsi: target: core: Prevent underflow for service actionsAleksandr Miloserdov2021-03-171-4/+11
* scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov2021-03-171-4/+11
* cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal2021-03-041-2/+1
* scsi: target: tcmu: Fix use-after-free of se_cmd->privShin'ichiro Kawasaki2021-01-271-3/+8
* scsi: target: Fix XCOPY NAA identifier lookupDavid Disseldorp2021-01-122-49/+71
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-11-201-4/+13
|\
| * scsi: target: iscsi: Fix cmd abort fabric stop raceMike Christie2020-11-161-4/+13
* | scsi: target: tcmu: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-1/+1
|\
| * scsi: target: rd: Drop double zeroingJulia Lawall2020-10-071-1/+1
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-3/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-1/+2
| |\ \
| * | | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-142-174/+172
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: target: tcmu: Fix warning: 'page' may be used uninitializedJohn Donnelly2020-10-021-1/+1
| * | | scsi: target: tcmu: Optimize scatter_data_area()Bodo Stroesser2020-09-221-76/+63
| * | | scsi: target: tcmu: Optimize queue_cmd_ring()Bodo Stroesser2020-09-221-82/+102
| * | | scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()Bodo Stroesser2020-09-221-30/+23
| * | | scsi: target: tcmu: Add missing newline when printing parametersXiongfeng Wang2020-09-151-1/+1
| * | | scsi: target: Remove redundant assignment to variable 'ret'Jing Xiangfeng2020-09-151-2/+0
* | | | Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-3/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig2020-09-251-3/+2
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-10-021-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG caseSudhakar Panneerselvam2020-09-221-1/+2
| | |/ | |/|
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-084-9/+20
|\| | | |/ |/|
| * scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_logi...Hou Pu2020-09-023-7/+5
| * scsi: target: iscsi: Fix data digest calculationVarun Prakash2020-09-011-2/+15
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-8/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-141-3/+1
|\
| * scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy2020-08-041-3/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+1
|\ \ | |/ |/|
| * mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* | scsi: target: tcmu: Make TMR notification optionalBodo Stroesser2020-07-281-0/+38
* | scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser2020-07-281-9/+216
* | scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser2020-07-281-36/+23
* | scsi: target: tcmu: Factor out new helper ring_insert_paddingBodo Stroesser2020-07-281-21/+30
* | scsi: target: tcmu: Do not queue aborted commandsBodo Stroesser2020-07-281-3/+4
* | scsi: target: tcmu: Use priv pointer in se_cmdBodo Stroesser2020-07-281-2/+5
* | scsi: target: Add tmr_notify backend functionBodo Stroesser2020-07-282-1/+16
* | scsi: target: Modify core_tmr_abort_task()Bodo Stroesser2020-07-281-8/+14
* | scsi: target: iscsi: Fix inconsistent debug messageHou Pu2020-07-281-1/+1
* | scsi: target: iscsi: Fix login error when receivingHou Pu2020-07-281-4/+30
* | scsi: target: Remove unused variable 'tpg'Wei Yongjun2020-07-131-2/+0