summaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_pscsi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-03-111-11/+11
|\
| * target: port block device access to fileChristian Brauner2024-02-251-11/+11
* | scsi: target: pscsi: Fix bio_put() for error caseNaohiro Aota2024-02-151-3/+6
|/
* scsi: target: Convert to bdev_open_by_path()Jan Kara2023-10-281-13/+13
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-2/+2
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-5/+3
* block: introduce holder opsChristoph Hellwig2023-06-051-1/+2
* scsi: target: target_core_pscsi: Convert to scsi_execute_cmd()Mike Christie2023-01-131-7/+5
* 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
|\