summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe4-3/+3
2014-05-11Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2-25/+41
2014-05-11blk-mq: bitmap tag: cleanup blk_mq_init_tagsMing Lei1-4/+0
2014-05-11blk-mq: bitmap tag: select random tag betweet 0 and (depth - 1)Ming Lei1-4/+1
2014-05-11blk-mq: bitmap tag: remove barrier in bt_clear_tag()Ming Lei1-1/+0
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 Axboe5-99/+391
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig2-5/+49
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 Axboe2-14/+35
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-28random: export add_disk_randomnessChristoph Hellwig1-0/+1
2014-04-25block: fold __blk_add_timer into blk_add_timerChristoph Hellwig1-23/+11
2014-04-25blk-mq: respect rq_affinityChristoph Hellwig4-46/+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-23fs/bio.c: remove nr_segs (unused function parameter)Fabian Frederick1-3/+2
2014-04-23fs/bio: remove bs paramater in biovec_create_poolFabian Frederick3-4/+4
2014-04-22block/blk-throttle.c: add static to blk_throtl_dispatch_work_fnFabian Frederick1-1/+1
2014-04-21fs: fix new kernel-doc warnings in fs/bio.cRandy Dunlap1-0/+2
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-17sd/skd: stuff discard page in request->completion_dataJens Axboe2-6/+5
2014-04-17jsflash: missed conversion from rq->buffer to bio_data(rq->bio)Jens Axboe1-1/+1
2014-04-17block: relax when to modify the timeout timerJens Axboe1-2/+13
2014-04-17block: export blk_finish_requestChristoph Hellwig2-1/+3
2014-04-17blk-mq: rename mq_flush_work struct request memberChristoph Hellwig2-4/+4
2014-04-17blk-mq: add blk_mq_requeue_requestChristoph Hellwig2-2/+18
2014-04-17blk-mq: add blk_mq_start_hw_queuesChristoph Hellwig2-0/+12
2014-04-17blk-mq: add blk_mq_delay_queueChristoph Hellwig3-9/+46
2014-04-17blk-mq: add async parameter to blk_mq_start_stopped_hw_queuesChristoph Hellwig3-5/+5
2014-04-17blk-mq: bidi supportChristoph Hellwig1-2/+7
2014-04-17blk-mq: allow drivers to hook into I/O completionChristoph Hellwig2-13/+12
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-17gdrom: missed conversion from req->bufferJens Axboe1-1/+1
2014-04-16block: all blk-mq requests are taggedChristoph Hellwig1-1/+2
2014-04-16blk-mq: split out tag initialization, support shared tagsChristoph Hellwig8-200/+262