summaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)Author
2023-09-27scsi: target: core: Fix deadlock due to recursive lockingJunxiao Bi
2023-09-13scsi: target: core: Fix target_cmd_counter leakDavid Disseldorp
2023-09-13Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen
2023-09-05scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh
2023-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-08-21scsi: target: Fix write perf due to unneeded throttlingMike Christie
2023-08-09bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi
2023-07-31Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c...Martin K. Petersen
2023-07-31scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.cKonstantin Shelekhin
2023-07-31scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()Konstantin Shelekhin
2023-07-11scsi: target: iscsi: Remove the unused netif_timeout attributeMaurizio Lombardi
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-28scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-24scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells
2023-06-21scsi: target: tcmu: Replace strlcpy() with strscpy()Azeem Shaikh
2023-06-14scsi: target: core: Fix error path in target_setup_session()Bob Pearson
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-05block: introduce holder opsChristoph Hellwig
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen
2023-05-22scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi
2023-05-22scsi: target: iscsi: Fix hang in the iSCSI login codeMaurizio Lombardi
2023-05-16scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-04-11scsi: target: Add block PR support to iblockMike Christie
2023-04-11scsi: target: Report and detect unsupported PR commandsMike Christie
2023-04-11scsi: target: Pass struct target_opcode_descriptor to enabledMike Christie
2023-04-11scsi: target: Allow backends to hook into PR handlingMike Christie
2023-04-11scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie
2023-04-11scsi: target: core: Fix invalid memory accessMaurizio Lombardi
2023-04-02scsi: target: core: Remove unused 'prod_len' variableTom Rix
2023-03-31Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen
2023-03-24scsi: target: tcm_loop: Remove redundant driver match functionLizhe
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen
2023-03-24scsi: target: tcm-loop: Declare SCSI host template constBart Van Assche
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen
2023-03-24scsi: target: iscsi: Handle abort for WRITE_PENDING cmdsDmitry Bogdanov
2023-03-24scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie
2023-03-24scsi: target: Fix multiple LUN_RESET handlingMike Christie
2023-03-24scsi: target: iscsit: Free cmds before session freeDmitry Bogdanov
2023-03-24scsi: target: iscsit: Stop/wait on cmds during conn closeMike Christie
2023-03-24scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie
2023-03-24scsi: target: Move cmd counter allocationMike Christie
2023-03-24scsi: target: Move sess cmd counter to new structMike Christie
2023-03-16Merge patch series "add virtual remote fabric"Martin K. Petersen
2023-03-16scsi: target: Add virtual remote targetDmitry Bogdanov
2023-03-16scsi: target: fcoe: Remove default fabric ops calloutsDmitry Bogdanov