Age | Commit message (Expand) | Author | Files | Lines |
2019-03-19 | scsi: core: reshuffle no_scsi2_lun_in_cdb for better alignment | Hannes Reinecke | 1 | -3/+3 |
2019-02-27 | scsi: kill command serial number | Hannes Reinecke | 1 | -8/+0 |
2019-02-26 | scsi: clean obsolete return values of eh_timed_out | Avri Altman | 1 | -5/+1 |
2019-02-09 | scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_template | Nathan Chancellor | 1 | -2/+4 |
2018-12-29 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -14/+6 |
2018-12-19 | scsi: remove the use_clustering flag | Christoph Hellwig | 1 | -13/+0 |
2018-12-19 | scsi: introduce a max_segment_size host_template parameters | Christoph Hellwig | 1 | -0/+6 |
2018-12-19 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -2/+1 |
2018-11-07 | scsi: kill off the legacy IO path | Jens Axboe | 1 | -16/+2 |
2018-06-26 | scsi: read host_busy via scsi_host_busy() | Ming Lei | 1 | -0/+1 |
2018-05-29 | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONE | Christoph Hellwig | 1 | -1/+1 |
2018-04-04 | Merge branch 'fixes' into misc | James Bottomley | 1 | -2/+3 |
2018-03-20 | scsi: remove the old scsi_module.c initialization model | Christoph Hellwig | 1 | -36/+0 |
2018-03-15 | scsi: core: introduce force_blk_mq | Ming Lei | 1 | -0/+3 |
2018-03-02 | scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops | Bart Van Assche | 1 | -2/+0 |
2018-02-16 | scsi: core: host template attribute groups | Stanislav Nijnikov | 1 | -0/+6 |
2017-12-08 | scsi: core: Ensure that the SCSI error handler gets woken up | Bart Van Assche | 1 | -0/+2 |
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-05 | scsi: Remove Scsi_Host.uspace_req_q | Bart Van Assche | 1 | -6/+0 |
2017-04-06 | scsi: make asynchronous aborts mandatory | Hannes Reinecke | 1 | -5/+0 |
2017-01-28 | scsi: allocate scsi_cmnd structures as part of struct request | Christoph Hellwig | 1 | -3/+0 |
2017-01-28 | scsi: remove __scsi_alloc_queue | Christoph Hellwig | 1 | -2/+0 |
2016-11-09 | scsi: allow LLDDs to expose the queue mapping to blk-mq | Christoph Hellwig | 1 | -0/+8 |
2016-09-27 | scsi: Avoid that toggling use_blk_mq triggers a memory leak | Bart Van Assche | 1 | -4/+1 |
2016-07-15 | scsi: remove the disable_blk_mq host flag | Christoph Hellwig | 1 | -4/+2 |
2016-04-15 | scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTS | Ming Lin | 1 | -1/+1 |
2015-12-03 | Merge branch 'mkp-fixes' into fixes | James Bottomley | 1 | -0/+3 |
2015-11-19 | scsi: report 'INQUIRY result too short' once per host | Vitaly Kuznetsov | 1 | -0/+3 |
2015-11-10 | scsi: use host wide tags by default | Christoph Hellwig | 1 | -5/+0 |
2015-01-24 | block: support different tag allocation policy | Shaohua Li | 1 | -0/+3 |
2014-12-18 | Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus | James Bottomley | 1 | -13/+0 |
2014-12-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2014-12-04 | scsi: remove ->change_queue_type method | Christoph Hellwig | 1 | -13/+0 |
2014-11-24 | scsi: drop reason argument from ->change_queue_depth | Christoph Hellwig | 1 | -6/+2 |
2014-11-24 | scsi: avoid ->change_queue_depth indirection for queue full tracking | Christoph Hellwig | 1 | -2/+5 |
2014-11-20 | Merge Linus' tree to be be to apply submitted patches to newer code than | Jiri Kosina | 1 | -1/+5 |
2014-11-12 | scsi: always assign block layer tags if enabled | Christoph Hellwig | 1 | -0/+5 |
2014-11-12 | scsi: remove use_blk_tcq Scsi_Host field | Christoph Hellwig | 1 | -1/+0 |
2014-11-12 | scsi: remove ordered_tag host template field | Christoph Hellwig | 1 | -10/+0 |
2014-11-12 | scsi: add support for multiple hardware queues | Bart Van Assche | 1 | -0/+8 |
2014-10-29 | scsi: Fix "choir" and "beeing" malaprops | Finn Thain | 1 | -1/+1 |
2014-09-30 | scsi: fix comment in struct Scsi_Host definition | Sebastian Herbszt | 1 | -1/+1 |
2014-09-16 | scsi: don't store LUN bits in CDB[1] for USB mass-storage devices | Alan Stern | 1 | -0/+3 |
2014-09-16 | scsi: add use_cmd_list flag | Kashyap.Desai@avagotech.com | 1 | -0/+1 |
2014-07-26 | scsi: add support for a blk-mq based I/O path. | Christoph Hellwig | 1 | -1/+17 |
2014-07-26 | scsi: fix the {host,target,device}_blocked counter mess | Christoph Hellwig | 1 | -5/+2 |
2014-07-25 | scsi: convert host_busy to atomic_t | Christoph Hellwig | 1 | -7/+3 |
2014-07-18 | scsi: remove various exports that were only used by scsi_tgt | Christoph Hellwig | 1 | -2/+0 |
2014-07-18 | tgt: removal | Bart Van Assche | 1 | -21/+0 |
2014-07-18 | scsi: use 64-bit value for 'max_luns' | Hannes Reinecke | 1 | -3/+3 |