summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp2021-07-201-1/+1
* scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov2021-07-181-18/+17
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-0218-98/+172
|\ \ | |/ |/|
| * scsi: target: iscsi: Remove redundant continue statementColin Ian King2021-06-181-2/+0
| * scsi: core: Introduce enums for the SAM and host status codesBart Van Assche2021-06-021-1/+1
| * scsi: target: Use standard SAM status typesHannes Reinecke2021-05-317-22/+22
| * scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-1/+0
| * scsi: target: tcmu: Fix boolreturn.cocci warningskernel test robot2021-05-211-1/+1
| * scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY dataKonstantin Shelekhin2021-05-151-1/+33
| * scsi: target: core: Bump INQUIRY VERSION to SPC-4Konstantin Shelekhin2021-05-151-1/+1
| * scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko2021-05-153-7/+62
| * scsi: target: core: Unify NAA identifier generationSergey Samoylenko2021-05-153-40/+26
| * scsi: target: sbp_target: Remove redundant assignment to pg_sizeJiapeng Chong2021-05-141-1/+0
| * scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGEDBodo Stroesser2021-05-141-4/+4
| * scsi: target: iscsi: Drop unnecessary container_of()Guenter Roeck2021-05-141-7/+0
| * scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()Varun Prakash2021-05-142-12/+28
| * scsi: target: iscsi: Switch to kmemdup_nul()Yang Yingliang2021-05-102-6/+2
* | 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