linux-2.6-block.git
2014-05-27 Ming Leiblk-mq: avoid code duplication
2014-05-27 Ming Leiblk-mq: fix leak of hctx->ctx_map
2014-05-26 Fabian Frederickblock/blk-lib.c: make __blkdev_issue_zeroout static
2014-05-26 Christoph Hellwigblk-mq: idle all hardware contexts before freeing a...
2014-05-23 Jens Axboeblk-mq: allow setting of per-request timeouts
2014-05-23 Sam Bradshawblk-mq: export blk_mq_tag_busy_iter
2014-05-22 Jens Axboeblk-mq: split make request handler for multi and single...
2014-05-21 Jens Axboeblk-mq: save memory by freeing requests on unused hardw...
2014-05-21 Jens Axboeblk-mq: allow the hctx cpu hotplug notifier to return...
2014-05-20 Robert Elliottblk-mq: Micro-optimize blk_queue_nomerges() check
2014-05-20 Jens Axboeblk-mq: initialize q->nr_requests after calling blk_que...
2014-05-20 Jens Axboeblk-mq: allow changing of queue depth through sysfs
2014-05-20 Jens Axboehtmldocs: fix bio.c location
2014-05-20 Jens Axboeblock: move mm/bounce.c to block/
2014-05-19 Jens AxboeMerge branch 'for-3.16/blk-mq-tagging' into for-3.16...
2014-05-19 Jens Axboeblk-mq: switch ctx pending map to the sparser blk_align...
2014-05-19 Jens Axboeblk-mq: move the cache friendly bitmap type of out...
2014-05-19 Jens Axboeblock: move ioprio.c from fs/ to block/
2014-05-19 Jens Axboeblock: move bio.c and bio-integrity.c from fs/ to block/
2014-05-13 Jens Axboeblk-mq: improve support for shared tags maps for-3.16/blk-mq-tagging
2014-05-10 Jens AxboeMerge branch 'for-3.16/blk-mq-tagging' into for-3.16...
2014-05-10 Ming Leiblk-mq: bitmap tag: cleanup blk_mq_init_tags
2014-05-10 Ming Leiblk-mq: bitmap tag: select random tag betweet 0 and...
2014-05-10 Ming Leiblk-mq: bitmap tag: remove barrier in bt_clear_tag()
2014-05-10 Ming Leiblk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()
2014-05-09 Jens Axboeblock: only calculate part_in_flight() once
2014-05-09 Jens Axboeblk-mq: fix race in IO start accounting
2014-05-09 Jens Axboeblk-mq: use sparser tag layout for lower queue depth
2014-05-09 Jens Axboeblk-mq: implement new and more efficient tagging scheme
2014-05-09 Christoph Hellwigblk-mq: initialize struct request fields individually
2014-05-09 Jens Axboeblk-mq: update a hotplug comment for grammar
2014-05-07 Jens Axboeblk-mq: add basic round-robin of what CPU to queue...
2014-05-02 Fabian Frederickblock/blk-throttle.c: fix return of 0/1 with return...
2014-05-02 Fabian Frederickblock/blk-iopoll.c: use iop instead of iopoll
2014-05-02 Jens Axboeblk-mq: remove extra requeue trace
2014-04-30 Masanari Iidablock: Fix format string mismatch in cfq-iosched.c
2014-04-30 Jens Axboeblk-mq: refactor request insertion/merging
2014-04-30 Jens Axboeblk-mq remove debug BUG_ON() when draining software...
2014-04-30 Jens Axboeblk-mq: fix waiting for reserved tags
2014-04-28 Christoph Hellwigrandom: export add_disk_randomness
2014-04-25 Christoph Hellwigblock: fold __blk_add_timer into blk_add_timer
2014-04-25 Christoph Hellwigblk-mq: respect rq_affinity
2014-04-24 Jens Axboeblk-mq: fix race with timeouts and requeue events
2014-04-24 Jens AxboeRevert "blk-mq: initialize req->q in allocation"
2014-04-23 Ming Leiblk-mq: fix leak of set->tags
2014-04-22 Fabian Frederickfs/bio.c: remove nr_segs (unused function parameter)
2014-04-22 Fabian Frederickfs/bio: remove bs paramater in biovec_create_pool
2014-04-22 Fabian Frederickblock/blk-throttle.c: add static to blk_throtl_dispatch...
2014-04-21 Randy Dunlapfs: fix new kernel-doc warnings in fs/bio.c
2014-04-21 Ming Leiblk-mq: initialize req->q in allocation
2014-04-21 Ming Leiblk-mq: user (1 << order) to implement order_to_size()
2014-04-21 Ming Leiblk-mq: fix allocation of set->tags
2014-04-21 Ming Leiblk-mq: free hctx->ctx_map when init failed
2014-04-17 Jens Axboesd/skd: stuff discard page in request->completion_data
2014-04-16 Jens Axboejsflash: missed conversion from rq->buffer to bio_data...
2014-04-16 Jens Axboeblock: relax when to modify the timeout timer
2014-04-16 Christoph Hellwigblock: export blk_finish_request
2014-04-16 Christoph Hellwigblk-mq: rename mq_flush_work struct request member
2014-04-16 Christoph Hellwigblk-mq: add blk_mq_requeue_request
2014-04-16 Christoph Hellwigblk-mq: add blk_mq_start_hw_queues
2014-04-16 Christoph Hellwigblk-mq: add blk_mq_delay_queue
2014-04-16 Christoph Hellwigblk-mq: add async parameter to blk_mq_start_stopped_hw_...
2014-04-16 Christoph Hellwigblk-mq: bidi support
2014-04-16 Christoph Hellwigblk-mq: allow drivers to hook into I/O completion
2014-04-16 Jens Axboeblk-mq: kill preempt disable/enable in blk_mq_work_fn()
2014-04-16 Jens Axboeblk-mq: don't use preempt_count() to check for right CPU
2014-04-16 Jens Axboegdrom: missed conversion from req->buffer
2014-04-15 Christoph Hellwigblock: all blk-mq requests are tagged
2014-04-15 Christoph Hellwigblk-mq: split out tag initialization, support shared...
2014-04-15 Christoph Hellwigblk-mq: initialize request on allocation
2014-04-15 Christoph Hellwigblk-mq: add ->init_request and ->exit_request methods
2014-04-15 Christoph Hellwigblk-mq: make ->flush_rq fully transparent to drivers
2014-04-15 Christoph Hellwigblk-mq: do not initialize req->special
2014-04-15 Christoph Hellwigblk-mq: initialize resid_len
2014-04-15 Jens Axboeblock: remove struct request buffer member
2014-04-15 Jens AxboeMerge tag 'v3.15-rc1' into for-3.16/core
2014-04-13 Linus TorvaldsLinux 3.15-rc1 v3.15-rc1
2014-04-13 Geert Uytterhoevenmm: Initialize error in shmem_file_aio_read()
2014-04-13 Geert Uytterhoevencifs: Use min_t() when comparing "size_t" and "unsigned...
2014-04-13 Linus TorvaldsMerge branch 'slab/next' of git://git./linux/kernel...
2014-04-13 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2014-04-13 Mikulas Patockasym53c8xx_2: Set DID_REQUEUE return code when aborting...
2014-04-13 Paul Mackerraspowerpc: Don't try to set LPCR unless we're in hypervis...
2014-04-13 Davidlohr Buesofutex: update documentation for ordering guarantees
2014-04-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-04-13 Linus TorvaldsMerge tag 'blackfin-for-linus' of git://git./linux...
2014-04-13 Linus TorvaldsMerge tag 'remoteproc-3.15-cleanups' of git://git....
2014-04-13 Linus TorvaldsMerge tag 'llvmlinux-for-v3.15' of git://git.linuxfound...
2014-04-12 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge tag 'ntb-3.15' of git://github.com/jonmason/ntb
2014-04-12 Linus Torvaldsceph: fix pr_fmt() redefinition
2014-04-12 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-12 David S. MillerMerge branch 'tunnels'
2014-04-12 Nicolas Dichtelvti: don't allow to add the same tunnel twice
2014-04-12 Nicolas Dichtelgre: don't allow to add the same tunnel twice
2014-04-12 Vincenzo Maffionedrivers: net: xen-netfront: fix array initialization bug
2014-04-12 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2014-04-12 Linus TorvaldsMerge tag 'trace-3.15-v2' of git://git./linux/kernel...
2014-04-12 Linus TorvaldsMerge git://git.infradead.org/users/eparis/audit
next