summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-06-151-0/+1
|\
| * NVMe: Add tracepointsKeith Busch2014-05-051-0/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-1110-31/+81
|\ \
| * | block: add __init to blkcg_policy_registerFabian Frederick2014-06-102-3/+3
| * | block: add __init to elv_registerFabian Frederick2014-06-101-1/+1
| * | block: ensure that bio_add_page() always accepts a page for an empty bioJens Axboe2014-06-102-2/+10
| * | blk-mq: add timer in blk_mq_start_requestMing Lei2014-06-091-16/+1
| * | blk-mq: always initialize request->start_timeJens Axboe2014-06-091-3/+2
| * | block: blk-exec.c: Cleaning up local variable address returndRickard Strandqvist2014-06-081-0/+5
| * | blk-mq: ->timeout should be cleared in blk_mq_rq_ctx_init()Jens Axboe2014-06-061-0/+2
| * | blk-mq: don't allow queue entering for a dying queueKeith Busch2014-06-061-2/+4
| * | blk-mq: bump max tag depth to 10K tagsJens Axboe2014-06-061-1/+12
| * | block: add blk_rq_set_block_pc()Jens Axboe2014-06-063-4/+23
| * | block: add notion of a chunk size for request mergingJens Axboe2014-06-052-1/+20
* | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-095-33/+33
|\ \ \
| * | | cgroup: remove css_parent()Tejun Heo2014-05-161-1/+1
| * | | cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-132-30/+30
| * | | cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-1/+1
* | | | mm: convert some level-less printks to pr_*Mitchel Humpherys2014-06-061-2/+5
| |/ / |/| |
* | | block: mq flush: clear flush_rq's tag in flush_end_io()Ming Lei2014-06-041-1/+1
* | | blk-mq: let blk_mq_tag_to_rq() take blk_mq_tags as the main parameterJens Axboe2014-06-041-7/+12
* | | blk-mq: fix regression from commit 624dbe475416Jens Axboe2014-06-041-0/+2
* | | blk-mq: handle NULL req return from blk_map_request in single queue modeJens Axboe2014-06-031-0/+2
* | | blk-mq: fix sparse warning on missed __percpu annotationMing Lei2014-06-031-1/+1
* | | blk-mq: fix schedule from atomic contextMing Lei2014-06-034-31/+78
* | | blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei2014-06-032-22/+22
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \ \
| * | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
| | |/ | |/|
* | | Merge branch 'for-3.16/drivers' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-021-1/+1
|\ \ \
| * \ \ Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-305-37/+45
| |\ \ \
| * \ \ \ Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-284-21/+33
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-3.16/core' into for-3.16/driversJens Axboe2014-05-2821-495/+4631
| |\ \ \ \ \
| * | | | | | bsg: update check for rq based driver for blk-mqJens Axboe2014-04-161-1/+1
* | | | | | | Merge branch 'for-3.16/core' of git://git.kernel.dk/linux-block into nextLinus Torvalds2014-06-0224-756/+5083
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | blk-mq: push IPI or local end_io decision to __blk_mq_complete_request()Jens Axboe2014-05-301-7/+13
| * | | | | | blk-mq: remember to start timeout handler for direct queueJens Axboe2014-05-301-0/+1
| * | | | | | block: ensure that the timer is always addedJens Axboe2014-05-301-1/+1
| * | | | | | blk-mq: blk_mq_unregister_hctx() can be staticFengguang Wu2014-05-301-2/+2
| * | | | | | blk-mq: make the sysfs mq/ layout reflect current mappingsJens Axboe2014-05-303-19/+93
| | |_|_|/ / | |/| | | |
| * | | | | blk-mq: blk_mq_tag_to_rq should handle flush requestShaohua Li2014-05-302-4/+12
| * | | | | block: remove dead code in scsi_ioctl:blk_verify_commandDave Jones2014-05-291-4/+0
| * | | | | blk-mq: request initialization optimizationsJens Axboe2014-05-291-17/+9
| * | | | | block: add queue flag for disabling SG mergingJens Axboe2014-05-292-7/+24
| * | | | | block: remove 'magic' from struct blk_plugJens Axboe2014-05-291-5/+0
| | |_|/ / | |/| | |
| * | | | blk-mq: remove alloc_hctx and free_hctx methodsChristoph Hellwig2014-05-281-21/+5
| * | | | blk-mq: add file comments and update copyright noticesJens Axboe2014-05-284-0/+28
| | |/ / | |/| |
| * | | blk-mq: remove blk_mq_alloc_request_pinnedChristoph Hellwig2014-05-281-32/+16
| * | | blk-mq: do not use blk_mq_alloc_request_pinned in blk_mq_map_requestChristoph Hellwig2014-05-281-3/+5
| * | | blk-mq: remove blk_mq_wait_for_tagsChristoph Hellwig2014-05-283-16/+6
| * | | blk-mq: initialize request in __blk_mq_alloc_requestChristoph Hellwig2014-05-281-32/+30
OpenPOWER on IntegriCloud