linux-2.6-block.git
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
2015-03-30 Christoph Hellwigblk-mq: add blk_mq_start_hw_queues
2015-03-30 Christoph Hellwigblk-mq: add blk_mq_delay_queue
2015-03-30 Christoph Hellwigblk-mq: add async parameter to blk_mq_start_stopped_hw_...
2015-03-30 Christoph Hellwigblk-mq: bidi support
2015-03-30 Christoph Hellwigblk-mq: allow drivers to hook into I/O completion
2015-03-30 Jens Axboeblk-mq: kill preempt disable/enable in blk_mq_work_fn()
2015-03-30 Jens Axboeblk-mq: don't use preempt_count() to check for right CPU
2015-03-30 Christoph Hellwigblk-mq: split out tag initialization, support shared...
2015-03-30 Rusty Russellvirtio-blk: base queue-depth on virtqueue ringsize...
2015-03-30 Christoph Hellwigblk-mq: initialize request on allocation
2015-03-30 Christoph Hellwigblk-mq: add ->init_request and ->exit_request methods
2015-03-30 Christoph Hellwigblk-mq: make ->flush_rq fully transparent to drivers
2015-03-30 Christoph Hellwigblk-mq: do not initialize req->special
2015-03-30 Christoph Hellwignull_blk: use blk_complete_request and blk_mq_complete_...
2015-03-30 Christoph Hellwigvirtio_blk: use blk_mq_complete_request
2015-03-30 Christoph Hellwigblk-mq: initialize resid_len
2015-03-30 Jens Axboeblk-mq: simplify blk_mq_hw_sysfs_cpus_show()
2015-03-30 Jens Axboeblk-mq: ensure that hardware queues are always run...
2015-03-30 Jens Axboeblock: add kblockd_schedule_delayed_work_on()
2015-03-30 Jens Axboeblock: remove 'q' parameter from kblockd_schedule_...
2015-03-30 Jens Axboeblk-mq: fix potential stall during CPU unplug with...
2015-03-30 Dave Jonesblock: remove dead code in scsi_ioctl:blk_verify_command
2015-03-30 Jens Axboeblock: only calculate part_in_flight() once
2015-03-30 Jens Axboeblock: relax when to modify the timeout timer
2015-03-30 Christoph Hellwigrandom: export add_disk_randomness
2015-03-30 Mike Snitzerblock: change flush sequence list addition back to...
2015-03-30 Shaohua Liblk-mq: add REQ_SYNC early
2015-03-30 Christoph Hellwigblk-mq: support partial I/O completions
2015-03-30 Christoph Hellwigblk-mq: merge blk_mq_insert_request and blk_mq_run_request
2015-03-30 Christoph Hellwigblk-mq: remove blk_mq_alloc_rq
2015-03-30 Dave Jonesblock: free q->flush_rq in blk_init_allocated_queue...
2015-03-30 Mike Galbraithrt,blk,mq: Make blk_mq_cpu_notify_lock a raw spinlock
2015-03-30 Jens Axboeblk-mq: don't dump CPU -> hw queue map on driver load
2015-03-30 Jens Axboeblk-mq: fix wrong usage of hctx->state vs hctx->flags
2015-03-30 Jens Axboeblk-mq: allow blk_mq_init_commands() to return failure
2015-03-30 Jens Axboeblock: fix regression with block enabled tagging
2015-03-30 Jan Karablock: Stop abusing rq->csd.list in blk-softirq
2015-03-30 Martin K. Petersenscsi: Make sure cmd_flags are 64-bit
2015-03-30 Christoph Lameterblock: Replace __get_cpu_var uses
2015-03-30 Frederic Weisbeckerblock: Remove useless IPI struct initialization
2015-03-30 Jan Karablock: Stop abusing csd.list for fifo_time
2015-03-30 Mikulas Patockabio: don't write "bio: create slab" messages to syslog
2015-03-30 Fabian Frederickblock/blk-lib.c: make __blkdev_issue_zeroout static
2015-03-30 Geert Uytterhoevenblock: Do not call sector_div() with a 64-bit divisor
2015-03-30 Jose Alonsoblk-mq: for_each_* macro correctness
2015-03-30 Christoph Hellwigblk-mq: pair blk_mq_start_request / blk_mq_requeue_request
2015-03-30 Christoph Hellwigblk-mq: dont assume rq->errors is set when returning...
2015-03-30 Masanari Iidablock: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show
2015-03-30 Christoph Hellwigblk-mq: rework flush sequencing logic
2015-03-30 Christoph Hellwigblk-mq: rework I/O completions
2015-03-30 Nicholas Bellingerblk-mq: Add bio_integrity setup to blk_mq_make_request
2015-03-30 Christoph Hellwigblk-mq: initialize sg_reserved_size
2015-03-30 Christoph Hellwigblk-mq: handle dma_drain_size
2015-03-30 Christoph Hellwigblk-mq: divert __blk_put_request for MQ ops
2015-03-30 Christoph Hellwigblk-mq: support at_head inserations for blk_execute_rq
2015-03-30 Andrew Mortonblock/blk-mq-cpu.c: use hotcpu_notifier()
2015-03-30 Kent Overstreetpercpu_ida: Make percpu_ida_alloc + callers accept...
2015-03-30 Jens Axboenull_blk: multi queue aware block test driver
2015-03-30 Dave Hansenblk-mq: uses page->list incorrectly
2015-03-30 Christoph Hellwigblk-mq: use __smp_call_function_single directly
2015-03-30 Ming Leiblk-mq: fix initializing request's start time
next