Age | Commit message (Expand) | Author | Files | Lines |
2019-01-22 | scsi: communicate max segment size to the DMA mapping code | Christoph Hellwig | 1 | -2/+2 |
2018-12-28 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -4/+2 |
2018-12-18 | scsi: remove the use_clustering flag | Christoph Hellwig | 1 | -3/+0 |
2018-12-18 | scsi: introduce a max_segment_size host_template parameters | Christoph Hellwig | 1 | -1/+2 |
2018-12-18 | scsi: flip the default on use_clustering | Christoph Hellwig | 1 | -1/+1 |
2018-11-26 | scsi: Do not rely on blk-mq for double completions | Keith Busch | 1 | -1/+12 |
2018-11-18 | Merge tag 'v4.20-rc3' into for-4.21/block | Jens Axboe | 1 | -0/+7 |
2018-11-14 | SCSI: fix queue cleanup race before queue initialization is done | Ming Lei | 1 | -0/+8 |
2018-11-09 | scsi: return blk_status_t from device handler ->prep_fn | Christoph Hellwig | 1 | -15/+3 |
2018-11-09 | scsi: return blk_status_t from scsi_init_io and ->init_command | Christoph Hellwig | 1 | -22/+23 |
2018-11-09 | scsi: clean up error handling in scsi_init_io | Christoph Hellwig | 1 | -8/+7 |
2018-11-09 | scsi: push blk_status_t up into scsi_setup_{fs,scsi}_cmnd | Christoph Hellwig | 1 | -21/+24 |
2018-11-09 | scsi: simplify scsi_prep_state_check | Christoph Hellwig | 1 | -54/+48 |
2018-11-07 | blk-mq: abstract out queue map | Jens Axboe | 1 | -1/+1 |
2018-11-07 | scsi: kill off the legacy IO path | Jens Axboe | 1 | -561/+42 |
2018-11-07 | scsi: provide mq_ops->busy() hook | Jens Axboe | 1 | -0/+6 |
2018-10-25 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -2/+3 |
2018-10-15 | scsi: core: Allow state transitions from OFFLINE to BLOCKED | Hannes Reinecke | 1 | -0/+1 |
2018-09-26 | block, scsi: Change the preempt-only flag into a counter | Bart Van Assche | 1 | -4/+7 |
2018-09-17 | scsi: core: remove unnecessary unlikely() | Igor Stoppa | 1 | -2/+2 |
2018-08-27 | Revert "scsi: core: avoid host-wide host_busy counter for scsi_mq" | Ming Lei | 1 | -17/+6 |
2018-08-27 | Revert "scsi: core: fix scsi_host_queue_ready" | Ming Lei | 1 | -1/+1 |
2018-08-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -172/+233 |
2018-08-08 | scsi: core: use blk_mq_run_hw_queues in scsi_kick_queue | Jianchao Wang | 1 | -1/+1 |
2018-08-02 | scsi: Check sense buffer size at build time | Kees Cook | 1 | -3/+3 |
2018-07-02 | scsi: core: fix scsi_host_queue_ready | Ming Lei | 1 | -1/+1 |
2018-06-26 | scsi: core: avoid host-wide host_busy counter for scsi_mq | Ming Lei | 1 | -6/+17 |
2018-06-26 | scsi: core: check for equality of result byte values | Johannes Thumshirn | 1 | -2/+2 |
2018-06-26 | scsi: core: scsi_io_completion convert BUGs to WARNs | Douglas Gilbert | 1 | -3/+12 |
2018-06-26 | scsi: core: scsi_io_completion hints on fastpath | Douglas Gilbert | 1 | -9/+9 |
2018-06-26 | scsi: core: add scsi_io_completion_reprep helper | Douglas Gilbert | 1 | -23/+18 |
2018-06-26 | scsi: core: add scsi_io_completion_action helper | Douglas Gilbert | 1 | -154/+175 |
2018-06-26 | scsi: core: add scsi_io_completion_nz_result function | Douglas Gilbert | 1 | -57/+75 |
2018-06-26 | scsi: core: scsi_io_completion: rename variables | Douglas Gilbert | 1 | -33/+39 |
2018-06-26 | scsi: core: scsi_io_completion: comment on end_request return | Douglas Gilbert | 1 | -0/+1 |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -0/+4 |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -22/+2 |
2018-05-28 | scsi: core: sanitize++ in progress | Douglas Gilbert | 1 | -0/+4 |
2018-05-14 | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig | 1 | -1/+1 |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig | 1 | -1/+1 |
2018-05-07 | scsi: reduce use of block bounce buffers | Christoph Hellwig | 1 | -22/+2 |
2018-04-09 | scsi: core: Make scsi_result_to_blk_status() recognize CONDITION MET | Bart Van Assche | 1 | -0/+9 |
2018-04-09 | scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat... | Bart Van Assche | 1 | -9/+9 |
2018-04-09 | Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by... | Bart Van Assche | 1 | -2/+0 |
2018-04-05 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 1 | -2/+25 |
2018-04-05 | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+3 |
2018-04-03 | Merge branch 'fixes' into misc | James Bottomley | 1 | -0/+4 |
2018-03-13 | bsg: split handling of SCSI CDBs vs transport requeues | Christoph Hellwig | 1 | -2/+2 |
2018-03-12 | scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD | Douglas Gilbert | 1 | -0/+11 |
2018-03-08 | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche | 1 | -1/+1 |