summaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorLines
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-3/+3
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-64/+448
2023-06-28scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie-1/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+9
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-11/+9
2023-06-24scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells-6/+9
2023-06-21scsi: target: tcmu: Replace strlcpy() with strscpy()Azeem Shaikh-2/+2
2023-06-14scsi: target: core: Fix error path in target_setup_session()Bob Pearson-0/+2
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig-5/+4
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig-8/+6
2023-06-05block: introduce holder opsChristoph Hellwig-2/+3
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen-52/+436
2023-05-22scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi-1/+3
2023-05-22scsi: target: iscsi: Fix hang in the iSCSI login codeMaurizio Lombardi-91/+99
2023-05-16scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh-12/+12
2023-04-11scsi: target: Add block PR support to iblockMike Christie-5/+266
2023-04-11scsi: target: Report and detect unsupported PR commandsMike Christie-20/+72
2023-04-11scsi: target: Pass struct target_opcode_descriptor to enabledMike Christie-15/+25
2023-04-11scsi: target: Allow backends to hook into PR handlingMike Christie-1/+61
2023-04-11scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie-14/+15
2023-04-11scsi: target: core: Fix invalid memory accessMaurizio Lombardi-4/+3
2023-04-02scsi: target: core: Remove unused 'prod_len' variableTom Rix-5/+0
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen-5/+7
2023-03-24scsi: target: tcm_loop: Remove redundant driver match functionLizhe-7/+0
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen-1/+1
2023-03-24scsi: target: tcm-loop: Declare SCSI host template constBart Van Assche-1/+1
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen-106/+204
2023-03-24scsi: target: iscsi: Handle abort for WRITE_PENDING cmdsDmitry Bogdanov-0/+11
2023-03-24scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie-7/+9
2023-03-24scsi: target: Fix multiple LUN_RESET handlingMike Christie-3/+24
2023-03-24scsi: target: iscsit: Free cmds before session freeDmitry Bogdanov-3/+3
2023-03-24scsi: target: iscsit: Stop/wait on cmds during conn closeMike Christie-0/+10
2023-03-24scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie-15/+15
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie-23/+23
2023-03-24scsi: target: Move cmd counter allocationMike Christie-42/+39
2023-03-24scsi: target: Move sess cmd counter to new structMike Christie-40/+97
2023-03-16Merge patch series "add virtual remote fabric"Martin K. Petersen-126/+361
2023-03-16scsi: target: Add virtual remote targetDmitry Bogdanov-0/+300
2023-03-16scsi: target: fcoe: Remove default fabric ops calloutsDmitry Bogdanov-21/+0
2023-03-16scsi: target: sbp: Remove default fabric ops calloutsDmitry Bogdanov-31/+0
2023-03-16scsi: target: loop: Remove default fabric ops calloutsDmitry Bogdanov-41/+0
2023-03-16scsi: target: Add default fabric ops calloutsDmitry Bogdanov-33/+61
2023-03-09scsi: target: core: Add RTPI attribute for target portDmitry Bogdanov-6/+52
2023-03-09scsi: target: core: Drop device-based RTPIRoman Bolshakov-48/+0
2023-03-09scsi: target: core: Use RTPI from target portRoman Bolshakov-11/+11
2023-03-09scsi: target: core: Add RTPI field to target portDmitry Bogdanov-5/+60
2023-03-06scsi: target: iscsi: Fix an error message in iscsi_check_key()Maurizio Lombardi-5/+7
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-7/+5
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+2