summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pscsi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-1/+1
|\
| * scsi: target: pscsi: Remove repeated word "calling"Shaomin Deng2022-09-011-1/+1
* | block: change request end_io handler to pass back a return valueJens Axboe2022-09-301-2/+4
|/
* blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig2022-05-281-2/+1
* Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-30/+6
|\
| * 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: pscsi: Set SCF_TREAT_READ_AS_NORMAL flag only if there is valid...David Jeffery2022-04-271-5/+5
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-03-241-40/+27
|\
| * 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-011-34/+17
* | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/
* block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-291-1/+1
* block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-2/+2
* scsi: add a scsi_alloc_request helperChristoph Hellwig2021-10-221-2/+1
* scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li2021-08-171-9/+9
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-091-1/+1
|\
| * block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig2021-06-301-1/+1
* | scsi: core: Introduce enums for the SAM and host status codesBart Van Assche2021-06-021-1/+1
* | scsi: target: Use standard SAM status typesHannes Reinecke2021-05-311-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-4/+3
|\
| * scsi: target: Compare explicitly with SAM_STAT_GOODBart Van Assche2021-04-151-1/+1
| * Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-051-1/+8
| |\
| * | scsi: target: pscsi: Remove unused macro ISPRINTChaitanya Kulkarni2021-03-091-2/+0
| * | scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni2021-03-091-1/+2
* | | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-2/+2
|\ \ \ | |_|/ |/| |
| * | block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig2021-04-061-2/+2
| |/
* | scsi: target: pscsi: Clean up after failure in pscsi_map_sg()Martin Wilck2021-03-241-0/+8
* | scsi: target: pscsi: Avoid OOM in pscsi_map_sg()Martin Wilck2021-03-241-1/+0
|/
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-1/+1
* block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-2/+1
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-3/+2
* scsi: target: Make transport_flags per deviceBodo Stroesser2020-05-071-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-34/+16
|\
| * scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp2018-12-071-34/+16
* | block: remove __blk_put_request()Jens Axboe2018-11-071-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-2/+24
|\
| * scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan2018-05-181-2/+24
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-2/+1
* | scsi: target: fix crash with iscsi target and dvdMing Lei2018-04-191-0/+2
|/
* block: fix blk_rq_append_bioJens Axboe2017-12-181-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-41/+41
|\
| * target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal2017-07-061-6/+11
| * pscsi: finish cmd processing from pscsi_req_doneMike Christie2017-07-061-22/+16
| * target: break up free_device callbackMike Christie2017-07-061-1/+6