summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-0/+1
2013-04-08Revert "loop: cleanup partitions when detaching loop device"Jens Axboe1-1/+0
2013-04-03block: avoid using uninitialized value in from queue_var_storeArnd Bergmann1-0/+2
2013-03-22Block: blk-flush: Fixed indent code styleAlice Ferrazzi1-1/+1
2013-03-22loop: cleanup partitions when detaching loop devicePhillip Susi1-0/+1
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds11-205/+834
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin5-12/+7
2013-02-27block/partitions: optimize memory allocation in check_partition()Ming Lei3-8/+37
2013-02-27block/partitions/mac.c: obey the state->limit constraintMing Lei1-0/+4
2013-02-27block/partitions/efi.c: ensure that the GPT header is at least the size of th...Peter Jones1-2/+10
2013-02-27block/partition/msdos: detect AIX formatted disks even without 55aaPhilippe De Muyter1-3/+8
2013-02-27block: convert to idr_alloc()Tejun Heo2-32/+15
2013-02-27block: fix synchronization and limit check in blk_alloc_devt()Tejun Heo1-8/+5
2013-02-27block: fix ext_devt_idr handlingTomas Henzl2-2/+6
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei1-0/+10
2013-02-22cfq: fix lock imbalance with failed allocationsGlauber Costa1-0/+2
2013-02-22block: don't select PERCPU_RWSEMMikulas Patocka1-1/+0
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong1-3/+5
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+4
2013-02-19Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+28
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2013-02-15block: account iowait time when waiting for completion of IO requestVladimir Davydov3-6/+6
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2013-01-22block: don't request module during elevator initTejun Heo1-7/+12
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+16
2013-01-14block: add @req to bio_{front|back}_merge tracepointsTejun Heo1-2/+2
2013-01-14block: add missing block_bio_complete() tracepointTejun Heo1-1/+0
2013-01-11Merge branch 'blkcg-cfq-hierarchy' of git://git.kernel.org/pub/scm/linux/kern...Jens 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