aboutsummaryrefslogtreecommitdiff
path: root/drivers/target
AgeCommit message (Expand)AuthorFilesLines
2022-07-07scsi: target: Remove incorrect zero blocks WRITE_SAME checkGravatar Mike Christie 1-4/+0
2022-07-07scsi: target: Fix WRITE_SAME No Data Buffer crashGravatar Mike Christie 3-0/+13
2022-06-21scsi: target: Remove duplicate "the"Gravatar Jiang Jian 1-1/+1
2022-06-16scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required()Gravatar Yang Li 1-2/+1
2022-06-07scsi: target: iscsi: Control authentication per ACLGravatar Dmitry Bogdanov 3-1/+39
2022-06-07scsi: target: iscsi: Extract auth functionsGravatar Dmitry Bogdanov 1-48/+92
2022-06-07scsi: target: iscsi: Add upcast helpersGravatar Dmitry Bogdanov 3-62/+37
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitGravatar Christoph Hellwig 1-2/+1
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 39-743/+786
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-57/+26
2022-05-19scsi: target: tcmu: Avoid holding XArray lock when calling lock_pageGravatar Bodo Stroesser 1-5/+5
2022-05-17scsi: target: Fix incorrect use of cpumask_tGravatar Mingzhe Zou 2-20/+36
2022-05-10scsi: target: iscsi: Rename iscsi_session to iscsit_sessionGravatar Max Gurtovoy 21-119/+119
2022-05-10scsi: target: iscsi: Rename iscsi_conn to iscsit_connGravatar Max Gurtovoy 29-368/+368
2022-05-10scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdGravatar Max Gurtovoy 23-297/+297
2022-05-02scsi: target: tcmu: Fix possible data corruptionGravatar Xiaoguang Wang 1-3/+37
2022-04-27scsi: target: pscsi: Set SCF_TREAT_READ_AS_NORMAL flag only if there is valid...Gravatar David Jeffery 1-5/+5
2022-04-25scsi: target: core: Silence the message about unknown VPD pagesGravatar Konstantin Shelekhin 1-1/+1
2022-04-18Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingGravatar Martin K. Petersen 1-1/+2
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDGravatar Christoph Hellwig 2-2/+2
2022-04-17block: add a bdev_discard_granularity helperGravatar Christoph Hellwig 1-2/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-1/+1
2022-04-17block: add a bdev_max_discard_sectors helperGravatar Christoph Hellwig 1-4/+3
2022-04-17block: add a bdev_fua helperGravatar Christoph Hellwig 1-2/+1
2022-04-17block: add a bdev_write_cache helperGravatar Christoph Hellwig 1-6/+2
2022-04-17block: add a bdev_nonrot helperGravatar Christoph Hellwig 2-3/+2
2022-04-17target: fix discard alignment on partitionsGravatar Christoph Hellwig 1-2/+2
2022-04-17target: pass a block_device to target_configure_unmap_from_queueGravatar Christoph Hellwig 3-6/+8
2022-04-17target: remove an incorrect unmap zeroes data deductionGravatar Christoph Hellwig 1-1/+0
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperGravatar Christoph Hellwig 1-5/+5
2022-04-17target/pscsi: remove pscsi_get_bioGravatar Christoph Hellwig 1-26/+2
2022-04-06scsi: target: Allow changing dbroot if there are no registered devicesGravatar Maurizio Lombardi 1-19/+28
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