summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe-27/+224
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo-30/+30
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo-1/+1
2014-05-10Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe-25/+41
2014-05-10blk-mq: bitmap tag: cleanup blk_mq_init_tagsMing Lei-4/+0
2014-05-10blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1)Ming Lei-4/+1
2014-05-10blk-mq: bitmap tag: remove barrier in bt_clear_tag()Ming Lei-1/+0
2014-05-10blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()Ming Lei-1/+5
2014-05-09block: only calculate part_in_flight() onceJens Axboe-2/+5
2014-05-09blk-mq: fix race in IO start accountingJens Axboe-4/+2
2014-05-09blk-mq: use sparser tag layout for lower queue depthJens Axboe-16/+36
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe-97/+387
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig-2/+45
2014-05-09blk-mq: update a hotplug comment for grammarJens Axboe-4/+4
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe-14/+31
2014-05-05blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()Tejun Heo-1/+14
2014-05-05NVMe: Add tracepointsKeith Busch-0/+1
2014-05-02block/blk-throttle.c: fix return of 0/1 with return type boolFabian Frederick-4/+4
2014-05-02block/blk-iopoll.c: use iop instead of iopollFabian Frederick-2/+2
2014-05-02blk-mq: remove extra requeue traceJens Axboe-4/+0
2014-04-30block: Fix format string mismatch in cfq-iosched.cMasanari Iida-1/+1
2014-04-30blk-mq: refactor request insertion/mergingJens Axboe-7/+15
2014-04-30blk-mq remove debug BUG_ON() when draining software queuesJens Axboe-1/+0
2014-04-29blk-mq: fix waiting for reserved tagsJens Axboe-4/+4
2014-04-25block: fold __blk_add_timer into blk_add_timerChristoph Hellwig-23/+11
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig-45/+6
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe-18/+42
2014-04-24Revert "blk-mq: initialize req->q in allocation"Jens Axboe-3/+1
2014-04-23blk-mq: fix leak of set->tagsMing Lei-0/+1
2014-04-21block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick-1/+1
2014-04-21blk-mq: initialize req->q in allocationMing Lei-1/+3
2014-04-21blk-mq: user (1 << order) to implement order_to_size()Ming Lei-6/+1
2014-04-21blk-mq: fix allocation of set->tagsMing Lei-1/+2
2014-04-21blk-mq: free hctx->ctx_map when init failedMing Lei-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-2/+2
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe-1/+1
2014-04-16block: relax when to modify the timeout timerJens Axboe-2/+13
2014-04-16block: export blk_finish_requestChristoph Hellwig-1/+2
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig-3/+3
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig-2/+16
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig-0/+11
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig-8/+43
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig-2/+2
2014-04-16blk-mq: bidi supportChristoph Hellwig-2/+7
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig-6/+10
2014-04-16blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe-2/+0
2014-04-16blk-mq: don't use preempt_count() to check for right CPUJens Axboe-1/+1
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig-128/+160
2014-04-15blk-mq: initialize request on allocationChristoph Hellwig-3/+1
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig-73/+32