aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27block/partitions: optimize memory allocation in check_partition()Ming Lei
2013-02-27block/partitions/mac.c: obey the state->limit constraintMing Lei
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter
2013-02-27block: convert to idr_alloc()Tejun Heo
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo
2013-02-27block: fix ext_devt_idr handlingTomas Henzl
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei
2013-02-22cfq: fix lock imbalance with failed allocationsGlauber Costa
2013-02-22block: don't select PERCPU_RWSEMMikulas Patocka
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong
2013-02-19Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-15block: account iowait time when waiting for completion of IO requestVladimir Davydov
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2013-01-22block: don't request module during elevator initTejun Heo
2013-01-18init, block: try to load default elevator module early during bootTejun Heo
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo
2013-01-11Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma
2013-01-11block,elevator: use new hashtable implementationSasha Levin
2013-01-09cfq-iosched: add hierarchical cfq_group statisticsTejun Heo
2013-01-09cfq-iosched: collect stats from dead cfqgsTejun Heo
2013-01-09cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()Tejun Heo
2013-01-09blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lockTejun Heo
2013-01-09block: RCU free request_queueTejun Heo
2013-01-09blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()Tejun Heo
2013-01-09blkcg: export __blkg_prfill_rwstat()Tejun Heo
2013-01-09blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/Tejun Heo
2013-01-09blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->onlineTejun Heo
2013-01-09blkcg: add blkg_policy_data->plidTejun Heo
2013-01-09cfq-iosched: enable full blkcg hierarchy supportTejun Heo
2013-01-09cfq-iosched: convert cfq_group_slice() to use cfqg->vfractionTejun Heo
2013-01-09cfq-iosched: implement hierarchy-ready cfq_group charge scalingTejun Heo
2013-01-09cfq-iosched: implement cfq_group->nr_active and ->children_weightTejun Heo
2013-01-09cfq-iosched: add leaf_weightTejun Heo
2013-01-09blkcg: make blkcg_gq's hierarchicalTejun Heo
2013-01-09blkcg: cosmetic updates to blkg_create()Tejun Heo
2013-01-09blkcg: reorganize blkg_lookup_create() and friendsTejun Heo
2013-01-09blkcg: fix minor bug in blkg_alloc()Tejun Heo
2013-01-09cfq-iosched: Print sync-noidle information in blktrace messagesVivek Goyal
2013-01-09cfq-iosched: Get rid of unnecessary local variableVivek Goyal
2013-01-09cfq-iosched: Rename few functions related to selecting workloadVivek Goyal
2013-01-09cfq-iosched: Rename "service_tree" to "st" at some placesVivek Goyal
2013-01-09cfq-iosched: More renaming to better represent wl_class and wl_typeVivek Goyal
2013-01-09cfq-iosched: Properly name all references to IO classVivek Goyal