aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2014-05-29blk-mq: request initialization optimizationsJens Axboe
2014-05-29block: add queue flag for disabling SG mergingJens Axboe
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig
2014-05-28blk-mq: add file comments and update copyright noticesJens Axboe
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe
2014-05-28blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig
2014-05-28blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig
2014-05-28blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig
2014-05-28blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig
2014-05-28blk-mq: merge blk_mq_alloc_reserved_request into blk_mq_alloc_requestChristoph Hellwig
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig
2014-05-27blk-mq: allow non-softirq completionsJens Axboe
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe
2014-05-27block: only allocate/free mq_usage_counter in blk-mqMing Lei
2014-05-27blk-mq: avoid code duplicationMing Lei
2014-05-27blk-mq: fix leak of hctx->ctx_mapMing Lei
2014-05-26block/blk-lib.c: make __blkdev_issue_zeroout staticFabian Frederick
2014-05-26blk-mq: idle all hardware contexts before freeing a queueChristoph Hellwig
2014-05-23blk-mq: allow setting of per-request timeoutsJens Axboe
2014-05-23blk-mq: export blk_mq_tag_busy_iterSam Bradshaw
2014-05-22blk-mq: split make request handler for multi and single queueJens Axboe
2014-05-21blk-mq: save memory by freeing requests on unused hardware queuesJens Axboe
2014-05-21blk-mq: allow the hctx cpu hotplug notifier to return errorsJens Axboe
2014-05-20blk-mq: Micro-optimize blk_queue_nomerges() checkRobert Elliott
2014-05-20blk-mq: initialize q->nr_requests after calling blk_queue_make_request()Jens Axboe
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe
2014-05-19block: move mm/bounce.c to block/Jens Axboe
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe
2014-05-19blk-mq: move the cache friendly bitmap type of out blk-mq-tagJens Axboe
2014-05-19block: move ioprio.c from fs/ to block/Jens Axboe
2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe
2014-05-16cgroup: remove css_parent()Tejun Heo
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo
2014-05-10Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens 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-09block: only calculate part_in_flight() onceJens Axboe
2014-05-09blk-mq: fix race in IO start accountingJens Axboe
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