aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-14blk-throttle: add backlink pointer from throtl_grp to throtl_dataTejun Heo1-53/+53
2013-05-14blk-throttle: simplify throtl_grp flag handlingTejun Heo1-25/+9
2013-05-14blk-throttle: rename throtl_rb_root to throtl_service_queueTejun Heo1-42/+42
2013-05-14blk-throttle: remove pointless throtl_nr_queued() optimizationsTejun Heo1-22/+7
2013-05-14blk-throttle: relocate throtl_schedule_delayed_work()Tejun Heo1-16/+13
2013-05-14blk-throttle: collapse throtl_dispatch() into the work functionTejun Heo1-17/+9
2013-05-14blk-throttle: remove deferred config application mechanismTejun Heo1-54/+20
2013-05-14blk-throttle: remove spurious throtl_enqueue_tg() call from throtl_select_dispatch()Tejun Heo1-3/+1
2013-05-14blkcg: move bulk of blkcg_gq release operations to the RCU callbackTejun Heo2-20/+18
2013-05-14blkcg: invoke blkcg_policy->pd_init() after parent is linkedTejun Heo1-17/+22
2013-05-14blkcg: implement blkg_for_each_descendant_post()Tejun Heo1-0/+14
2013-05-14blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.hTejun Heo2-22/+22
2013-05-14blkcg: fix error return path in blkg_create()Tejun Heo1-1/+1
2013-05-14block: queue work on power efficient wqViresh Kumar3-6/+12
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds6-79/+229
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-2/+2
2013-04-30partitions/efi.c: replace useless kzalloc's by kmalloc'sPhilippe De Muyter1-2/+2
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+0
2013-04-29Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2013-04-18Revert "block: add missing block_bio_complete() tracepoint"Linus Torvalds1-0/+1
2013-04-14Merge 3.9-rc7 into driver-core-nextGreg Kroah-Hartman2-1/+2
2013-04-11driver core: handle user namespaces properly with the uid/gid devtmpfs changeGreg Kroah-Hartman1-1/+1
2013-04-09blkcg: fix "scheduling while atomic" in blk_queue_bypass_startJun'ichi Nomura1-2/+2
2013-04-08driver core: add uid and gid to devtmpfsKay Sievers1-1/+2
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-04-02Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-3.10/coreJens Axboe2-1/+2
2013-03-24Merge branch 'for-jens' of http://evilpiepirate.org/git/linux-bcache into for-3.10/coreJens Axboe3-75/+16
2013-03-23block: Add bio_end_sector()Kent Overstreet3-7/+4
2013-03-23block: Refactor blk_update_request()Kent Overstreet1-68/+12
2013-03-22block: implement runtime pm strategyLin Ming2-0/+65
2013-03-22block: add runtime pm helpersLin Ming1-0/+144
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-03-20scatterlist: introduce sg_unmark_endPaolo Bonzini2-2/+2
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan1-2/+0
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 the structure.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