aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-15Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds1-0/+1
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds10-31/+81
2014-06-10block: add __init to blkcg_policy_registerFabian Frederick2-3/+3
2014-06-10block: add __init to elv_registerFabian Frederick1-1/+1
2014-06-10block: ensure that bio_add_page() always accepts a page for an empty bioJens Axboe2-2/+10
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds5-33/+33
2014-06-09blk-mq: add timer in blk_mq_start_requestMing Lei1-16/+1
2014-06-09blk-mq: always initialize request->start_timeJens Axboe1-3/+2
2014-06-08block: blk-exec.c: Cleaning up local variable address returndRickard Strandqvist1-0/+5
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys1-2/+5
2014-06-06blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()Jens Axboe1-0/+2
2014-06-06blk-mq: don't allow queue entering for a dying queueKeith Busch1-2/+4
2014-06-06blk-mq: bump max tag depth to 10K tagsJens Axboe1-1/+12
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe3-4/+23
2014-06-05block: add notion of a chunk size for request mergingJens Axboe2-1/+20
2014-06-04block: mq flush: clear flush_rq's tag in flush_end_io()Ming Lei1-1/+1
2014-06-04blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe1-7/+12
2014-06-04blk-mq: fix regression from commit 624dbe475416Jens Axboe1-0/+2
2014-06-03blk-mq: handle NULL req return from blk_map_request in single queue modeJens Axboe1-0/+2
2014-06-03blk-mq: fix sparse warning on missed __percpu annotationMing Lei1-1/+1
2014-06-03blk-mq: fix schedule from atomic contextMing Lei4-31/+78
2014-06-03blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei2-22/+22
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+2
2014-06-02Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+1
2014-06-02Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds24-756/+5083
2014-05-30blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe1-7/+13
2014-05-30blk-mq: remember to start timeout handler for direct queueJens Axboe1-0/+1
2014-05-30block: ensure that the timer is always addedJens Axboe1-1/+1
2014-05-30blk-mq: blk_mq_unregister_hctx() can be staticFengguang Wu1-2/+2
2014-05-30blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe3-19/+93
2014-05-30Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe5-37/+45
2014-05-30blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2-4/+12
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 Axboe2-7/+24
2014-05-29block: remove 'magic' from struct blk_plugJens Axboe1-5/+0
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe4-21/+33
2014-05-28blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig1-21/+5
2014-05-28blk-mq: add file comments and update copyright noticesJens Axboe4-0/+28
2014-05-28Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe21-495/+4631
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 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