summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: pscsi: Fix bio_put() for error caseNaohiro Aota2024-03-011-3/+6
* scsi: target: core: Add TMF to tmr_list handlingDmitry Bogdanov2024-03-012-5/+4
* scsi: target: core: add missing file_{start,end}_write()Amir Goldstein2024-01-251-3/+7
* scsi: target: core: Fix deadlock due to recursive lockingJunxiao Bi2023-09-271-7/+4
* scsi: target: core: Fix target_cmd_counter leakDavid Disseldorp2023-09-131-0/+1
* Merge branch '6.6/scsi-staging' into 6.6/scsi-fixesMartin K. Petersen2023-09-131-12/+12
|\
| * scsi: target: Replace strlcpy() with strscpy()Azeem Shaikh2023-09-051-12/+12
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-09-024-66/+42
|\|
| * scsi: target: Fix write perf due to unneeded throttlingMike Christie2023-08-211-1/+6
| * Merge patch series "scsi: target: iscsi: Get rid of sprintf in iscsi_target_c...Martin K. Petersen2023-07-311-36/+36
| |\
| | * scsi: target: iscsi: Stop using sprintf() in iscsi_target_configfs.cKonstantin Shelekhin2023-07-311-9/+9
| | * scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()Konstantin Shelekhin2023-07-311-27/+27
| * | scsi: target: iscsi: Remove the unused netif_timeout attributeMaurizio Lombardi2023-07-113-29/+0
| |/
* / bio-integrity: update the payload size in bio_integrity_add_page()Jinyoung Choi2023-08-091-2/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-07-082-3/+3
|\
| * scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie2023-06-281-1/+1
| * scsi: target: tcmu: Replace strlcpy() with strscpy()Azeem Shaikh2023-06-211-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-3010-64/+448
|\|
| * Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-226-52/+436
| |\
| | * scsi: target: Add block PR support to iblockMike Christie2023-04-111-5/+266
| | * scsi: target: Report and detect unsupported PR commandsMike Christie2023-04-112-20/+72
| | * scsi: target: Pass struct target_opcode_descriptor to enabledMike Christie2023-04-111-15/+25
| | * scsi: target: Allow backends to hook into PR handlingMike Christie2023-04-111-1/+61
| | * scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie2023-04-115-14/+15
| * | scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-164-12/+12
* | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-6/+9
|\ \ \
| * | | scsi: target: iscsi: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpageDavid Howells2023-06-241-6/+9
* | | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-262-11/+9
|\ \ \ \ | |/ / / |/| | |
| * | | block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-122-5/+4
| * | | block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-122-8/+6
| * | | block: introduce holder opsChristoph Hellwig2023-06-052-2/+3
| |/ /
* | | scsi: target: core: Fix error path in target_setup_session()Bob Pearson2023-06-141-0/+2
* | | scsi: target: iscsi: Prevent login threads from racing between each otherMaurizio Lombardi2023-05-221-1/+3
* | | scsi: target: iscsi: Fix hang in the iSCSI login codeMaurizio Lombardi2023-05-225-91/+99
|/ /
* | scsi: target: core: Fix invalid memory accessMaurizio Lombardi2023-04-111-4/+3
* | scsi: target: core: Remove unused 'prod_len' variableTom Rix2023-04-021-5/+0
* | Merge branch '6.3/scsi-fixes' into 6.4/scsi-stagingMartin K. Petersen2023-03-311-5/+7
|\ \
| * | scsi: target: iscsi: Fix an error message in iscsi_check_key()Maurizio Lombardi2023-03-061-5/+7
| |/
* | scsi: target: tcm_loop: Remove redundant driver match functionLizhe2023-03-241-7/+0
* | Merge patch series "Constify most SCSI host templates"Martin K. Petersen2023-03-241-1/+1
|\ \
| * | scsi: target: tcm-loop: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
| |/
* | Merge patch series "target: TMF and recovery fixes"Martin K. Petersen2023-03-248-106/+204
|\ \
| * | scsi: target: iscsi: Handle abort for WRITE_PENDING cmdsDmitry Bogdanov2023-03-241-0/+11
| * | scsi: target: iscsit: Fix TAS handling during conn cleanupMike Christie2023-03-241-7/+9
| * | scsi: target: Fix multiple LUN_RESET handlingMike Christie2023-03-242-3/+24
| * | scsi: target: iscsit: Free cmds before session freeDmitry Bogdanov2023-03-241-3/+3
| * | scsi: target: iscsit: Stop/wait on cmds during conn closeMike Christie2023-03-241-0/+10
| * | scsi: target: iscsit: isert: Alloc per conn cmd counterMike Christie2023-03-243-15/+15
| * | scsi: target: Pass in cmd counter to use during cmd setupMike Christie2023-03-243-23/+23
| * | scsi: target: Move cmd counter allocationMike Christie2023-03-244-42/+39