| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: Add host and host template flag 'host_tagset' | Hannes Reinecke | 2020-10-06 | 1 | -1/+8 |
* | block: move dma drain handling to scsi | Christoph Hellwig | 2020-04-22 | 1 | -0/+7 |
* | scsi: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-03-11 | 1 | -1/+1 |
* | scsi: core: Introduce {init,exit}_cmd_priv() | Bart Van Assche | 2020-02-28 | 1 | -0/+3 |
* | scsi: core: Remove cmd_list functionality | Hannes Reinecke | 2020-02-28 | 1 | -2/+0 |
* | scsi: core: add scsi_host_busy_iter() | Hannes Reinecke | 2020-02-28 | 1 | -0/+3 |
* | scsi: core: add scsi_host_(block,unblock) helper function | Hannes Reinecke | 2020-02-28 | 1 | -0/+2 |
* | scsi: core: add scsi_host_complete_all_commands() helper | Hannes Reinecke | 2020-02-28 | 1 | -0/+2 |
* | scsi: core: remove .for_blk_mq | Ming Lei | 2020-02-10 | 1 | -3/+0 |
* | scsi: core: Clean up SG_NONE | Finn Thain | 2019-11-12 | 1 | -13/+0 |
* | scsi: core: avoid host-wide host_busy counter for scsi_mq | Ming Lei | 2019-11-01 | 1 | -2/+1 |
* | scsi: core: allow auto suspend override by low-level driver | Stanley Chu | 2019-09-30 | 1 | -0/+3 |
* | scsi: core: add support for request batching | Paolo Bonzini | 2019-07-22 | 1 | -2/+14 |
* | scsi: core: add a host / host template field for the virt boundary | Christoph Hellwig | 2019-07-16 | 1 | -0/+3 |
* | scsi: core: reshuffle no_scsi2_lun_in_cdb for better alignment | Hannes Reinecke | 2019-03-19 | 1 | -3/+3 |
* | scsi: kill command serial number | Hannes Reinecke | 2019-02-27 | 1 | -8/+0 |
* | scsi: clean obsolete return values of eh_timed_out | Avri Altman | 2019-02-26 | 1 | -5/+1 |
* | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor | 2019-02-08 | 1 | -2/+4 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 1 | -14/+6 |
|\ |
|
| * | scsi: remove the use_clustering flag | Christoph Hellwig | 2018-12-18 | 1 | -13/+0 |
| * | scsi: introduce a max_segment_size host_template parameters | Christoph Hellwig | 2018-12-18 | 1 | -0/+6 |
| * | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -2/+1 |
* | | scsi: kill off the legacy IO path | Jens Axboe | 2018-11-07 | 1 | -16/+2 |
|/ |
|
* | scsi: read host_busy via scsi_host_busy() | Ming Lei | 2018-06-26 | 1 | -0/+1 |
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 2018-05-29 | 1 | -1/+1 |
* | Merge branch 'fixes' into misc | James Bottomley | 2018-04-03 | 1 | -2/+3 |
|\ |
|
| * | scsi: core: introduce force_blk_mq | Ming Lei | 2018-03-14 | 1 | -0/+3 |
| * | scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops | Bart Van Assche | 2018-03-01 | 1 | -2/+0 |
* | | scsi: remove the old scsi_module.c initialization model | Christoph Hellwig | 2018-03-19 | 1 | -36/+0 |
* | | scsi: core: host template attribute groups | Stanislav Nijnikov | 2018-02-15 | 1 | -0/+6 |
|/ |
|
* | scsi: core: Ensure that the SCSI error handler gets woken up | Bart Van Assche | 2017-12-07 | 1 | -0/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | scsi: Remove Scsi_Host.uspace_req_q | Bart Van Assche | 2017-09-05 | 1 | -6/+0 |
* | scsi: make asynchronous aborts mandatory | Hannes Reinecke | 2017-04-06 | 1 | -5/+0 |
* | scsi: allocate scsi_cmnd structures as part of struct request | Christoph Hellwig | 2017-01-27 | 1 | -3/+0 |
* | scsi: remove __scsi_alloc_queue | Christoph Hellwig | 2017-01-27 | 1 | -2/+0 |
* | scsi: allow LLDDs to expose the queue mapping to blk-mq | Christoph Hellwig | 2016-11-08 | 1 | -0/+8 |
* | scsi: Avoid that toggling use_blk_mq triggers a memory leak | Bart Van Assche | 2016-09-26 | 1 | -4/+1 |
* | scsi: remove the disable_blk_mq host flag | Christoph Hellwig | 2016-07-15 | 1 | -4/+2 |
* | scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS | Ming Lin | 2016-04-15 | 1 | -1/+1 |
* | Merge branch 'mkp-fixes' into fixes | James Bottomley | 2015-12-03 | 1 | -0/+3 |
|\ |
|
| * | scsi: report 'INQUIRY result too short' once per host | Vitaly Kuznetsov | 2015-11-19 | 1 | -0/+3 |
* | | scsi: use host wide tags by default | Christoph Hellwig | 2015-11-09 | 1 | -5/+0 |
|/ |
|
* | block: support different tag allocation policy | Shaohua Li | 2015-01-23 | 1 | -0/+3 |
* | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus | James Bottomley | 2014-12-18 | 1 | -13/+0 |
|\ |
|
| * | scsi: remove ->change_queue_type method | Christoph Hellwig | 2014-12-04 | 1 | -13/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-12-12 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Merge Linus' tree to be be to apply submitted patches to newer code than | Jiri Kosina | 2014-11-20 | 1 | -1/+5 |
| |\ |
|
| * | | scsi: Fix "choir" and "beeing" malaprops | Finn Thain | 2014-10-29 | 1 | -1/+1 |
* | | | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 2014-11-24 | 1 | -6/+2 |