summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2020-11-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-4/+13
2020-11-16scsi: target: iscsi: Fix cmd abort fabric stop raceMike Christie-4/+13
2020-10-29scsi: target: tcmu: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-3/+3
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-174/+172
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+2
2020-10-07scsi: target: rd: Drop double zeroingJulia Lawall-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+2
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski-3/+3
2020-10-02scsi: target: tcmu: Fix warning: 'page' may be used uninitializedJohn Donnelly-1/+1
2020-10-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+2
2020-09-25target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig-3/+2
2020-09-22scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG caseSudhakar Panneerselvam-1/+2
2020-09-22scsi: target: tcmu: Optimize scatter_data_area()Bodo Stroesser-76/+63
2020-09-22scsi: target: tcmu: Optimize queue_cmd_ring()Bodo Stroesser-82/+102
2020-09-22scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()Bodo Stroesser-30/+23
2020-09-15scsi: target: tcmu: Add missing newline when printing parametersXiongfeng Wang-1/+1
2020-09-15scsi: target: Remove redundant assignment to variable 'ret'Jing Xiangfeng-2/+0
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-9/+20
2020-09-02scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_logi...Hou Pu-7/+5
2020-09-01scsi: target: iscsi: Fix data digest calculationVarun Prakash-2/+15
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-8/+8
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2020-08-04scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy-3/+1
2020-07-28scsi: target: tcmu: Make TMR notification optionalBodo Stroesser-0/+38
2020-07-28scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser-9/+216
2020-07-28scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser-36/+23
2020-07-28scsi: target: tcmu: Factor out new helper ring_insert_paddingBodo Stroesser-21/+30
2020-07-28scsi: target: tcmu: Do not queue aborted commandsBodo Stroesser-3/+4
2020-07-28scsi: target: tcmu: Use priv pointer in se_cmdBodo Stroesser-2/+5
2020-07-28scsi: target: Add tmr_notify backend functionBodo Stroesser-1/+16
2020-07-28scsi: target: Modify core_tmr_abort_task()Bodo Stroesser-8/+14
2020-07-28scsi: target: iscsi: Fix inconsistent debug messageHou Pu-1/+1
2020-07-28scsi: target: iscsi: Fix login error when receivingHou Pu-4/+30
2020-07-13scsi: target: Remove unused variable 'tpg'Wei Yongjun-2/+0
2020-07-08scsi: target: cxgbit: Remove tx flow control codeVarun Prakash-23/+4
2020-07-08scsi: target: cxgbit: Check connection state before issuing hardware commandVarun Prakash-8/+24
2020-07-08scsi: target: Handle short iSIDsMike Christie-5/+16
2020-07-08scsi: target: Fix iscsi transport id buf len calculationMike Christie-1/+1
2020-07-08scsi: target: Fix iscsi transport id buffer setupMike Christie-37/+35
2020-07-08scsi: target: Fix iscsi transport id parsingMike Christie-18/+4
2020-07-08scsi: target: Fix crash during SPEC_I_PT handlingMike Christie-16/+19
2020-07-08scsi: target: Fix xcopy sess release leakMike Christie-3/+16
2020-07-08scsi: target: Check enforce_pr_isids during registrationMike Christie-9/+15
2020-06-29scsi: target: tcmu: Fix crash on ARM during cmd completionBodo Stroesser-1/+8
2020-06-19scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser-1/+1
2020-06-19scsi: target: tcmu: Optimize use of flush_dcache_pageBodo Stroesser-4/+7