linux-2.6-block.git
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
2015-03-30 Ming Leiblock: blk-mq: don't export blk_mq_free_queue()
2015-03-30 Ming Leiblock: blk-mq: make blk_sync_queue support mq
2015-03-30 Ming Leiblock: blk-mq: support draining mq queue
2015-03-30 Shaohua Liblk-mq: Don't reserve a tag for flush request
2015-03-30 Shaohua Lipercpu_ida: fix a live lock
2015-03-30 Andrey Vaginblock: fix memory leaks on unplugging block device
2015-03-30 Ming Leiblk-mq: fix use-after-free of request
2015-03-30 Jeff Moyerblk-mq: fix dereference of rq->mq_ctx if allocation...
2015-03-30 Jens Axboeblk-mq: add blktrace insert event trace
2015-03-30 Jens Axboeblk-mq: ensure that we set REQ_IO_STAT so diskstats...
2015-03-30 Jan Karasmp: Iterate functions through llist_for_each_entry_safe()
2015-03-30 Jens Axboellist: add llist_for_each_entry_safe()
2015-03-30 Roman Gushchinkernel/smp.c: remove cpumask_ipi
2015-03-30 Christoph Hellwigkernel: use lockless list for smp_call_function_single
2015-03-30 Shaohua Livirtio-blk: virtqueue_kick() must be ordered with other...
2015-03-30 Jens Axboevirtio_blk: blk-mq support
2015-03-30 Paul Gortmakerblk-mq: remove newly added instances of __cpuinit
2015-03-30 Shaohua Liblk-mq: mq plug list breakage
2015-03-30 Christoph Hellwigblk-mq: fix for flush deadlock
2015-03-30 Christoph Hellwigblk-mq: add blk_mq_stop_hw_queues
2015-03-30 Jens Axboeblk-mq: new multi-queue block IO queueing mechanism
2015-03-30 Xie XiuQigeneric-ipi: Kill unnecessary variable - csd_flags
2015-03-30 Christoph Hellwigkernel: fix generic_exec_single indentation
2015-03-30 Christoph Hellwigkernel: remove CONFIG_USE_GENERIC_SMP_HELPERS
2015-03-30 Jens AxboeImport llist_reverse_order()
2015-03-30 Shaohua Lipercpu_ida: add an API to return free tags
2015-03-30 Shaohua Lipercpu_ida: add percpu_ida_for_each_free
2015-03-30 Shaohua Lipercpu_ida: make percpu_ida percpu size/batch configurable
2015-03-30 Kent Overstreetidr: Percpu ida
2015-03-30 Christoph Hellwigblock: remove request ref_count
2015-03-30 Jens Axboeblock: make rq->cmd_flags be 64-bit
2015-03-30 Jens Axboesmp: don't warn about csd->flags having CSD_FLAG_LOCK...
2015-03-30 Jens Axboesmp: export __smp_call_function_single()
2015-03-30 Jens Axboelib/percpu_counter.c: fix bad percpu counter state...
2015-03-30 Hugh Dickinspercpu_counter: unbreak __percpu_counter_add()
next