summaryrefslogtreecommitdiffstats
path: root/drivers/target
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: target: iscsi: Allow AuthMethod=NoneDmitry Bogdanov2022-07-263-2/+15
| * scsi: target: iscsi: Support base64 in CHAPDmitry Bogdanov2022-07-263-24/+94
| * scsi: target: iscsi: Add support for extended CDB AHSDmitry Bogdanov2022-07-261-3/+52
| * scsi: target: iscsi: Fix clang -Wformat warningsJustin Stitt2022-07-182-3/+3
| * scsi: target: Detect UNMAP support post configurationMike Christie2022-07-071-8/+19
| * scsi: target: Add file configure_unmap calloutMike Christie2022-07-071-14/+19
| * scsi: target: Add iblock configure_unmap calloutMike Christie2022-07-071-4/+9
| * scsi: target: Add callout to configure UNMAP settingsMike Christie2022-07-071-0/+6
| * scsi: target: Remove incorrect zero blocks WRITE_SAME checkMike Christie2022-07-071-4/+0
| * scsi: target: Remove duplicate "the"Jiang Jian2022-06-211-1/+1
| * scsi: target: iscsi: Fix NULL pointer dereference in iscsi_conn_auth_required()Yang Li2022-06-161-2/+1
| * scsi: target: iscsi: Control authentication per ACLDmitry Bogdanov2022-06-073-1/+39
| * scsi: target: iscsi: Extract auth functionsDmitry Bogdanov2022-06-071-48/+92
| * scsi: target: iscsi: Add upcast helpersDmitry Bogdanov2022-06-073-62/+37
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-2/+2
|\ \
| * | scsi/target: Use the new blk_opf_t typeBart Van Assche2022-07-141-2/+2
| |/
* / scsi: target: Fix WRITE_SAME No Data Buffer crashMike Christie2022-07-073-0/+13
|/
* 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