summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()Ming Lei2014-05-101-1/+5
| | * | | blk-mq: use sparser tag layout for lower queue depthJens Axboe2014-05-092-16/+36
| * | | | block: only calculate part_in_flight() onceJens Axboe2014-05-091-2/+5
| * | | | blk-mq: fix race in IO start accountingJens Axboe2014-05-091-4/+2Star
| |/ / /
| * | | blk-mq: implement new and more efficient tagging schemeJens Axboe2014-05-094-97/+387
| * | | blk-mq: initialize struct request fields individuallyChristoph Hellwig2014-05-091-2/+45
| * | | blk-mq: update a hotplug comment for grammarJens Axboe2014-05-091-4/+4
| * | | blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe2014-05-071-14/+31
| * | | block/blk-throttle.c: fix return of 0/1 with return type boolFabian Frederick2014-05-021-4/+4
| * | | block/blk-iopoll.c: use iop instead of iopollFabian Frederick2014-05-021-2/+2
| * | | blk-mq: remove extra requeue traceJens Axboe2014-05-021-4/+0Star
| * | | block: Fix format string mismatch in cfq-iosched.cMasanari Iida2014-04-301-1/+1
| * | | blk-mq: refactor request insertion/mergingJens Axboe2014-04-301-7/+15
| * | | blk-mq remove debug BUG_ON() when draining software queuesJens Axboe2014-04-301-1/+0Star
| * | | blk-mq: fix waiting for reserved tagsJens Axboe2014-04-303-4/+4
| * | | block: fold __blk_add_timer into blk_add_timerChristoph Hellwig2014-04-251-23/+11Star
| * | | blk-mq: respect rq_affinityChristoph Hellwig2014-04-253-45/+6Star
| * | | blk-mq: fix race with timeouts and requeue eventsJens Axboe2014-04-244-18/+42
| * | | Revert "blk-mq: initialize req->q in allocation"Jens Axboe2014-04-241-3/+1Star
| * | | blk-mq: fix leak of set->tagsMing Lei2014-04-231-0/+1
| * | | block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick2014-04-221-1/+1
| * | | blk-mq: initialize req->q in allocationMing Lei2014-04-211-1/+3
| * | | blk-mq: user (1 << order) to implement order_to_size()Ming Lei2014-04-211-6/+1Star
| * | | blk-mq: fix allocation of set->tagsMing Lei2014-04-211-1/+2
| * | | blk-mq: free hctx->ctx_map when init failedMing Lei2014-04-211-0/+1
| |/ /
| * | block: relax when to modify the timeout timerJens Axboe2014-04-161-2/+13
| * | block: export blk_finish_requestChristoph Hellwig2014-04-161-1/+2
| * | blk-mq: rename mq_flush_work struct request memberChristoph Hellwig2014-04-161-3/+3
| * | blk-mq: add blk_mq_requeue_requestChristoph Hellwig2014-04-161-2/+16
| * | blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2014-04-161-0/+11
| * | blk-mq: add blk_mq_delay_queueChristoph Hellwig2014-04-162-8/+43
| * | blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig2014-04-161-2/+2
| * | blk-mq: bidi supportChristoph Hellwig2014-04-161-2/+7
| * | blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2014-04-161-6/+10
| * | blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe2014-04-161-2/+0Star
| * | blk-mq: don't use preempt_count() to check for right CPUJens Axboe2014-04-161-1/+1
| * | blk-mq: split out tag initialization, support shared tagsChristoph Hellwig2014-04-155-128/+160
| * | blk-mq: initialize request on allocationChristoph Hellwig2014-04-151-3/+1Star
| * | blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig2014-04-151-73/+32Star
| * | blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig2014-04-153-10/+24
| * | blk-mq: do not initialize req->specialChristoph Hellwig2014-04-153-22/+4Star
| * | blk-mq: initialize resid_lenChristoph Hellwig2014-04-151-0/+2
| * | block: remove struct request buffer memberJens Axboe2014-04-152-18/+6Star
| * | Merge tag 'v3.15-rc1' into for-3.16/coreJens Axboe2014-04-155-14/+11Star
| |\|
| * | block: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-04-111-1/+1
| * | blk-mq: simplify blk_mq_hw_sysfs_cpus_show()Jens Axboe2014-04-091-6/+2Star
| * | blk-mq: ensure that hardware queues are always run on the mapped CPUsJens Axboe2014-04-091-15/+51
| * | block: add kblockd_schedule_delayed_work_on()Jens Axboe2014-04-091-0/+7
| * | block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe2014-04-094-10/+7Star
* | | blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()Tejun Heo2014-05-051-1/+14
| |/ |/|