summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | scsi: target: Move sess cmd counter to new structMike Christie2023-03-242-40/+97
| |/
* | Merge patch series "add virtual remote fabric"Martin K. Petersen2023-03-1612-126/+361
|\ \
| * | scsi: target: Add virtual remote targetDmitry Bogdanov2023-03-166-0/+300
| * | scsi: target: fcoe: Remove default fabric ops calloutsDmitry Bogdanov2023-03-163-21/+0
| * | scsi: target: sbp: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-31/+0
| * | scsi: target: loop: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-41/+0
| * | scsi: target: Add default fabric ops calloutsDmitry Bogdanov2023-03-161-33/+61
| |/
* | scsi: target: core: Add RTPI attribute for target portDmitry Bogdanov2023-03-092-6/+52
* | scsi: target: core: Drop device-based RTPIRoman Bolshakov2023-03-093-48/+0
* | scsi: target: core: Use RTPI from target portRoman Bolshakov2023-03-095-11/+11
* | scsi: target: core: Add RTPI field to target portDmitry Bogdanov2023-03-093-5/+60
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-02-221-7/+5
|\ \
| * | scsi: target: target_core_pscsi: Convert to scsi_execute_cmd()Mike Christie2023-01-131-7/+5
| |/
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-211-0/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-2/+2
| |\ \
| * | | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+2
| | |/ | |/|
* | | target: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-12/+6
| |/ |/|
* | scsi: target: core: Fix warning on RT kernelsMaurizio Lombardi2023-01-131-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-1410-86/+1053
|\
| * scsi: target: core: Fix hard lockup when executing a compare-and-write commandMaurizio Lombardi2022-11-241-6/+16
| * scsi: target: iscsi: Fix a race condition between login_work and the login th...Maurizio Lombardi2022-11-241-2/+10
| * scsi: target: core: Change the way target_xcopy_do_work() sets restiction on ...Anastasia Kovaleva2022-11-242-45/+54
| * scsi: target: core: Make hw_max_sectors store the sectors amount in blocksAnastasia Kovaleva2022-11-241-1/+3
| * scsi: target: core: Send max transfer length in blocksAnastasia Kovaleva2022-11-243-4/+5
| * scsi: target: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-082-15/+17