summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-21Percpu tag allocatorpercpu-tag-allocatorKent Overstreet
2012-10-04mtip32xx: kill hctxJens Axboe
2012-10-04mtip32xx: multiqueueJens Axboe
2012-10-04null: add support for multiple devices (nr_devices option)Jens Axboe
2012-10-04blk-mq: fix bug in requeue list batch addingJens Axboe
2012-10-04null: use llist_del_all()Jens Axboe
2012-10-04null: add bio queue methodJens Axboe
2012-10-04block: cleanup IO accounting interfaceJens Axboe
2012-10-04blk-mq: add drive accountingJens Axboe
2012-10-04blk-mq: add auto-unplug for deeper depthsJens Axboe
2012-10-04blk-mq: ensure that we move all entries if a CPU goes downJens Axboe
2012-10-04blk-mq: use llist_del_all() in IPI completionJens Axboe
2012-10-04blk-mq: move ctx queue/lock to separate smp cachelineJens Axboe
2012-10-04blk-mq: remove struct blk_mq_ctx from global scopeJens Axboe
2012-10-04blk-mq: kill hctx from blk_mq_end_io()Jens Axboe
2012-10-04blk-mq: cleanup some preemption messJens Axboe
2012-10-04blk-mq: more mem init fixesJens Axboe
2012-10-04blk-mq: handle allocation failures during queue initJens Axboe
2012-10-04blk-mq: get rid of passing in a lock to blk_mq_init_queue()Jens Axboe
2012-10-04blk-mq: style and error path fixupsJens Axboe
2012-10-04blk-mq: style fixupsJens Axboe
2012-10-04multiqueue: change max queue depth from 256 to 2048Matias Bjørling
2012-10-04multiqueue: explicit define alloc/free for device driversMatias Bjørling
2012-10-04null: allow utilization of per-node allocation of hctxsMatias Bjørling
2012-10-04multiqueue: allow hctxs to be allocated by the block moduleMatias Bjørling
2012-10-04null: add queue depth configuration parameterMatias Bjørling
2012-10-04blk-mq: style and moving of finish_wait()Jens Axboe
2012-10-04virtio_blk: initial blk-mq supportJens Axboe
2012-10-04null: add test driverJens Axboe
2012-10-04blk-mq: update TODOJens Axboe
2012-10-04blk-mq: don't attempt to create block trace points twiceJens Axboe
2012-10-04Export __smp_call_function_single() for modulesJens Axboe
2012-10-04blk-mq: add some commentsJens Axboe
2012-10-04Add hardware queue index for hctx in ctxJens Axboe
2012-10-04multiqueue: create check for hardware queues having no software queues attached.Matias Bjørling
2012-10-04multiqueue: mq_ops->map_queue can depend on the the index in ctx. We therefor...Matias Bjørling
2012-10-04multiqueue: trivial - fix up order of request queue initialization of ctx and...Matias Bjørling
2012-10-04multiqueue: initialize number of ctxs and hw_ctx before hctx initialization.Matias Bjørling
2012-10-04multiqueue: change ctx variable to per-cpu variable when passing ctx to driver.Matias Bjørling
2012-10-04multiqueue: add blktrace tracepointsJens Axboe
2012-10-04multiqueue: update MQ-TODOJens Axboe
2012-10-04multiqueue: pass in hctx to submit and end_io interfacesMatias Bjørling
2012-10-04multiqueue: improve timeout handlingJens Axboe
2012-10-04multiqueue: use tagging for depth and rq managementJens Axboe
2012-10-04multiqueue: stop merge checking if we hit a potential merge and failedJens Axboe
2012-10-04multiqueue: shut up gccJens Axboe
2012-10-04multiqueue: updatesJens Axboe
2012-10-04multiqueue: support alloc and insert of request on mqJens Axboe
2012-10-04multiqueue: ensure that blk_mq_init() is calledJens Axboe
2012-10-04multiqueue: make IPI redirect be sysfs tweakableJens Axboe