summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-08-042-5/+14
|\
| * cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo2014-07-151-1/+2
| * cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo2014-07-151-1/+1
| * cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo2014-07-091-3/+3
| * blkcg, memcg: make blkcg depend on memcg on the default hierarchyTejun Heo2014-07-081-0/+8
* | block: provide compat ioctl for BLKZEROOUTMikulas Patocka2014-07-141-0/+1
* | blkcg: don't call into policy draining if root_blkg is already goneTejun Heo2014-07-121-0/+7
* | block: don't assume last put of shared tags is for the hostChristoph Hellwig2014-07-081-26/+7
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-266-20/+32
|\ \ | |/ |/|
| * blk-mq: blk_mq_start_hw_queue() should use blk_mq_run_hw_queue()Jens Axboe2014-06-251-1/+1
| * block: add support for limiting gaps in SG listsJens Axboe2014-06-242-0/+18
| * Revert "block: add __init to elv_register"Jens Axboe2014-06-221-1/+1
| * Revert "block: add __init to blkcg_policy_register"Jens Axboe2014-06-222-3/+3
| * blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a...Tejun Heo2014-06-222-15/+9
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2014-06-197-91/+43
|\ \ | |/
| * blk-mq: bitmap tag: fix races in bt_get() functionAlexander Gordeev2014-06-171-8/+5
| * blk-mq: bitmap tag: fix race on blk_mq_bitmap_tags::wake_cntAlexander Gordeev2014-06-171-2/+12
| * blk-mq: bitmap tag: fix races on shared ::wake_index fieldsAlexander Gordeev2014-06-172-12/+22
| * blk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queueChristoph Hellwig2014-06-131-7/+2
| * blk-mq: properly drain stopped queuesChristoph Hellwig2014-06-131-1/+1
| * block: remove WQ_POWER_EFFICIENT from kblockdMatias Bjørling2014-06-111-2/+1
| * block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig2014-06-113-59/+0
* | 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
| | |/ | |/|
OpenPOWER on IntegriCloud