summaryrefslogtreecommitdiffstats
path: root/drivers/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: add a bdev_discard_granularity helperChristoph Hellwig2022-04-181-2/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-181-1/+1
* block: add a bdev_max_discard_sectors helperChristoph Hellwig2022-04-181-4/+3
* block: add a bdev_fua helperChristoph Hellwig2022-04-181-2/+1
* block: add a bdev_write_cache helperChristoph Hellwig2022-04-181-6/+2
* block: add a bdev_nonrot helperChristoph Hellwig2022-04-182-3/+2
* target: fix discard alignment on partitionsChristoph Hellwig2022-04-181-2/+2
* target: pass a block_device to target_configure_unmap_from_queueChristoph Hellwig2022-04-183-6/+8
* target: remove an incorrect unmap zeroes data deductionChristoph Hellwig2022-04-181-1/+0
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-181-5/+5
* target/pscsi: remove pscsi_get_bioChristoph Hellwig2022-04-181-26/+2
* Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen2022-04-071-1/+2
|\
| * scsi: target: tcmu: Fix possible page UAFXiaoguang Wang2022-03-301-1/+2
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-256-57/+204
|\|
| * scsi: target: Add iscsi/cpus_allowed_list in configfsMingzhe Zou2022-03-153-3/+114
| * scsi: core: Remove struct scsi_requestChristoph Hellwig2022-03-021-1/+1
| * scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig2022-03-021-5/+4
| * scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig2022-03-021-1/+1
| * scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig2022-03-021-1/+2
| * scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig2022-03-021-4/+8
| * scsi: target: pscsi: Remove struct pscsi_plugin_taskChristoph Hellwig2022-03-022-38/+17
| * scsi: target: tcmu: Make cmd_ring_size changeable via configfsGuixin Liu2022-02-231-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-251-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-191-8/+8
* scsi: target: core: Use RCU helpers for INQUIRY t10_alua_tg_pt_gpMike Christie2021-11-191-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-272-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-191-7/+16
| * scsi: target: Replace lun_tg_pt_gp_lock with rcu in I/O pathMike Christie2021-10-191-27/+34
| * scsi: target: Fix alua_tg_pt_gps_count trackingMike Christie2021-10-191-1/+0
| * scsi: target: Fix ordered tag handlingMike Christie2021-10-193-22/+57
| * scsi: target: Fix ordered CMD_T_SENT handlingMike Christie2021-10-191-5/+5
| * scsi: target: tcmu: Allocate zeroed pages for data areaBodo Stroesser2021-10-191-2/+2
| * scsi: target: cxgbit: Enable Delayed ACKVarun Prakash2021-10-192-10/+26
| * scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash2021-10-191-5/+12
| * scsi: target: tcm_loop: Call scsi_done() directlyBart Van Assche2021-10-171-2/+2
| * Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2021-10-122-13/+21
| |\
| * | scsi: target: tcmu: Use struct_size() helper in kmalloc()Gustavo A. R. Silva2021-10-051-2/+1
| * | scsi: target: sbp: Replace enable attr with ops.enableDmitry Bogdanov2021-10-051-25/+5
| * | scsi: target: iscsi: Replace tpg enable attr with ops.enableDmitry Bogdanov2021-10-051-59/+32
| * | scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov2021-10-052-2/+77
| * | scsi: target: core: Make logs less verboseKonstantin Shelekhin2021-10-051-4/+4
| * | scsi: target: Remove unused function argumentsLi Feng2021-09-151-8/+6
* | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+2
|\ \ \