summaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Make state_list per CPUMike Christie2020-11-054-96/+115
* scsi: target: Drop sess_cmd_lock from I/O pathMike Christie2020-11-053-46/+35
* scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie2020-11-051-33/+0
* scsi: target: Fix cmd_count ref leakMike Christie2020-11-051-0/+8
* scsi: target: Fix LUN ref count handlingMike Christie2020-11-051-23/+20
* scsi: target: Return COMPARE AND WRITE miscompare offsetsDavid Disseldorp2020-11-052-10/+27
* scsi: target: Split out COMPARE AND WRITE memcmp into helperDavid Disseldorp2020-11-051-53/+68
* scsi: target: Rename cmd.bad_sector to cmd.sense_infoDavid Disseldorp2020-11-052-7/+7
* scsi: target: Rename struct sense_info to sense_detailDavid Disseldorp2020-11-051-11/+11
* scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2020-10-302-2/+0
* scsi: target: tcmu: scatter_/gather_data_area() reworkBodo Stroesser2020-10-261-89/+75
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-241-1/+1
|\
| * scsi: target: rd: Drop double zeroingJulia Lawall2020-10-081-1/+1
* | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-161-3/+3
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-1/+2
| |\ \
| * | | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-031-3/+3
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-152-174/+172
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: target: tcmu: Fix warning: 'page' may be used uninitializedJohn Donnelly2020-10-031-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-161-1/+1
| * | | scsi: target: Remove redundant assignment to variable 'ret'Jing Xiangfeng2020-09-161-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-033-7/+5
| * scsi: target: iscsi: Fix data digest calculationVarun Prakash2020-09-021-2/+15
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-246-8/+8
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-08-151-3/+1
|\
| * scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy2020-08-051-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-291-0/+38
* | scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser2020-07-291-9/+216
* | scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser2020-07-291-36/+23
* | scsi: target: tcmu: Factor out new helper ring_insert_paddingBodo Stroesser2020-07-291-21/+30
* | scsi: target: tcmu: Do not queue aborted commandsBodo Stroesser2020-07-291-3/+4
* | scsi: target: tcmu: Use priv pointer in se_cmdBodo Stroesser2020-07-291-2/+5
* | scsi: target: Add tmr_notify backend functionBodo Stroesser2020-07-292-1/+16
* | scsi: target: Modify core_tmr_abort_task()Bodo Stroesser2020-07-291-8/+14
* | scsi: target: iscsi: Fix inconsistent debug messageHou Pu2020-07-291-1/+1
* | scsi: target: iscsi: Fix login error when receivingHou Pu2020-07-291-4/+30
* | scsi: target: Remove unused variable 'tpg'Wei Yongjun2020-07-141-2/+0
* | scsi: target: cxgbit: Remove tx flow control codeVarun Prakash2020-07-083-23/+4
* | scsi: target: cxgbit: Check connection state before issuing hardware commandVarun Prakash2020-07-081-8/+24
* | scsi: target: Handle short iSIDsMike Christie2020-07-081-5/+16
* | scsi: target: Fix iscsi transport id buf len calculationMike Christie2020-07-081-1/+1