summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2021-08-112-19/+18
| |\
| * | scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-2/+2
| * | scsi: target: core: Drop unnecessary se_cmd ASC/ASCQ membersDavid Disseldorp2021-08-032-64/+55
| * | scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp2021-08-031-2/+2
| * | scsi: target: core: Avoid using lun_tg_pt_gp after unlockDavid Disseldorp2021-08-031-5/+5
| * | scsi: target: tcmu: Add new feature KEEP_BUFBodo Stroesser2021-08-031-11/+139
| * | scsi: core: Rename CONFIG_BLK_SCSI_REQUEST to CONFIG_SCSI_COMMONChristoph Hellwig2021-07-281-1/+1
| * | scsi: target: Remove redundant assignment to variable retColin Ian King2021-07-273-4/+4
* | | Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-272-19/+18
|\ \ \ | | |/ | |/|
| * | scsi: target: Fix NULL dereference on XCOPY completionDavid Disseldorp2021-07-201-1/+1
| * | scsi: target: Fix protect handling in WRITE SAME(32)Dmitry Bogdanov2021-07-181-18/+17
| |/
* / bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+2
|/
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\