summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* 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
| * scsi: target: Fix ordered tag handlingMike Christie2021-10-183-22/+57
| * scsi: target: Fix ordered CMD_T_SENT handlingMike Christie2021-10-181-5/+5
| * scsi: target: tcmu: Allocate zeroed pages for data areaBodo Stroesser2021-10-181-2/+2
| * scsi: target: cxgbit: Enable Delayed ACKVarun Prakash2021-10-182-10/+26
| * scsi: target: cxgbit: Increase max DataSegmentLengthVarun Prakash2021-10-181-5/+12
| * scsi: target: tcm_loop: Call scsi_done() directlyBart Van Assche2021-10-161-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-041-2/+1
| * | scsi: target: sbp: Replace enable attr with ops.enableDmitry Bogdanov2021-10-041-25/+5
| * | scsi: target: iscsi: Replace tpg enable attr with ops.enableDmitry Bogdanov2021-10-041-59/+32
| * | scsi: target: core: Add common tpg/enable attributeDmitry Bogdanov2021-10-042-2/+77
| * | scsi: target: core: Make logs less verboseKonstantin Shelekhin2021-10-041-4/+4
| * | scsi: target: Remove unused function argumentsLi Feng2021-09-141-8/+6
* | | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+2
|\ \ \
| * | | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-2/+2
* | | | Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...Linus Torvalds2021-11-011-4/+3
|\ \ \ \
| * | | | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-2/+2
| * | | | scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-2/+1
| |/ / /
* / / / target/iblock: use bdev_nr_bytes instead of open coding itChristoph Hellwig2021-10-181-2/+2
|/ / /
* | | block: move struct request to blk-mq.hChristoph Hellwig2021-10-182-0/+2
* | | block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig2021-10-181-0/+1
| |/ |/|
* | scsi: target: Fix spelling mistake "CONFLIFT" -> "CONFLICT"Colin Ian King2021-09-221-1/+1
* | scsi: target: Fix the pgr/alua_support_store functionsMaurizio Lombardi2021-09-131-12/+20
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-09-0210-111/+243
|\
| * scsi: target: Fix sense key for invalid EXTENDED COPY requestSergey Samoylenko2021-08-171-11/+15
| * scsi: target: Allows backend drivers to fail with specific sense codesSergey Samoylenko2021-08-171-3/+12
| * scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li2021-08-171-9/+9