aboutsummaryrefslogtreecommitdiffstats
path: root/block/noop-iosched.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-29block: remove dead code in scsi_ioctl:blk_verify_commandDave Jones1-4/+0
2014-05-29blk-mq: request initialization optimizationsJens Axboe1-17/+9
2014-05-29block: add queue flag for disabling SG mergingJens Axboe4-7/+26
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe2-6/+0
2014-05-28xen-blkback: defer freeing blkif to avoid blocking xenwatchValentin Priescu2-14/+36
2014-05-28xen blkif.h: fix comment typo in discard-alignmentOlaf Hering1-1/+1
2014-05-28xen/blkback: disable discard feature if requested by toolstackOlaf Hering1-1/+6
2014-05-28xen-blkfront: remove type check from blkfront_setup_discardOlaf Hering1-26/+14
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig4-60/+6
2014-05-28blk-mq: add file comments and update copyright noticesJens Axboe4-0/+28
2014-05-28blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig1-32/+16
2014-05-28blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig1-3/+5
2014-05-28blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig3-16/+6
2014-05-28blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig1-32/+30
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig3-20/+6
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig4-14/+73
2014-05-28blk-mq: remove stale comment for blk_mq_complete_request()Jens Axboe1-5/+0
2014-05-28floppy: do not corrupt bio.bi_flags when reading block 0Jiri Kosina1-1/+1
2014-05-27blk-mq: allow non-softirq completionsJens Axboe2-3/+13
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe5-45/+37
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei3-8/+6
2014-05-27blk-mq: avoid code duplicationMing Lei1-24/+37
2014-05-27blk-mq: fix leak of hctx->ctx_mapMing Lei1-0/+1
2014-05-26block/blk-lib.c: make __blkdev_issue_zeroout staticFabian Frederick1-2/+2
2014-05-26blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig1-0/+1
2014-05-23blk-mq: allow setting of per-request timeoutsJens Axboe1-2/+6
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw3-1/+2
2014-05-22blk-mq: split make request handler for multi and single queueJens Axboe1-50/+157
2014-05-21blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe1-52/+105
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe4-10/+15
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott2-5/+6
2014-05-20blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe1-0/+5
2014-05-20mtip32xx: move error handling to service threadAsai Thambi S P2-26/+53
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe8-60/+134
2014-05-20htmldocs: fix bio.c locationJens Axboe1-1/+1
2014-05-19block: move mm/bounce.c to block/Jens Axboe3-1/+1
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe2-30/+99
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 Axboe3-2/+3
2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe4-3/+3
2014-05-16virtio_blk: fix race between start and stop queueMing Lei1-2/+2
2014-05-14mtip32xx: stop block hardware queues before quiescing IOJens Axboe1-1/+7
2014-05-14mtip32xx: blk_mq_init_queue() returns an ERR_PTRDan Carpenter1-1/+1
2014-05-13mtip32xx: convert to use blk-mqJens Axboe2-616/+297
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe9-27/+236
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