summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-0210-111/+243
|\
| * scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko2021-08-171-11/+15
| * scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko2021-08-171-3/+12
| * scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li2021-08-171-9/+9
| * Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-112-19/+18
| |\
| * | scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-2/+2
| * | scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp2021-08-032-64/+55
| * | scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp2021-08-031-2/+2
| * | scsi: target: core: Avoid using lun_tg_pt_gp after unlockDavid Disseldorp2021-08-031-5/+5
| * | scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser2021-08-031-11/+139
| * | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-281-1/+1
| * | scsi: target: Remove redundant assignment to variable retColin Ian King2021-07-273-4/+4
* | | Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-272-19/+18
|\ \ \ | | |/ | |/|
| * | 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
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+2
|/
* 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