Age | Commit message (Expand) | Author | Files | Lines |
2021-01-23 | scsi: core: Add 'set_status_byte()' accessor | Hannes Reinecke | 1 | -0/+5 |
2020-10-08 | scsi: core: Clean up allocation and freeing of sgtables | Christoph Hellwig | 1 | -1/+2 |
2020-06-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+0 |
2020-05-08 | scsi: core: Remove 'list' entry from struct scsi_cmnd | Hannes Reinecke | 1 | -1/+0 |
2020-04-22 | block: move dma_pad handling from blk_rq_map_sg into the callers | Christoph Hellwig | 1 | -0/+1 |
2020-02-29 | scsi: core: Remove cmd_list functionality | Hannes Reinecke | 1 | -1/+0 |
2019-11-09 | scsi: core: Fix scsi_get/set_resid() interface | Damien Le Moal | 1 | -2/+2 |
2019-11-02 | scsi: core: avoid host-wide host_busy counter for scsi_mq | Ming Lei | 1 | -0/+1 |
2019-07-22 | scsi: core: add support for request batching | Paolo Bonzini | 1 | -0/+1 |
2019-02-27 | scsi: kill command serial number | Hannes Reinecke | 1 | -10/+0 |
2019-02-12 | scsi: core: Move resid from scsi_data_buffer to scsi_cmnd | Bart Van Assche | 1 | -3/+2 |
2019-02-06 | scsi: remove bidirectional command support | Christoph Hellwig | 1 | -18/+1 |
2018-12-08 | scsi: Fix a harmless double shift bug | Dan Carpenter | 1 | -1/+1 |
2018-11-26 | scsi: Do not rely on blk-mq for double completions | Keith Busch | 1 | -0/+4 |
2018-11-10 | scsi: return blk_status_t from scsi_init_io and ->init_command | Christoph Hellwig | 1 | -1/+1 |
2018-08-03 | scsi: Check sense buffer size at build time | Kees Cook | 1 | -4/+2 |
2018-07-30 | block: move ref_tag calculation func to the block layer | Max Gurtovoy | 1 | -6/+1 |
2018-03-16 | scsi: Add NO_DMA dummies for SCSI DMA mapping API | Geert Uytterhoeven | 1 | -0/+5 |
2018-03-07 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -0/+3 |
2018-03-02 | scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops | Bart Van Assche | 1 | -0/+3 |
2018-02-04 | Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -2/+1 |
2018-01-09 | scsi: sd: Remove zone write locking | Damien Le Moal | 1 | -2/+1 |
2017-12-08 | scsi: core: Unexport scsi_initialize_rq() | Bart Van Assche | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-07 | Merge branch 'fixes' into misc | James Bottomley | 1 | -0/+1 |
2017-09-01 | scsi: Call scsi_initialize_rq() for filesystem requests | Bart Van Assche | 1 | -0/+3 |
2017-08-26 | scsi: Remove an obsolete function declaration | Bart Van Assche | 1 | -1/+0 |
2017-08-17 | scsi: sd_zbc: Write unlock zone from sd_uninit_cmnd() | Damien Le Moal | 1 | -0/+1 |
2017-07-06 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+1 |
2017-06-21 | block: Make most scsi_req_init() calls implicit | Bart Van Assche | 1 | -0/+1 |
2017-06-13 | scsi: Avoid that scsi_exit_rq() triggers a use-after-free | Bart Van Assche | 1 | -0/+1 |
2017-02-01 | block: introduce blk_rq_is_passthrough | Christoph Hellwig | 1 | -1/+1 |
2017-01-28 | block: split scsi_request out of struct request | Christoph Hellwig | 1 | -0/+2 |
2014-11-24 | scsi: stop passing a gfp_mask argument down the command setup path | Christoph Hellwig | 1 | -1/+1 |
2014-11-12 | scsi: add new scsi-command flag for tagged commands | Christoph Hellwig | 1 | -0/+4 |
2014-10-01 | sd: Honor block layer integrity handling flags | Martin K. Petersen | 1 | -10/+26 |
2014-07-18 | scsi: remove various exports that were only used by scsi_tgt | Christoph Hellwig | 1 | -3/+0 |
2014-07-03 | [SCSI] use the scsi data buffer length to extract transfer size | Martin K. Petersen | 1 | -1/+1 |
2014-06-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -0/+17 |
2014-06-12 | scsi_cmnd: Introduce scsi_transfer_length helper | Sagi Grimberg | 1 | -0/+17 |
2014-05-19 | virtio_scsi: use cmd_size | Christoph Hellwig | 1 | -0/+9 |
2014-03-27 | [SCSI] megaraid: simplify internal command handling | Christoph Hellwig | 1 | -3/+0 |
2014-03-15 | [SCSI] do not manipulate device reference counts in scsi_get/put_command | Christoph Hellwig | 1 | -2/+1 |
2013-12-19 | [SCSI] improved eh timeout handler | Hannes Reinecke | 1 | -0/+1 |
2012-10-09 | [SCSI] Shorten the path length of scsi_cmd_to_driver() | Li Zhong | 1 | -10/+2 |
2012-07-08 | [SCSI] Fix NULL dereferences in scsi_cmd_to_driver | Mark Rustad | 1 | -1/+7 |
2012-04-15 | SCSI: Fix error handling when no ULD is attached | Martin K. Petersen | 1 | -0/+3 |
2012-02-19 | [SCSI] Handle disk devices which can not process medium access commands | Martin K. Petersen | 1 | -0/+6 |
2012-02-19 | [SCSI] Correctly set the scsi host/msg/status bytes | Moger, Babu | 1 | -3/+3 |
2009-10-02 | [SCSI] Deprecate SCSI_PROT_*_CONVERT operations | Martin K. Petersen | 1 | -4/+0 |