linux-2.6-block.git
2015-03-30 Jens Axboemtip32xx: stop block hardware queues before quiescing IO
2015-03-30 Dan Carpentermtip32xx: blk_mq_init_queue() returns an ERR_PTR
2015-03-30 Christoph Hellwigblock: remove elv_abort_queue and blk_abort_flushes
2015-03-30 Jianpeng Mablock: trace all devices plug operation
2015-03-30 Jan Karablock: Reserve only one queue tag for sync IO if only...
2015-03-30 Rickard Strandqvistblock: blk-exec.c: Cleaning up local variable address...
2015-03-30 Mike ChristieIf the queue is dying then we only call the rq->end_io...
2015-03-30 Mike Snitzernull_blk: fix name and description of 'queue_mode'...
2015-03-30 Christoph Hellwigblock: all blk-mq requests are tagged
2015-03-30 Jens Axboebsg: update check for rq based driver for blk-mq
2015-03-30 Ming Leiblk-mq: add timer in blk_mq_start_request
2015-03-30 Jens Axboeblk-mq: always initialize request->start_time
2015-03-30 Jens Axboeblk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()
2015-03-30 Keith Buschblk-mq: don't allow queue entering for a dying queue
2015-03-30 Jens Axboeblk-mq: bump max tag depth to 10K tags
2015-03-30 Jens Axboeblock: add blk_rq_set_block_pc()
2015-03-30 Jens Axboeblock: ensure that bio_add_page() always accepts a...
2015-03-30 Jens Axboeblock: add notion of a chunk size for request merging
2015-03-30 Ming Leiblock: mq flush: clear flush_rq's tag in flush_end_io()
2015-03-30 Jens Axboeblk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as...
2015-03-30 Jens Axboemtip32xx: convert to use blk-mq
2015-03-30 Sam Bradshawmtip32xx: mtip_async_complete() bug fixes
2015-03-30 Felipe Franciosimtip32xx: Unmap the DMA segments before completing...
2015-03-30 Alexander Gordeevmtip32xx: Use pci_enable_msi() instead of pci_enable_ms...
2015-03-30 Jens Axboemtip32xx: fix bad use of smp_processor_id()
2015-03-30 Alexander Gordeevmtip32xx: Use pci_enable_msix_range() instead of pci_en...
2015-03-30 Alexander Gordeevmtip32xx: Remove superfluous call to pci_disable_msi()
2015-03-30 Asai Thambi S Pmtip32xx: Reduce the number of unaligned writes to 2
2015-03-30 Sam Bradshawmtip32xx: Correctly handle security locked condition
2015-03-30 Sam Bradshawmtip32xx: Make SGL container per-command to eliminate...
2015-03-30 David Milburnmtip32xx: dynamically allocate buffer in debugfs functions
2015-03-30 Asai Thambi S Pmtip32xx: Add SRSI support
2015-03-30 Jens Axboeblk-mq: fix regression from commit 624dbe475416
2015-03-30 Jens Axboeblk-mq: handle NULL req return from blk_map_request...
2015-03-30 Ming Leiblk-mq: fix sparse warning on missed __percpu annotation
2015-03-30 Ming Leiblk-mq: fix schedule from atomic context
2015-03-30 Ming Leiblk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq privat...
2015-03-30 Jens Axboeblk-mq: push IPI or local end_io decision to __blk_mq_c...
2015-03-30 Jens Axboeblk-mq: remember to start timeout handler for direct...
2015-03-30 Fengguang Wublk-mq: blk_mq_unregister_hctx() can be static
2015-03-30 Jens Axboeblk-mq: make the sysfs mq/ layout reflect current mappings
2015-03-30 Shaohua Liblk-mq: blk_mq_tag_to_rq should handle flush request
2015-03-30 Jens Axboeblk-mq: request initialization optimizations
2015-03-30 Jens Axboeblock: add queue flag for disabling SG merging
2015-03-30 Christoph Hellwigblk-mq: remove alloc_hctx and free_hctx methods
2015-03-30 Jens Axboeblk-mq: add file comments and update copyright notices
2015-03-30 Christoph Hellwigblk-mq: remove blk_mq_alloc_request_pinned
2015-03-30 Christoph Hellwigblk-mq: do not use blk_mq_alloc_request_pinned in blk_m...
2015-03-30 Christoph Hellwigblk-mq: remove blk_mq_wait_for_tags
2015-03-30 Christoph Hellwigblk-mq: initialize request in __blk_mq_alloc_request
2015-03-30 Christoph Hellwigblk-mq: merge blk_mq_alloc_reserved_request into blk_mq...
2015-03-30 Christoph Hellwigblk-mq: add helper to insert requests from irq context
2015-03-30 Jens Axboeblk-mq: remove stale comment for blk_mq_complete_request()
2015-03-30 Jens Axboeblk-mq: allow non-softirq completions
2015-03-30 Jens Axboeblk-mq: pass in suggested NUMA node to ->alloc_hctx()
2015-03-30 Ming Leiblock: only allocate/free mq_usage_counter in blk-mq
2015-03-30 Ming Leiblk-mq: avoid code duplication
2015-03-30 Ming Leiblk-mq: fix leak of hctx->ctx_map
2015-03-30 Christoph Hellwigblk-mq: idle all hardware contexts before freeing a...
2015-03-30 Jens Axboeblk-mq: allow setting of per-request timeouts
2015-03-30 Sam Bradshawblk-mq: export blk_mq_tag_busy_iter
2015-03-30 Jens Axboeblk-mq: split make request handler for multi and single...
2015-03-30 Jens Axboeblk-mq: save memory by freeing requests on unused hardw...
2015-03-30 Jens Axboeblk-mq: allow the hctx cpu hotplug notifier to return...
2015-03-30 Robert Elliottblk-mq: Micro-optimize blk_queue_nomerges() check
2015-03-30 Alireza Haghdoostblock: Enable sysfs nomerge control for I/O requests...
2015-03-30 Jens Axboeblk-mq: initialize q->nr_requests after calling blk_que...
2015-03-30 Jens Axboeblk-mq: allow changing of queue depth through sysfs
2015-03-30 Jens Axboeblk-mq: switch ctx pending map to the sparser blk_align...
2015-03-30 Jens Axboeblk-mq: move the cache friendly bitmap type of out...
2015-03-30 Jens Axboeblk-mq: improve support for shared tags maps
2015-03-30 Ming Leiblk-mq: bitmap tag: cleanup blk_mq_init_tags
2015-03-30 Ming Leiblk-mq: bitmap tag: select random tag betweet 0 and...
2015-03-30 Ming Leiblk-mq: bitmap tag: remove barrier in bt_clear_tag()
2015-03-30 Ming Leiblk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()
2015-03-30 Jens Axboeblk-mq: fix race in IO start accounting
2015-03-30 Jens Axboeblk-mq: use sparser tag layout for lower queue depth
2015-03-30 Jens Axboeblk-mq: implement new and more efficient tagging scheme
2015-03-30 Christoph Hellwigblk-mq: initialize struct request fields individually
2015-03-30 Jens Axboeblk-mq: update a hotplug comment for grammar
2015-03-30 Jens Axboeblk-mq: add basic round-robin of what CPU to queue...
2015-03-30 Jens Axboeblk-mq: remove extra requeue trace
2015-03-30 Ming Leiblock: null_blk: fix use after free
2015-03-30 Shlomo Pongratzblock/null_blk: Fix completion processing from LIFO...
2015-03-30 Jens Axboeblk-mq: refactor request insertion/merging
2015-03-30 Jens Axboeblk-mq remove debug BUG_ON() when draining software...
2015-03-30 Jens Axboeblk-mq: fix waiting for reserved tags
2015-03-30 Jens Axboeblock: ensure that the timer is always added
2015-03-30 Christoph Hellwigblock: fold __blk_add_timer into blk_add_timer
2015-03-30 Christoph Hellwigblk-mq: respect rq_affinity
2015-03-30 Jens Axboeblk-mq: fix race with timeouts and requeue events
2015-03-30 Jens AxboeRevert "blk-mq: initialize req->q in allocation"
2015-03-30 Ming Leiblk-mq: fix leak of set->tags
2015-03-30 Ming Leiblk-mq: initialize req->q in allocation
2015-03-30 Ming Leiblk-mq: user (1 << order) to implement order_to_size()
2015-03-30 Ming Leiblk-mq: fix allocation of set->tags
2015-03-30 Ming Leiblk-mq: free hctx->ctx_map when init failed
2015-03-30 Christoph Hellwigblock: export blk_finish_request
2015-03-30 Christoph Hellwigblk-mq: rename mq_flush_work struct request member
2015-03-30 Christoph Hellwigblk-mq: add blk_mq_requeue_request
next