aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-11Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-3.9/coreJens Axboe4-163/+818
2013-01-11block: Remove should_sort judgement when flush blk_plugJianpeng Ma1-12/+1
2013-01-11block,elevator: use new hashtable implementationSasha Levin2-20/+5
2013-01-09cfq-iosched: add hierarchical cfq_group statisticsTejun Heo1-0/+105
2013-01-09cfq-iosched: collect stats from dead cfqgsTejun Heo1-1/+56
2013-01-09cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()Tejun Heo1-4/+9
2013-01-09blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lockTejun Heo1-5/+9
2013-01-09block: RCU free request_queueTejun Heo1-1/+8
2013-01-09blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()Tejun Heo2-0/+142
2013-01-09blkcg: export __blkg_prfill_rwstat()Tejun Heo1-0/+1
2013-01-09blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/Tejun Heo2-4/+4
2013-01-09blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->onlineTejun Heo2-1/+27
2013-01-09blkcg: add blkg_policy_data->plidTejun Heo2-1/+4
2013-01-09cfq-iosched: enable full blkcg hierarchy supportTejun Heo1-15/+6
2013-01-09cfq-iosched: convert cfq_group_slice() to use cfqg->vfractionTejun Heo1-6/+1
2013-01-09cfq-iosched: implement hierarchy-ready cfq_group charge scalingTejun Heo1-30/+77
2013-01-09cfq-iosched: implement cfq_group->nr_active and ->children_weightTejun Heo1-0/+76
2013-01-09cfq-iosched: add leaf_weightTejun Heo3-9/+130
2013-01-09blkcg: make blkcg_gq's hierarchicalTejun Heo2-5/+55
2013-01-09blkcg: cosmetic updates to blkg_create()Tejun Heo1-8/+7
2013-01-09blkcg: reorganize blkg_lookup_create() and friendsTejun Heo1-23/+52
2013-01-09blkcg: fix minor bug in blkg_alloc()Tejun Heo1-1/+1
2013-01-09cfq-iosched: Print sync-noidle information in blktrace messagesVivek Goyal1-3/+7
2013-01-09cfq-iosched: Get rid of unnecessary local variableVivek Goyal1-6/+2
2013-01-09cfq-iosched: Rename few functions related to selecting workloadVivek Goyal1-4/+5
2013-01-09cfq-iosched: Rename "service_tree" to "st" at some placesVivek Goyal1-41/+36
2013-01-09cfq-iosched: More renaming to better represent wl_class and wl_typeVivek Goyal1-31/+33
2013-01-09cfq-iosched: Properly name all references to IO classVivek Goyal1-33/+34
2012-12-19block: prevent race/cleanupDerek Basehore1-15/+30
2012-12-19block: remove deadlock in disk_clear_eventsDerek Basehore1-1/+8
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-12-17percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEMOleg Nesterov1-0/+1
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-15/+21
2012-12-17Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds14-93/+122
2012-12-14block: export block_unplug tracepointNeilBrown1-0/+1
2012-12-14block: add plug for blkdev_issue_discardShaohua Li1-0/+3
2012-12-14block: discard granularity might not be power of 2Shaohua Li2-13/+16
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+7
2012-12-09deadline: Allow 0ms deadline latency, increase the read speedxiaobing tu1-1/+1
2012-12-06partitions: enable EFI/GPT support by defaultDiego Calleja1-2/+2
2012-12-06bsg: Remove unused function bsg_goose_queue()Bart Van Assche1-13/+0
2012-12-06block: Make blk_cleanup_queue() wait until request_fn finishedBart Van Assche1-0/+10
2012-12-06block: Avoid scheduling delayed work on a dead queueBart Van Assche1-24/+9
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche3-5/+30
2012-12-06block: Let blk_drain_queue() caller obtain the queue lockBart Van Assche1-12/+18
2012-12-06block: Rename queue dead flagBart Van Assche6-19/+19
2012-11-23block: Don't access request after it might be freedRoland Dreier1-1/+7
2012-11-23block: partition: msdos: provide UUIDs for partitionsStephen Warren1-2/+19
2012-11-23block: store partition_meta_info.uuid as a stringStephen Warren2-13/+2
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo1-7/+7