summaryrefslogtreecommitdiff
path: root/drivers/target/target_core_pscsi.c
AgeCommit message (Expand)Author
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-08-17scsi: target: pscsi: Fix possible null-pointer dereference in pscsi_complete_...Tuo Li
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-06-02scsi: core: Introduce enums for the SAM and host status codesBart Van Assche
2021-05-31scsi: target: Use standard SAM status typesHannes Reinecke
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-15scsi: target: Compare explicitly with SAM_STAT_GOODBart Van Assche
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen
2021-03-24scsi: target: pscsi: Clean up after failure in pscsi_map_sg()Martin Wilck
2021-03-24scsi: target: pscsi: Avoid OOM in pscsi_map_sg()Martin Wilck
2021-03-09scsi: target: pscsi: Remove unused macro ISPRINTChaitanya Kulkarni
2021-03-09scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-05-07scsi: target: Make transport_flags per deviceBodo Stroesser
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-07scsi: target: consistently null-terminate t10_wwn stringsDavid Disseldorp
2018-11-07block: remove __blk_put_request()Jens Axboe
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-05-18scsi: target: transport should handle st FM/EOM/ILI readsLee Duncan
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-04-19scsi: target: fix crash with iscsi target and dvdMing Lei
2017-12-18block: fix blk_rq_append_bioJens Axboe
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-07-06target: pscsi: Introduce TYPE_ZBC supportDamien Le Moal
2017-07-06pscsi: finish cmd processing from pscsi_req_doneMike Christie
2017-07-06target: break up free_device callbackMike Christie
2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-05-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-05-01target/user: PGR SupportBryant G. Ly
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig
2017-03-18target: allow ALUA setup for some passthrough backendsMike Christie
2017-03-07target/pscsi: Fix TYPE_TAPE + TYPE_MEDIMUM_CHANGER exportNicholas Bellinger
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2016-11-22target: avoid accessing .bi_vcnt directlyMing Lei
2016-07-20target: stop using blk_make_requestChristoph Hellwig
2016-06-07target: use bio op accessorsMike Christie
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds