aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-11scsi: target: Fix XCOPY NAA identifier lookupDavid Disseldorp2-49/+71
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-357/+365
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+5
2020-12-02scsi: target: core: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-3/+2
2020-12-01block: remove i_bdevChristoph Hellwig1-3/+3
2020-11-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+13
2020-11-16scsi: target: iscsi: Fix cmd abort fabric stop raceMike Christie1-4/+13
2020-11-04scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settableMike Christie1-2/+12
2020-11-04scsi: target: Make state_list per CPUMike Christie4-96/+115
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie3-46/+35
2020-11-04scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie1-33/+0
2020-11-04scsi: target: Fix cmd_count ref leakMike Christie1-0/+8
2020-11-04scsi: target: Fix LUN ref count handlingMike Christie1-23/+20
2020-11-04scsi: target: Return COMPARE AND WRITE miscompare offsetsDavid Disseldorp2-10/+27
2020-11-04scsi: target: Split out COMPARE AND WRITE memcmp into helperDavid Disseldorp1-53/+68
2020-11-04scsi: target: Rename cmd.bad_sector to cmd.sense_infoDavid Disseldorp2-7/+7
2020-11-04scsi: target: Rename struct sense_info to sense_detailDavid Disseldorp1-11/+11
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2-2/+0
2020-10-29scsi: target: tcmu: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-26scsi: target: tcmu: scatter_/gather_data_area() reworkBodo Stroesser1-89/+75
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-3/+3
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-174/+172
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2020-10-07scsi: target: rd: Drop double zeroingJulia Lawall1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-10-02scsi: target: tcmu: Fix warning: 'page' may be used uninitializedJohn Donnelly1-1/+1
2020-10-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+2
2020-09-25target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig1-3/+2
2020-09-22scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG caseSudhakar Panneerselvam1-1/+2
2020-09-22scsi: target: tcmu: Optimize scatter_data_area()Bodo Stroesser1-76/+63
2020-09-22scsi: target: tcmu: Optimize queue_cmd_ring()Bodo Stroesser1-82/+102
2020-09-22scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()Bodo Stroesser1-30/+23
2020-09-15scsi: target: tcmu: Add missing newline when printing parametersXiongfeng Wang1-1/+1
2020-09-15scsi: target: Remove redundant assignment to variable 'ret'Jing Xiangfeng1-2/+0
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-9/+20
2020-09-02scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_login_semHou Pu3-7/+5
2020-09-01scsi: target: iscsi: Fix data digest calculationVarun Prakash1-2/+15
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-8/+8
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-04scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy1-3/+1
2020-07-28scsi: target: tcmu: Make TMR notification optionalBodo Stroesser1-0/+38
2020-07-28scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser1-9/+216
2020-07-28scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser1-36/+23
2020-07-28scsi: target: tcmu: Factor out new helper ring_insert_paddingBodo Stroesser1-21/+30
2020-07-28scsi: target: tcmu: Do not queue aborted commandsBodo Stroesser1-3/+4