aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesGravatar Martin K. Petersen 1-1/+2
2022-03-29scsi: target: tcmu: Fix possible page UAFGravatar Xiaoguang Wang 1-1/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 6-57/+204
2022-03-14scsi: target: Add iscsi/cpus_allowed_list in configfsGravatar Mingzhe Zou 3-3/+114
2022-03-01scsi: core: Remove struct scsi_requestGravatar Christoph Hellwig 1-1/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndGravatar Christoph Hellwig 1-5/+4
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Gravatar Christoph Hellwig 1-1/+1
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestGravatar Christoph Hellwig 1-1/+2
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestGravatar Christoph Hellwig 1-4/+8
2022-03-01scsi: target: pscsi: Remove struct pscsi_plugin_taskGravatar Christoph Hellwig 2-38/+17
2022-02-22scsi: target: tcmu: Make cmd_ring_size changeable via configfsGravatar Guixin Liu 1-10/+63
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-3/+2
2022-02-02block: pass a block_device and opf to bio_alloc_biosetGravatar Christoph Hellwig 1-4/+2
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 2-2/+0
2022-01-24scsi: target: iscsi: Make sure the np under each tpg is uniqueGravatar ZouMingzhe 1-0/+3
2021-11-29block: remove the gendisk argument to blk_execute_rqGravatar Christoph Hellwig 1-1/+1
2021-11-18scsi: target: configfs: Delete unnecessary checks for NULLGravatar Dan Carpenter 1-8/+8
2021-11-18scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gpGravatar Mike Christie 1-7/+7
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-23/+24
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 15-183/+279
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2021-11-01Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Gravatar Linus Torvalds 1-4/+3
2021-10-29block: remove blk_{get,put}_requestGravatar Christoph Hellwig 1-2/+2
2021-10-26scsi: target: core: Remove from tmr_list during LUN unlinkGravatar Dmitry Bogdanov 2-23/+24
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-2/+2
2021-10-22scsi: add a scsi_alloc_request helperGravatar Christoph Hellwig 1-2/+1
2021-10-19scsi: target: core: Stop using bdevname()Gravatar Christoph Hellwig 1-3/+1
2021-10-18scsi: target: Perform ALUA group changes in one stepGravatar Mike Christie 1-7/+16
2021-10-18scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathGravatar Mike Christie 1-27/+34
2021-10-18scsi: target: Fix alua_tg_pt_gps_count trackingGravatar Mike Christie 1-1/+0
2021-10-18scsi: target: Fix ordered tag handlingGravatar Mike Christie 3-22/+57
2021-10-18scsi: target: Fix ordered CMD_T_SENT handlingGravatar Mike Christie 1-5/+5
2021-10-18scsi: target: tcmu: Allocate zeroed pages for data areaGravatar Bodo Stroesser 1-2/+2
2021-10-18scsi: target: cxgbit: Enable Delayed ACKGravatar Varun Prakash 2-10/+26
2021-10-18scsi: target: cxgbit: Increase max DataSegmentLengthGravatar Varun Prakash 1-5/+12
2021-10-18target/iblock: use bdev_nr_bytes instead of open coding itGravatar Christoph Hellwig 1-2/+2
2021-10-18block: move struct request to blk-mq.hGravatar Christoph Hellwig 2-0/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-16scsi: target: tcm_loop: Call scsi_done() directlyGravatar Bart Van Assche 1-2/+2
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingGravatar Martin K. Petersen 2-13/+21
2021-10-04scsi: target: tcmu: Use struct_size() helper in kmalloc()Gravatar Gustavo A. R. Silva 1-2/+1
2021-10-04scsi: target: sbp: Replace enable attr with ops.enableGravatar Dmitry Bogdanov 1-25/+5
2021-10-04scsi: target: iscsi: Replace tpg enable attr with ops.enableGravatar Dmitry Bogdanov 1-59/+32
2021-10-04scsi: target: core: Add common tpg/enable attributeGravatar Dmitry Bogdanov 2-2/+77
2021-10-04scsi: target: core: Make logs less verboseGravatar Konstantin Shelekhin 1-4/+4
2021-09-22scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Gravatar Colin Ian King 1-1/+1
2021-09-14scsi: target: Remove unused function argumentsGravatar Li Feng 1-8/+6
2021-09-13scsi: target: Fix the pgr/alua_support_store functionsGravatar Maurizio Lombardi 1-12/+20
2021-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 10-111/+243
2021-08-17scsi: target: Fix sense key for invalid EXTENDED COPY requestGravatar Sergey Samoylenko 1-11/+15