summaryrefslogtreecommitdiff
path: root/include/scsi/scsi_cmnd.h
AgeCommit message (Expand)Author
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche
2021-10-16scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche
2021-09-21scsi: core: Remove include <scsi/scsi_host.h> from scsi_cmnd.hBart Van Assche
2021-08-17scsi: core: Remove scsi_cmnd.tagJohn Garry
2021-08-11scsi: core: Add helper to return number of logical blocks in a requestMartin K. Petersen
2021-08-11scsi: core: Remove the request member from struct scsi_cmndBart Van Assche
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-08-11scsi: core: Introduce the scsi_cmd_to_rq() functionBart Van Assche
2021-07-20scsi: core: Make scsi_get_lba() return the LBAMartin K. Petersen
2021-07-20scsi: core: Introduce scsi_get_sector()Bart Van Assche
2021-07-20scsi: core: Add scsi_prot_ref_tag() helperMartin K. Petersen
2021-05-31scsi: core: Drop message byte helperHannes Reinecke
2021-05-31scsi: core: Add scsi_msg_to_host_byte()Hannes Reinecke
2021-05-31scsi: core: Add get_{status,host}_byte() accessor functionsHannes Reinecke
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke
2021-05-31scsi: core: Introduce scsi_build_sense()Hannes Reinecke
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-04-06scsi: remove the unchecked_isa_dma flagChristoph Hellwig
2021-03-04scsi: core: Add mq_poll support to SCSI layerKashyap Desai
2021-03-04scsi: blk-mq: Add callbacks for storing & retrieving budget tokenMing Lei
2021-01-22scsi: core: Add 'set_status_byte()' accessorHannes Reinecke
2020-10-07scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-05-07scsi: core: Remove 'list' entry from struct scsi_cmndHannes Reinecke
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke
2019-11-08scsi: core: Fix scsi_get/set_resid() interfaceDamien Le Moal
2019-11-01scsi: core: avoid host-wide host_busy counter for scsi_mqMing Lei
2019-07-22scsi: core: add support for request batchingPaolo Bonzini
2019-02-27scsi: kill command serial numberHannes Reinecke
2019-02-12scsi: core: Move resid from scsi_data_buffer to scsi_cmndBart Van Assche
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig
2018-12-07scsi: Fix a harmless double shift bugDan Carpenter
2018-11-26scsi: Do not rely on blk-mq for double completionsKeith Busch
2018-11-09scsi: return blk_status_t from scsi_init_io and ->init_commandChristoph Hellwig
2018-08-02scsi: Check sense buffer size at build timeKees Cook
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy
2018-03-16scsi: Add NO_DMA dummies for SCSI DMA mapping APIGeert Uytterhoeven
2018-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2018-03-01scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche
2018-02-03Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2018-01-08scsi: sd: Remove zone write lockingDamien Le Moal
2017-12-07scsi: core: Unexport scsi_initialize_rq()Bart Van Assche
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge branch 'fixes' into miscJames Bottomley