summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe
2014-05-10blk-mq: bitmap tag: cleanup blk_mq_init_tagsMing Lei
2014-05-10blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1)Ming Lei
2014-05-10blk-mq: bitmap tag: remove barrier in bt_clear_tag()Ming Lei
2014-05-10blk-mq: bitmap tag: use clear_bit_unlock in bt_clear_tag()Ming Lei
2014-05-09blk-mq: use sparser tag layout for lower queue depthJens Axboe
2014-05-09blk-mq: implement new and more efficient tagging schemeJens Axboe
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig
2014-05-09blk-mq: update a hotplug comment for grammarJens Axboe
2014-05-07blk-mq: add basic round-robin of what CPU to queue workqueue work onJens Axboe
2014-05-02block/blk-throttle.c: fix return of 0/1 with return type boolFabian Frederick
2014-05-02block/blk-iopoll.c: use iop instead of iopollFabian Frederick
2014-05-02blk-mq: remove extra requeue traceJens Axboe
2014-04-30block: Fix format string mismatch in cfq-iosched.cMasanari Iida
2014-04-30blk-mq: refactor request insertion/mergingJens Axboe
2014-04-30blk-mq remove debug BUG_ON() when draining software queuesJens Axboe
2014-04-29blk-mq: fix waiting for reserved tagsJens Axboe
2014-04-28random: export add_disk_randomnessChristoph Hellwig
2014-04-25block: fold __blk_add_timer into blk_add_timerChristoph Hellwig
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe
2014-04-24Revert "blk-mq: initialize req->q in allocation"Jens Axboe
2014-04-23blk-mq: fix leak of set->tagsMing Lei
2014-04-22fs/bio.c: remove nr_segs (unused function parameter)Fabian Frederick
2014-04-22fs/bio: remove bs paramater in biovec_create_poolFabian Frederick
2014-04-21block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick
2014-04-21fs: fix new kernel-doc warnings in fs/bio.cRandy Dunlap
2014-04-21blk-mq: initialize req->q in allocationMing Lei
2014-04-21blk-mq: user (1 << order) to implement order_to_size()Ming Lei
2014-04-21blk-mq: fix allocation of set->tagsMing Lei
2014-04-21blk-mq: free hctx->ctx_map when init failedMing Lei
2014-04-16sd/skd: stuff discard page in request->completion_dataJens Axboe
2014-04-16jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe
2014-04-16block: relax when to modify the timeout timerJens Axboe
2014-04-16block: export blk_finish_requestChristoph Hellwig
2014-04-16blk-mq: rename mq_flush_work struct request memberChristoph Hellwig
2014-04-16blk-mq: add blk_mq_requeue_requestChristoph Hellwig
2014-04-16blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig
2014-04-16blk-mq: add blk_mq_delay_queueChristoph Hellwig
2014-04-16blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig
2014-04-16blk-mq: bidi supportChristoph Hellwig
2014-04-16blk-mq: allow drivers to hook into I/O completionChristoph Hellwig
2014-04-16blk-mq: kill preempt disable/enable in blk_mq_work_fn()Jens Axboe
2014-04-16blk-mq: don't use preempt_count() to check for right CPUJens Axboe
2014-04-16gdrom: missed conversion from req->bufferJens Axboe
2014-04-15block: all blk-mq requests are taggedChristoph Hellwig
2014-04-15blk-mq: split out tag initialization, support shared tagsChristoph Hellwig
2014-04-15blk-mq: initialize request on allocationChristoph Hellwig
2014-04-15blk-mq: add ->init_request and ->exit_request methodsChristoph Hellwig
2014-04-15blk-mq: make ->flush_rq fully transparent to driversChristoph Hellwig