summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-2/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-2539-743/+786
|\
| * scsi: target: tcmu: Avoid holding XArray lock when calling lock_pageBodo Stroesser2022-05-191-5/+5
| * scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy2022-05-1021-119/+119
| * scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy2022-05-1029-368/+368
| * scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy2022-05-1023-297/+297
| * scsi: target: tcmu: Fix possible data corruptionXiaoguang Wang2022-05-021-3/+37
| * scsi: target: core: Silence the message about unknown VPD pagesKonstantin Shelekhin2022-04-251-1/+1
| * Merge branch '5.18/scsi-fixes' into 5.19/scsi-stagingMartin K. Petersen2022-04-181-1/+2
| |\
| * | scsi: target: Allow changing dbroot if there are no registered devicesMaurizio Lombardi2022-04-061-19/+28
* | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-234-57/+26
|\ \ \
| * | | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-172-2/+2
| * | | block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-171-2/+1
| * | | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
| * | | block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-171-4/+3
| * | | block: add a bdev_fua helperChristoph Hellwig2022-04-171-2/+1
| * | | block: add a bdev_write_cache helperChristoph Hellwig2022-04-171-6/+2
| * | | block: add a bdev_nonrot helperChristoph Hellwig2022-04-172-3/+2
| * | | target: fix discard alignment on partitionsChristoph Hellwig2022-04-171-2/+2
| * | | target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig2022-04-173-6/+8
| * | | target: remove an incorrect unmap zeroes data deductionChristoph Hellwig2022-04-171-1/+0
| * | | block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-5/+5
| * | | target/pscsi: remove pscsi_get_bioChristoph Hellwig2022-04-171-26/+2
| | |/ | |/|
* | | scsi: target: Fix incorrect use of cpumask_tMingzhe Zou2022-05-172-20/+36
* | | scsi: target: pscsi: Set SCF_TREAT_READ_AS_NORMAL flag only if there is valid...David Jeffery2022-04-271-5/+5
|/ /
* | Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen2022-04-061-1/+2
|\ \ | |/ |/|
| * scsi: target: tcmu: Fix possible page UAFXiaoguang Wang2022-03-291-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-246-57/+204
|\|
| * scsi: target: Add iscsi/cpus_allowed_list in configfsMingzhe Zou2022-03-143-3/+114
| * scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-011-1/+1
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-011-5/+4
| * scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-011-1/+1
| * scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-011-1/+2
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-011-4/+8
| * scsi: target: pscsi: Remove struct pscsi_plugin_taskChristoph Hellwig2022-03-012-38/+17
| * scsi: target: tcmu: Make cmd_ring_size changeable via configfsGuixin Liu2022-02-221-10/+63
* | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+2
* | block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-4/+2
* | block: remove genhd.hChristoph Hellwig2022-02-022-2/+0
|/
* scsi: target: iscsi: Make sure the np under each tpg is uniqueZouMingzhe2022-01-241-0/+3
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* scsi: target: configfs: Delete unnecessary checks for NULLDan Carpenter2021-11-181-8/+8
* scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gpMike Christie2021-11-181-7/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-122-23/+24
|\
| * scsi: target: core: Remove from tmr_list during LUN unlinkDmitry Bogdanov2021-10-262-23/+24
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-11-0515-183/+279
|\|
| * scsi: target: core: Stop using bdevname()Christoph Hellwig2021-10-191-3/+1
| * scsi: target: Perform ALUA group changes in one stepMike Christie2021-10-181-7/+16
| * scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie2021-10-181-27/+34
| * scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie2021-10-181-1/+0