summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi2021-05-311-3/+1
* scsi: target: iblock: Fix smp_processor_id() BUG messagesMike Christie2021-05-211-2/+2
* scsi: target: tcmu: Fix xarray RCU warningBodo Stroesser2021-05-211-5/+7
* scsi: target: core: Avoid smp_processor_id() in preemptible codeShin'ichiro Kawasaki2021-05-211-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-05-081-2/+2
|\
| * scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser2021-04-281-2/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-2828-432/+741
|\|
| * scsi: target: tcm_fc: Fix a kernel-doc headerBart Van Assche2021-04-151-1/+1
| * scsi: target: Shorten ALUA error messagesBart Van Assche2021-04-151-8/+3
| * scsi: target: Fix two format specifiersBart Van Assche2021-04-151-4/+2
| * scsi: target: Compare explicitly with SAM_STAT_GOODBart Van Assche2021-04-151-1/+1
| * scsi: target: tcmu: Make data_pages_per_blk changeable via configfsBodo Stroesser2021-04-121-2/+53
| * scsi: target: tcmu: Replace block size definitions with new udev membersBodo Stroesser2021-04-121-37/+45
| * scsi: target: tcmu: Remove function tcmu_get_block_page()Bodo Stroesser2021-04-121-7/+1
| * scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZEBodo Stroesser2021-04-121-89/+116
| * scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZEBodo Stroesser2021-04-121-41/+41
| * scsi: target: tcmu: Adjust names of variables and definitionsBodo Stroesser2021-04-121-17/+22
| * Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-121-2/+2
| |\
| * | scsi: target: Make the virtual LUN 0 deviceKonstantin Shelekhin2021-04-052-6/+2
| * | scsi: target: Add the DUMMY flag to rd_mcpKonstantin Shelekhin2021-04-052-4/+24
| * | Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-051-1/+8
| |\ \
| * | | scsi: target: Fix htmldocs warning in target_submit_prep()Mike Christie2021-03-181-0/+1
| * | | scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release()Bodo Stroesser2021-03-151-1/+1
| * | | scsi: target: core: file: Don't duplicate memset(0xff)Chaitanya Kulkarni2021-03-091-2/+1
| * | | scsi: target: core: pr: Initialize arrays at declaration timeChaitanya Kulkarni2021-03-091-23/+13
| * | | scsi: target: configfs: Initialize arrays at declaration timeChaitanya Kulkarni2021-03-091-18/+7
| * | | scsi: target: iscsi: Initialize arrays at declaration timeChaitanya Kulkarni2021-03-091-2/+1
| * | | scsi: target: iscsi: Remove unused macro PRINT_BUFChaitanya Kulkarni2021-03-091-17/+0
| * | | scsi: target: iscsi: Remove unused macro TEXT_LENChaitanya Kulkarni2021-03-091-1/+0
| * | | scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPEChaitanya Kulkarni2021-03-091-1/+0
| * | | scsi: target: core: Remove unused macros NONE and ISPRINTChaitanya Kulkarni2021-03-091-3/+0
| * | | scsi: target: core: Get rid of warning in compare_and_write_do_cmp()Chaitanya Kulkarni2021-03-091-2/+2
| * | | scsi: target: pscsi: Remove unused macro ISPRINTChaitanya Kulkarni2021-03-091-2/+0
| * | | scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni2021-03-091-1/+2
| * | | scsi: target: iblock: Fix type of logs_per_physChaitanya Kulkarni2021-03-091-1/+1
| * | | scsi: target: iblock: Trim line longer than 80 charactersChaitanya Kulkarni2021-03-091-1/+2
| * | | scsi: target: iblock: Remove an extra argumentChaitanya Kulkarni2021-03-091-17/+17
| * | | scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lockBodo Stroesser2021-03-091-2/+2
| * | | scsi: target: tcmu: Replace radix_tree with XArrayBodo Stroesser2021-03-091-18/+16
| * | | scsi: target: tcmu: Replace IDR by XArrayBodo Stroesser2021-03-091-15/+15
| * | | scsi: target: core: Make completion affinity configurableMike Christie2021-03-043-2/+68
| * | | scsi: target: core: Flush submission work during TMR processingMike Christie2021-03-041-0/+4
| * | | scsi: target: tcmu: Add backend plug/unplug calloutsMike Christie2021-03-041-2/+25
| * | | scsi: target: iblock: Add backend plug/unplug calloutsMike Christie2021-03-042-1/+53
| * | | scsi: target: core: Fix backend pluggingMike Christie2021-03-041-1/+42
| * | | scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie2021-03-042-17/+6
| * | | scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie2021-03-041-11/+8
| * | | scsi: target: core: Add workqueue based cmd submissionMike Christie2021-03-043-3/+50
| * | | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-045-10/+14
| * | | scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie2021-03-041-59/+17