aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/scsi_cmnd.h
AgeCommit message (Expand)Author
2024-01-12Revert "scsi: core: Add scsi_prot_ref_tag() helper"Greg Kroah-Hartman
2024-01-12Revert "scsi: core: Introduce scsi_get_sector()"Greg Kroah-Hartman
2024-01-12Revert "scsi: core: Make scsi_get_lba() return the LBA"Greg Kroah-Hartman
2024-01-12Revert "scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.request"Greg Kroah-Hartman
2024-01-12Revert "scsi: core: Use a structure member to track the SCSI command submitter"Greg Kroah-Hartman
2024-01-05scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche
2024-01-05scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2024-01-05scsi: core: Make scsi_get_lba() return the LBAMartin K. Petersen
2024-01-05scsi: core: Introduce scsi_get_sector()Bart Van Assche
2024-01-05scsi: core: Add scsi_prot_ref_tag() helperMartin K. Petersen
2023-12-08scsi: core: Introduce the scsi_cmd_to_rq() functionBart Van Assche
2022-10-15scsi: stex: Properly zero out the passthrough command structureLinus Torvalds
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
2017-08-31scsi: Call scsi_initialize_rq() for filesystem requestsBart Van Assche
2017-08-25scsi: Remove an obsolete function declarationBart Van Assche
2017-08-16scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd()Damien Le Moal
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-12scsi: Avoid that scsi_exit_rq() triggers a use-after-freeBart Van Assche
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-09-30sd: Honor block layer integrity handling flagsMartin K. Petersen
2014-07-17scsi: remove various exports that were only used by scsi_tgtChristoph Hellwig
2014-07-03[SCSI] use the scsi data buffer length to extract transfer sizeMartin K. Petersen
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds