aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Hellwig2-18/+4
2014-05-28blk-mq: add helper to insert requests from irq contextChristoph Hellwig2-13/+67
2014-05-27blk-mq: allow non-softirq completionsJens Axboe1-3/+9
2014-05-27blk-mq: pass in suggested NUMA node to ->alloc_hctx()Jens Axboe3-11/+32
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 Bradshaw2-1/+1
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 Axboe3-9/+14
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-20blk-mq: allow changing of queue depth through sysfsJens Axboe7-59/+133
2014-05-19block: move mm/bounce.c to block/Jens Axboe2-0/+288
2014-05-19Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe6-27/+224
2014-05-19blk-mq: switch ctx pending map to the sparser blk_align_bitmapJens Axboe1-28/+91
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 Axboe2-1/+243
2014-05-19block: move bio.c and bio-integrity.c from fs/ to block/Jens Axboe3-1/+2697
2014-05-16cgroup: remove css_parent()Tejun Heo1-1/+1
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe6-27/+224
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2-30/+30
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo1-1/+1
2014-05-10Merge branch 'for-3.16/blk-mq-tagging' into for-3.16/coreJens Axboe2-25/+41
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
2014-05-09blk-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 Axboe4-97/+387
2014-05-09blk-mq: initialize struct request fields individuallyChristoph Hellwig1-2/+45
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 Axboe1-14/+31
2014-05-05blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()Tejun Heo1-1/+14
2014-05-05NVMe: Add tracepointsKeith Busch1-0/+1
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-04-30block: 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-29blk-mq: fix waiting for reserved tagsJens Axboe3-4/+4