aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe1-28/+91
2014-05-19blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe3-11/+17
2014-05-19block: move ioprio.c from fs/ to block/Jens Axboe2-1/+243
2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe3-1/+2697
2014-05-16cgroup: remove css_parent()Tejun Heo1-1/+1
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe6-27/+224
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2-30/+30
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo1-1/+1
2014-05-10Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2-25/+41
2014-05-10blk-mq: bitmap tag: cleanup blk_mq_init_tagsMing Lei1-4/+0
2014-05-10blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1)Ming Lei1-4/+1
2014-05-10blk-mq: bitmap tag: remove barrier in bt_clear_tag()Ming Lei1-1/+0
2014-05-10blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()Ming Lei1-1/+5
2014-05-09block: only calculate part_in_flight() onceJens Axboe1-2/+5
2014-05-09blk-mq: fix race in IO start accountingJens Axboe1-4/+2
2014-05-09blk-mq: use sparser tag layout for lower queue depthJens Axboe2-16/+36
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe4-97/+387
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig1-2/+45
2014-05-09blk-mq: update a hotplug comment for grammarJens Axboe1-4/+4
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe1-14/+31
2014-05-05blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()Tejun Heo1-1/+14
2014-05-02block/blk-throttle.c: fix return of 0/1 with return type boolFabian Frederick1-4/+4
2014-05-02block/blk-iopoll.c: use iop instead of iopollFabian Frederick1-2/+2
2014-05-02blk-mq: remove extra requeue traceJens Axboe1-4/+0
2014-04-30block: Fix format string mismatch in cfq-iosched.cMasanari Iida1-1/+1
2014-04-30blk-mq: refactor request insertion/mergingJens Axboe1-7/+15
2014-04-30blk-mq remove debug BUG_ON() when draining software queuesJens Axboe1-1/+0
2014-04-29blk-mq: fix waiting for reserved tagsJens Axboe3-4/+4
2014-04-25block: fold __blk_add_timer into blk_add_timerChristoph Hellwig1-23/+11
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig3-45/+6
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe4-18/+42
2014-04-24Revert "blk-mq: initialize req->q in allocation"Jens Axboe1-3/+1
2014-04-23blk-mq: fix leak of set->tagsMing Lei1-0/+1
2014-04-21block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick1-1/+1
2014-04-21blk-mq: initialize req->q in allocationMing Lei1-1/+3
2014-04-21blk-mq: user (1 << order) to implement order_to_size()Ming Lei1-6/+1
2014-04-21blk-mq: fix allocation of set->tagsMing Lei1-1/+2
2014-04-21blk-mq: free hctx->ctx_map when init failedMing Lei1-0/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-16bsg: update check for rq based driver for blk-mqJens Axboe1-1/+1
2014-04-16block: relax when to modify the timeout timerJens Axboe1-2/+13
2014-04-16block: export blk_finish_requestChristoph Hellwig1-1/+2
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig1-3/+3
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig1-2/+16
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig1-0/+11
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig2-8/+43
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig1-2/+2
2014-04-16blk-mq: bidi supportChristoph Hellwig1-2/+7
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig1-6/+10
2014-04-16blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe1-2/+0