Age | Commit message (Expand) | Author |
2018-06-10 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-05-28 | scsi: core: sanitize++ in progress | Douglas Gilbert |
2018-05-14 | block: consistently use GFP_NOIO instead of __GFP_NORECLAIM | Christoph Hellwig |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig |
2018-05-07 | scsi: reduce use of block bounce buffers | Christoph Hellwig |
2018-04-09 | scsi: core: Make scsi_result_to_blk_status() recognize CONDITION MET | Bart Van Assche |
2018-04-09 | scsi: core: Rename __scsi_error_from_host_byte() into scsi_result_to_blk_stat... | Bart Van Assche |
2018-04-09 | Revert "scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_by... | Bart Van Assche |
2018-04-05 | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds |
2018-04-05 | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-04-03 | Merge branch 'fixes' into misc | James Bottomley |
2018-03-13 | bsg: split handling of SCSI CDBs vs transport requeues | Christoph Hellwig |
2018-03-12 | scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD | Douglas Gilbert |
2018-03-08 | block: Use blk_queue_flag_*() in drivers instead of queue_flag_*() | Bart Van Assche |
2018-03-07 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds |
2018-03-06 | scsi: core: use blk_mq_requeue_request in __scsi_queue_insert | Jianchao Wang |
2018-03-01 | scsi: core: return BLK_STS_OK for DID_OK in __scsi_error_from_host_byte() | Hannes Reinecke |
2018-03-01 | scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops | Bart Van Assche |
2018-02-28 | block: Add 'lock' as third argument to blk_alloc_queue_node() | Bart Van Assche |
2018-02-13 | scsi: core: Reduce number of scsi_test_unit_ready() retries | Bart Van Assche |
2018-02-04 | Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-02-03 | Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-01-31 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2018-01-30 | blk-mq: introduce BLK_STS_DEV_RESOURCE | Ming Lei |
2018-01-15 | scsi: Define usercopy region in scsi_sense_cache slab cache | David Windsor |
2018-01-10 | scsi: core: Change third __scsi_queue_insert() argument from int to bool | Bart Van Assche |
2017-12-07 | scsi: core: Unexport scsi_initialize_rq() | Bart Van Assche |
2017-12-07 | scsi: core: Ensure that the SCSI error handler gets woken up | Bart Van Assche |
2017-12-07 | scsi: core: run queue if SCSI device queue isn't ready and queue is idle | Ming Lei |
2017-11-21 | scsi: use dma_get_cache_alignment() as minimum DMA alignment | Huacai Chen |
2017-11-14 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds |
2017-11-14 | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-11-10 | block, scsi: Make SCSI quiesce and resume work reliably | Bart Van Assche |
2017-11-10 | ide, scsi: Tell the block layer at request allocation time about preempt requ... | Bart Van Assche |
2017-11-07 | Revert "scsi: make 'state' device attribute pollable" | Linus Torvalds |
2017-11-04 | blk-mq: don't handle failure in .get_budget | Ming Lei |
2017-11-04 | SCSI: don't get target/host busy_count in scsi_mq_get_budget() | Ming Lei |
2017-11-01 | scsi: implement .get_budget and .put_budget for blk-mq | Ming Lei |
2017-11-01 | scsi: allow passing in null rq to scsi_prep_state_check() | Ming Lei |
2017-10-23 | scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFER | Bart Van Assche |
2017-10-18 | scsi: scsi_error: Handle power-on reset unit attention | Hannes Reinecke |
2017-10-16 | scsi: sd_zbc: Fix comments and indentation | Damien Le Moal |
2017-08-31 | scsi: scsi-mq: Always unprepare before requeuing a request | Bart Van Assche |
2017-08-31 | scsi: Improve requeuing behavior | Bart Van Assche |
2017-08-31 | scsi: Call scsi_initialize_rq() for filesystem requests | Bart Van Assche |
2017-08-29 | scsi: Rework handling of scsi_device.vpd_pg8[03] | Bart Van Assche |
2017-08-25 | scsi: Fix the kerneldoc for scsi_initialize_rq() | Jonathan Corbet |
2017-08-25 | scsi: fix comment in scsi_device_set_state() | Hannes Reinecke |
2017-08-25 | scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointer | Bart Van Assche |