aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe1-2/+4
2022-09-01scsi: target: pscsi: Remove repeated word "calling"Shaomin Deng1-1/+1
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig1-2/+1
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-30/+6
2022-04-27scsi: target: pscsi: Set SCF_TREAT_READ_AS_NORMAL flag only if there is valid dataDavid Jeffery1-5/+5
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-5/+5
2022-04-17target/pscsi: remove pscsi_get_bioChristoph Hellwig1-26/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-40/+27
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig1-1/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-5/+4
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-1/+1
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig1-1/+2
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-4/+8
2022-03-01scsi: target: pscsi: Remove struct pscsi_plugin_taskChristoph Hellwig1-34/+17
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-2/+1
2021-08-17scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_cmd()Tuo Li1-9/+9
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig1-1/+1
2021-06-02scsi: core: Introduce enums for the SAM and host status codesBart Van Assche1-1/+1
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke1-1/+1
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+3
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-04-15scsi: target: Compare explicitly with SAM_STAT_GOODBart Van Assche1-1/+1
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig1-2/+2
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-1/+8
2021-03-24scsi: target: pscsi: Clean up after failure in pscsi_map_sg()Martin Wilck1-0/+8
2021-03-24scsi: target: pscsi: Avoid OOM in pscsi_map_sg()Martin Wilck1-1/+0
2021-03-09scsi: target: pscsi: Remove unused macro ISPRINTChaitanya Kulkarni1-2/+0
2021-03-09scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni1-1/+2
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-1/+1
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-2/+1
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-3/+2
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-34/+16
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp1-34/+16
2018-11-07block: remove __blk_put_request()Jens Axboe1-1/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+24
2018-05-18scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan1-2/+24
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-2/+1
2018-04-19scsi: target: fix crash with iscsi target and dvdMing Lei1-0/+2
2017-12-18block: fix blk_rq_append_bioJens Axboe1-2/+2
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-41/+41
2017-07-06target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal1-6/+11
2017-07-06pscsi: finish cmd processing from pscsi_req_doneMike Christie1-22/+16
2017-07-06target: break up free_device callbackMike Christie1-1/+6