aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
...
| * | | blkcg: kill blkio_policy_nodeTejun Heo2012-03-06
| * | | blkcg: don't allow or retain configuration of missing devicesTejun Heo2012-03-06
| * | | blkcg: factor out blkio_group creationTejun Heo2012-03-06
| * | | blkcg: use the usual get blkg path for root blkio_groupTejun Heo2012-03-06
| * | | blkcg: add blkio_policy[] array and allow one policy per policy IDTejun Heo2012-03-06
| * | | blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo2012-03-06
| * | | blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo2012-03-06
| * | | blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo2012-03-06
| * | | blkcg: shoot down blkio_groups on elevator switchTejun Heo2012-03-06
| * | | block: extend queue bypassing to cover blkcg policiesTejun Heo2012-03-06
| * | | block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-06
| * | | elevator: make elevator_init_fn() return 0/-errnoTejun Heo2012-03-06
| * | | elevator: clear auxiliary data earlier during elevator switchTejun Heo2012-03-06
| * | | cfq: don't register propio policy if !CONFIG_CFQ_GROUP_IOSCHEDTejun Heo2012-03-06
| * | | blkcg: make CONFIG_BLK_CGROUP boolTejun Heo2012-03-06
| * | | block: blk-throttle should be drained regardless of q->elevatorTejun Heo2012-03-06
* | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-22
|\ \ \ \ | | |/ / | |/| |
| * | | cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-01
| * | | cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-01
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-05-21
|\ \ \ \
| * | | | s390/dasd: re-prioritize partition detection messageStefan Haberland2012-05-16
| | |_|/ | |/| |
* / | | block: fix buffer overflow when printing partition UUIDsTejun Heo2012-05-15
|/ / /
* | | Merge branch 'for-3.4/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-04-13
|\ \ \ | |/ / |/| |
| * | block: make auto block plug flush threshold per-disk basedShaohua Li2012-04-06
| * | block: Make cfq_target_latency tunable through sysfs.Tao Ma2012-04-01
| * | block: use lockdep_assert_held for queue lockingAndi Kleen2012-03-30
| * | block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNELDan Carpenter2012-03-23
* | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-20
|\ \ \
| * | | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-02
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-20
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'linus' into sched/coreIngo Molnar2012-03-01
| |\ \ \
| * | | | sched, block: Unify cache detectionPeter Zijlstra2012-01-27
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-03-14
|\ \ \ \ | |_|/ / |/| | |
| * | | block: fix ioc leak in put_io_contextXiaotian Feng2012-03-14
| | |/ | |/|
| * | Block: use a freezable workqueue for disk-event pollingAlan Stern2012-03-02
| * | block: fix __blkdev_get and add_disk race conditionStanislaw Gruszka2012-03-02
| * | block: Fix NULL pointer dereference in sd_revalidate_diskJun'ichi Nomura2012-03-02
| * | block: exit_io_context() should call elevator_exit_icq_fn()Tejun Heo2012-02-15
| * | block: simplify ioc_release_fn()Tejun Heo2012-02-15
| * | block: replace icq->changed with icq->flagsTejun Heo2012-02-15
* | | LDM: Fix reassembly of extended VBLKs.Anton Altaparmakov2012-02-24
|/ /
* | block: fix lockdep warning on io_context release put_io_context()Tejun Heo2012-02-11
* | bsg: fix sysfs link remove warningStanislaw Gruszka2012-02-08
* | block: don't call elevator callbacks for plug mergesTejun Heo2012-02-08
* | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-08
* | block: strip out locking optimization in put_io_context()Tejun Heo2012-02-07
* | block: fix ioc locking warningShaohua Li2012-02-06
* | block: fix NULL icq_cache referenceShaohua Li2012-01-19
* | block,cfq: change code orderShaohua Li2012-01-19
|/
* cfq-iosched: fix use-after-free of cfqqJens Axboe2012-01-17