aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-183/+279
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds1-4/+3
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-26scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov2-23/+24
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-2/+2
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-2/+1
2021-10-19scsi: target: core: Stop using bdevname()Christoph Hellwig1-3/+1
2021-10-18scsi: target: Perform ALUA group changes in one stepMike Christie1-7/+16
2021-10-18scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie1-27/+34
2021-10-18scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie1-1/+0
2021-10-18scsi: target: Fix ordered tag handlingMike Christie3-22/+57
2021-10-18scsi: target: Fix ordered CMD_T_SENT handlingMike Christie1-5/+5
2021-10-18scsi: target: tcmu: Allocate zeroed pages for data areaBodo Stroesser1-2/+2
2021-10-18scsi: target: cxgbit: Enable Delayed ACKVarun Prakash2-10/+26
2021-10-18scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash1-5/+12
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig1-2/+2
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig2-0/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-16scsi: target: tcm_loop: Call scsi_done() directlyBart Van Assche1-2/+2
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2-13/+21
2021-10-04scsi: target: tcmu: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+1
2021-10-04scsi: target: sbp: Replace enable attr with ops.enableDmitry Bogdanov1-25/+5
2021-10-04scsi: target: iscsi: Replace tpg enable attr with ops.enableDmitry Bogdanov1-59/+32
2021-10-04scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov2-2/+77
2021-10-04scsi: target: core: Make logs less verboseKonstantin Shelekhin1-4/+4
2021-09-22scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King1-1/+1
2021-09-14scsi: target: Remove unused function argumentsLi Feng1-8/+6
2021-09-13scsi: target: Fix the pgr/alua_support_store functionsMaurizio Lombardi1-12/+20
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-111/+243
2021-08-17scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko1-11/+15
2021-08-17scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko1-3/+12
2021-08-17scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li1-9/+9
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2-19/+18
2021-08-11scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-08-03scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp2-64/+55
2021-08-03scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp1-2/+2
2021-08-03scsi: target: core: Avoid using lun_tg_pt_gp after unlockDavid Disseldorp1-5/+5
2021-08-03scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser1-11/+139
2021-07-28scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig1-1/+1
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2-19/+18
2021-07-27scsi: target: Remove redundant assignment to variable retColin Ian King3-4/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+2
2021-07-20scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp1-1/+1
2021-07-18scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov1-18/+17
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-98/+172
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-06-18scsi: target: iscsi: Remove redundant continue statementColin Ian King1-2/+0
2021-06-02scsi: core: Introduce enums for the SAM and host status codesBart Van Assche1-1/+1
2021-05-31scsi: target: core: Fix warning on realtime kernelsMaurizio Lombardi1-3/+1
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke7-22/+22
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-1/+0
2021-05-21scsi: target: tcmu: Fix boolreturn.cocci warningskernel test robot1-1/+1
2021-05-21scsi: target: iblock: Fix smp_processor_id() BUG messagesMike Christie1-2/+2
2021-05-21scsi: target: tcmu: Fix xarray RCU warningBodo Stroesser1-5/+7
2021-05-21scsi: target: core: Avoid smp_processor_id() in preemptible codeShin'ichiro Kawasaki1-1/+1
2021-05-15scsi: target: core: Add the VERSION DESCRIPTOR fields to the INQUIRY dataKonstantin Shelekhin1-1/+33
2021-05-15scsi: target: core: Bump INQUIRY VERSION to SPC-4Konstantin Shelekhin1-1/+1
2021-05-15scsi: target: core: Add configurable IEEE Company ID attributeSergey Samoylenko3-7/+62
2021-05-15scsi: target: core: Unify NAA identifier generationSergey Samoylenko3-40/+26
2021-05-14scsi: target: sbp_target: Remove redundant assignment to pg_sizeJiapeng Chong1-1/+0
2021-05-14scsi: target: tcmu: Rename TCM_DEV_BIT_PLUGGED to TCMU_DEV_BIT_PLUGGEDBodo Stroesser1-4/+4
2021-05-14scsi: target: iscsi: Drop unnecessary container_of()Guenter Roeck1-7/+0
2021-05-14scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd()Varun Prakash2-12/+28
2021-05-10scsi: target: iscsi: Switch to kmemdup_nul()Yang Yingliang2-6/+2
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2021-04-28scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not foundBodo Stroesser1-2/+2
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds28-432/+741
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-04-15scsi: target: tcm_fc: Fix a kernel-doc headerBart Van Assche1-1/+1
2021-04-15scsi: target: Shorten ALUA error messagesBart Van Assche1-8/+3
2021-04-15scsi: target: Fix two format specifiersBart Van Assche1-4/+2
2021-04-15scsi: target: Compare explicitly with SAM_STAT_GOODBart Van Assche1-1/+1
2021-04-12scsi: target: tcmu: Make data_pages_per_blk changeable via configfsBodo Stroesser1-2/+53
2021-04-12scsi: target: tcmu: Replace block size definitions with new udev membersBodo Stroesser1-37/+45
2021-04-12scsi: target: tcmu: Remove function tcmu_get_block_page()Bodo Stroesser1-7/+1
2021-04-12scsi: target: tcmu: Support DATA_BLOCK_SIZE = N * PAGE_SIZEBodo Stroesser1-89/+116
2021-04-12scsi: target: tcmu: Prepare for PAGE_SIZE != DATA_BLOCK_SIZEBodo Stroesser1-41/+41
2021-04-12scsi: target: tcmu: Adjust names of variables and definitionsBodo Stroesser1-17/+22
2021-04-12Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-2/+2
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig1-2/+2
2021-04-05scsi: target: Make the virtual LUN 0 deviceKonstantin Shelekhin2-6/+2
2021-04-05scsi: target: Add the DUMMY flag to rd_mcpKonstantin Shelekhin2-4/+24
2021-04-05scsi: target: iscsi: Fix zero tag inside a trace eventRoman Bolshakov1-2/+1
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-1/+8
2021-03-24scsi: target: pscsi: Clean up after failure in pscsi_map_sg()Martin Wilck1-0/+8
2021-03-24scsi: target: pscsi: Avoid OOM in pscsi_map_sg()Martin Wilck1-1/+0
2021-03-18scsi: target: Fix htmldocs warning in target_submit_prep()Mike Christie1-0/+1
2021-03-15scsi: target: tcmu: Adjust parameter in call to tcmu_blocks_release()Bodo Stroesser1-1/+1
2021-03-09scsi: target: core: file: Don't duplicate memset(0xff)Chaitanya Kulkarni1-2/+1
2021-03-09scsi: target: core: pr: Initialize arrays at declaration timeChaitanya Kulkarni1-23/+13
2021-03-09scsi: target: configfs: Initialize arrays at declaration timeChaitanya Kulkarni1-18/+7
2021-03-09scsi: target: iscsi: Initialize arrays at declaration timeChaitanya Kulkarni1-2/+1
2021-03-09scsi: target: iscsi: Remove unused macro PRINT_BUFChaitanya Kulkarni1-17/+0
2021-03-09scsi: target: iscsi: Remove unused macro TEXT_LENChaitanya Kulkarni1-1/+0
2021-03-09scsi: target: iscsi: Remove unused macro ISCSI_INST_LAST_FAILURE_TYPEChaitanya Kulkarni1-1/+0
2021-03-09scsi: target: core: Remove unused macros NONE and ISPRINTChaitanya Kulkarni1-3/+0
2021-03-09scsi: target: core: Get rid of warning in compare_and_write_do_cmp()Chaitanya Kulkarni1-2/+2
2021-03-09scsi: target: pscsi: Remove unused macro ISPRINTChaitanya Kulkarni1-2/+0
2021-03-09scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni1-1/+2
2021-03-09scsi: target: iblock: Fix type of logs_per_physChaitanya Kulkarni1-1/+1
2021-03-09scsi: target: iblock: Trim line longer than 80 charactersChaitanya Kulkarni1-1/+2
2021-03-09scsi: target: iblock: Remove an extra argumentChaitanya Kulkarni1-17/+17
2021-03-09scsi: target: tcmu: Use GFP_NOIO while handling cmds or holding cmdr_lockBodo Stroesser1-2/+2
2021-03-09scsi: target: tcmu: Replace radix_tree with XArrayBodo Stroesser1-18/+16
2021-03-09scsi: target: tcmu: Replace IDR by XArrayBodo Stroesser1-15/+15
2021-03-04scsi: target: core: Make completion affinity configurableMike Christie3-2/+68
2021-03-04scsi: target: core: Flush submission work during TMR processingMike Christie1-0/+4
2021-03-04scsi: target: tcmu: Add backend plug/unplug calloutsMike Christie1-2/+25
2021-03-04scsi: target: iblock: Add backend plug/unplug calloutsMike Christie2-1/+53
2021-03-04scsi: target: core: Fix backend pluggingMike Christie1-1/+42
2021-03-04scsi: target: tcm_loop: Use LIO wq cmd submission helperMike Christie2-17/+6
2021-03-04scsi: target: tcm_loop: Use block cmd allocator for se_cmdsMike Christie1-11/+8
2021-03-04scsi: target: core: Add workqueue based cmd submissionMike Christie3-3/+50
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie5-10/+14
2021-03-04scsi: target: core: Remove target_submit_cmd_map_sgls()Mike Christie1-59/+17
2021-03-04scsi: target: tcm_fc: Convert to new submission APIMike Christie1-4/+10
2021-03-04scsi: target: sbp_target: Convert to new submission APIMike Christie1-5/+3
2021-03-04scsi: target: tcm_loop: Convert to new submission APIMike Christie1-12/+10
2021-03-04scsi: target: core: Break up target_submit_cmd_map_sgls()Mike Christie1-61/+140
2021-03-04scsi: target: core: Rename transport_init_se_cmd()Mike Christie3-20/+20
2021-03-04scsi: target: core: Drop kref_get_unless_zero() in target_get_sess_cmd()Mike Christie1-3/+1
2021-03-04scsi: target: core: Move t_task_cdb initializationMike Christie1-1/+1
2021-02-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-92/+129
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-7/+4
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)2-7/+4
2021-02-22scsi: target: tcmu: Fix memory leak caused by wrong uio usageBodo Stroesser1-3/+26
2021-02-22scsi: target: tcmu: Move some functions without code changeBodo Stroesser1-80/+80
2021-02-22scsi: target: core: Prevent underflow for service actionsAleksandr Miloserdov1-4/+11
2021-02-22scsi: target: core: Add cmd length set before cmd completeAleksandr Miloserdov1-4/+11
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-56/+50
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+7
2021-02-15cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...Ayush Sawal1-2/+1
2021-02-08scsi: target: sbp: Remove unneeded semicolonYang Li1-1/+1
2021-01-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2021-01-26scsi: target: core: Change ASCQ for residual writeAnastasia Kovaleva1-1/+7
2021-01-26scsi: target: core: Signal WRITE residualsAnastasia Kovaleva1-14/+20
2021-01-26scsi: target: core: Set residuals for 4Kn devicesRoman Bolshakov1-11/+0
2021-01-26Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen2-4/+9
2021-01-25target/file: allocate the bvec array as part of struct target_core_file_cmdChristoph Hellwig1-14/+6
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-2/+1
2021-01-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-3/+8
2021-01-22scsi: target: core: Remove in_interrupt() check in transport_handle_cdb_direct()Ahmed S. Darwish1-6/+3
2021-01-22scsi: target: core: Replace in_interrupt() usage in target_submit_cmd_map_sgls()Sebastian Andrzej Siewior1-1/+2
2021-01-22scsi: target: alua: Remove in_interrupt() usage in core_alua_check_nonop_delay()Sebastian Andrzej Siewior1-2/+0
2021-01-22scsi: target: iscsi: Redo iscsit_check_session_usage_count() return codeSebastian Andrzej Siewior3-13/+10
2021-01-22scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_check_session_usage...Sebastian Andrzej Siewior3-5/+5
2021-01-22scsi: target: iscsi: Avoid in_interrupt() usage in iscsit_close_session()Sebastian Andrzej Siewior3-7/+7
2021-01-20scsi: target: iscsi: Fix typo in commentValdis Klētnieks1-1/+1
2021-01-14scsi: target: tcmu: Fix use-after-free of se_cmd->privShin'ichiro Kawasaki1-3/+8
2021-01-13scsi: target: file: Don't zero iter before iov_iter_bvecPavel Begunkov1-1/+1
2021-01-11scsi: target: Fix XCOPY NAA identifier lookupDavid Disseldorp2-49/+71
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-357/+365
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+5
2020-12-02scsi: target: core: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-3/+2
2020-12-01block: remove i_bdevChristoph Hellwig1-3/+3
2020-11-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-4/+13
2020-11-16scsi: target: iscsi: Fix cmd abort fabric stop raceMike Christie1-4/+13
2020-11-04scsi: tcm_loop: Allow queues, can_queue and cmd_per_lun to be settableMike Christie1-2/+12
2020-11-04scsi: target: Make state_list per CPUMike Christie4-96/+115
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie3-46/+35
2020-11-04scsi: target: Remove TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie1-33/+0
2020-11-04scsi: target: Fix cmd_count ref leakMike Christie1-0/+8
2020-11-04scsi: target: Fix LUN ref count handlingMike Christie1-23/+20
2020-11-04scsi: target: Return COMPARE AND WRITE miscompare offsetsDavid Disseldorp2-10/+27
2020-11-04scsi: target: Split out COMPARE AND WRITE memcmp into helperDavid Disseldorp1-53/+68
2020-11-04scsi: target: Rename cmd.bad_sector to cmd.sense_infoDavid Disseldorp2-7/+7
2020-11-04scsi: target: Rename struct sense_info to sense_detailDavid Disseldorp1-11/+11
2020-10-29scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2-2/+0
2020-10-29scsi: target: tcmu: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-26scsi: target: tcmu: scatter_/gather_data_area() reworkBodo Stroesser1-89/+75
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-3/+3
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-174/+172
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+2
2020-10-07scsi: target: rd: Drop double zeroingJulia Lawall1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-10-02scsi: target: tcmu: Fix warning: 'page' may be used uninitializedJohn Donnelly1-1/+1
2020-10-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2020-09-25target/iblock: fix holder printing in iblock_show_configfs_dev_paramsChristoph Hellwig1-3/+2
2020-09-22scsi: target: Fix lun lookup for TARGET_SCF_LOOKUP_LUN_FROM_TAG caseSudhakar Panneerselvam1-1/+2
2020-09-22scsi: target: tcmu: Optimize scatter_data_area()Bodo Stroesser1-76/+63
2020-09-22scsi: target: tcmu: Optimize queue_cmd_ring()Bodo Stroesser1-82/+102
2020-09-22scsi: target: tcmu: Join tcmu_cmd_get_data_length() and tcmu_cmd_get_block_cnt()Bodo Stroesser1-30/+23
2020-09-15scsi: target: tcmu: Add missing newline when printing parametersXiongfeng Wang1-1/+1
2020-09-15scsi: target: Remove redundant assignment to variable 'ret'Jing Xiangfeng1-2/+0
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-9/+20
2020-09-02scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_logi...Hou Pu3-7/+5
2020-09-01scsi: target: iscsi: Fix data digest calculationVarun Prakash1-2/+15
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-8/+8
2020-08-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-04scsi: target: Make iscsit_register_transport() return voidMax Gurtovoy1-3/+1
2020-07-28scsi: target: tcmu: Make TMR notification optionalBodo Stroesser1-0/+38
2020-07-28scsi: target: tcmu: Implement tmr_notify callbackBodo Stroesser1-9/+216
2020-07-28scsi: target: tcmu: Fix and simplify timeout handlingBodo Stroesser1-36/+23