summaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_cmnd.h
Commit message (Expand)AuthorAgeFilesLines
* scsi: core: Drop message byte helperHannes Reinecke2021-05-311-5/+0
* scsi: core: Add scsi_msg_to_host_byte()Hannes Reinecke2021-05-311-0/+26
* scsi: core: Add get_{status,host}_byte() accessor functionsHannes Reinecke2021-05-311-0/+10
* scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-05-311-4/+0
* scsi: core: Introduce scsi_build_sense()Hannes Reinecke2021-05-311-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-281-0/+3
|\
| * scsi: core: Add mq_poll support to SCSI layerKashyap Desai2021-03-041-0/+1
| * scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei2021-03-041-0/+2
* | scsi: remove the unchecked_isa_dma flagChristoph Hellwig2021-04-061-4/+3
|/
* scsi: core: Add 'set_status_byte()' accessorHannes Reinecke2021-01-221-0/+5
* scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig2020-10-071-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-051-1/+0
|\
| * scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke2020-05-071-1/+0
* | block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-221-0/+1
|/
* scsi: core: Remove cmd_list functionalityHannes Reinecke2020-02-281-1/+0
* scsi: core: Fix scsi_get/set_resid() interfaceDamien Le Moal2019-11-081-2/+2
* scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei2019-11-011-0/+1
* scsi: core: add support for request batchingPaolo Bonzini2019-07-221-0/+1
* scsi: kill command serial numberHannes Reinecke2019-02-271-10/+0
* scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche2019-02-121-3/+2
* scsi: remove bidirectional command supportChristoph Hellwig2019-02-051-18/+1
* scsi: Fix a harmless double shift bugDan Carpenter2018-12-071-1/+1
* scsi: Do not rely on blk-mq for double completionsKeith Busch2018-11-261-0/+4
* scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig2018-11-091-1/+1
* scsi: Check sense buffer size at build timeKees Cook2018-08-021-4/+2
* block: move ref_tag calculation func to the block layerMax Gurtovoy2018-07-301-6/+1
* scsi: Add NO_DMA dummies for SCSI DMA mapping APIGeert Uytterhoeven2018-03-161-0/+5
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-03-071-0/+3
|\
| * scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche2018-03-011-0/+3
* | Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-02-031-2/+1
|\ \ | |/ |/|
| * scsi: sd: Remove zone write lockingDamien Le Moal2018-01-081-2/+1
* | scsi: core: Unexport scsi_initialize_rq()Bart Van Assche2017-12-071-1/+0
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge branch 'fixes' into miscJames Bottomley2017-09-071-0/+1
|\
| * scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal2017-08-161-0/+1
* | scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche2017-08-311-0/+3
* | scsi: Remove an obsolete function declarationBart Van Assche2017-08-251-1/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-0/+1
|\
| * scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche2017-06-121-0/+1
* | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-0/+1
|/
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-0/+2
* scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig2014-11-241-1/+1
* scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-121-0/+4
* sd: Honor block layer integrity handling flagsMartin K. Petersen2014-09-301-10/+26
* scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig2014-07-171-3/+0
* [SCSI] use the scsi data buffer length to extract transfer sizeMartin K. Petersen2014-07-031-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-121-0/+17
|\
| * scsi_cmnd: Introduce scsi_transfer_length helperSagi Grimberg2014-06-111-0/+17
* | virtio_scsi: use cmd_sizeChristoph Hellwig2014-05-191-0/+9
|/