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