summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-05-11blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()Ming Lei1-1/+5
2014-05-10block: only calculate part_in_flight() onceJens Axboe1-2/+5
2014-05-10blk-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-05-01block: 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-30blk-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-22block/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-17bsg: update check for rq based driver for blk-mqJens Axboe1-1/+1
2014-04-17block: relax when to modify the timeout timerJens Axboe1-2/+13
2014-04-17block: export blk_finish_requestChristoph Hellwig1-1/+2
2014-04-17blk-mq: rename mq_flush_work struct request memberChristoph Hellwig1-3/+3
2014-04-17blk-mq: add blk_mq_requeue_requestChristoph Hellwig1-2/+16
2014-04-17blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig1-0/+11
2014-04-17blk-mq: add blk_mq_delay_queueChristoph Hellwig2-8/+43
2014-04-17blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig1-2/+2
2014-04-17blk-mq: bidi supportChristoph Hellwig1-2/+7
2014-04-17blk-mq: allow drivers to hook into I/O completionChristoph Hellwig1-6/+10
2014-04-17blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe1-2/+0
2014-04-17blk-mq: don't use preempt_count() to check for right CPUJens Axboe1-1/+1
2014-04-16blk-mq: split out tag initialization, support shared tagsChristoph Hellwig5-128/+160
2014-04-16blk-mq: initialize request on allocationChristoph Hellwig1-3/+1
2014-04-16blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig1-73/+32
2014-04-16blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig3-10/+24
2014-04-16blk-mq: do not initialize req->specialChristoph Hellwig3-22/+4
2014-04-16blk-mq: initialize resid_lenChristoph Hellwig1-0/+2
2014-04-16block: remove struct request buffer memberJens Axboe2-18/+6
2014-04-16Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe5-14/+11
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-04-11block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-1/+1
2014-04-10block: fix regression with block enabled taggingJens Axboe4-13/+10