aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-061-0/+7
* blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo2012-03-061-1/+1
* blkcg: kill the mind-bending blkg->devTejun Heo2012-03-061-2/+0
* blkcg: kill blkio_policy_nodeTejun Heo2012-03-061-32/+0
* blkcg: don't allow or retain configuration of missing devicesTejun Heo2012-03-061-0/+9
* blkcg: factor out blkio_group creationTejun Heo2012-03-061-15/+15
* blkcg: add blkio_policy[] array and allow one policy per policy IDTejun Heo2012-03-061-0/+2
* blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo2012-03-061-10/+12
* blkcg: shoot down blkio_groups on elevator switchTejun Heo2012-03-061-1/+4
* blkcg: make CONFIG_BLK_CGROUP boolTejun Heo2012-03-061-8/+2
* block: fix a typo in the blk-cgroup.h fileJie Liu2011-10-241-1/+1
* cfq-iosched: Make IO merge related stats per cpuVivek Goyal2011-05-231-2/+2
* blk-cgroup: Make 64bit per cpu stats safe on 32bit archVivek Goyal2011-05-201-0/+2
* blk-throttle: Make dispatch stats per cpuVivek Goyal2011-05-201-6/+21
* blk-cgroup: move some fields of unaccounted_time file under right config optionVivek Goyal2011-05-201-3/+4
* blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal2011-05-161-0/+3
* blk-cgroup: Add unaccounted time to timeslice_used.Justin TerAvest2011-03-121-2/+10
* blk-cgroup: Lower minimum weight from 100 to 10.Justin TerAvest2011-03-081-1/+1
* blkio-throttle: limit max iops value to UINT_MAXVivek Goyal2010-10-011-0/+3
* blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal2010-10-011-10/+11
* blk-cgroup: cgroup changes for IOPS limit supportVivek Goyal2010-09-161-0/+13
* blk-cgroup: Introduce cgroup changes for throttling policyVivek Goyal2010-09-161-1/+29
* blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal2010-09-161-2/+34
* blk-cgroup: config options re-arrangementVivek Goyal2010-04-261-7/+7
* blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal2010-04-261-3/+2
* blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah2010-04-161-2/+0
* block: Update to io-controller statsDivyesh Shah2010-04-131-6/+6
* io-controller: Add a new interface "weight_device" for IO-ControllerGui Jianfeng2010-04-131-0/+10
* blkio: Add more debug-only per-cgroup statsDivyesh Shah2010-04-091-0/+54
* blkio: Add io_queued and avg_queue_size statsDivyesh Shah2010-04-091-1/+19
* blkio: Add io_merged statDivyesh Shah2010-04-091-1/+7
* blkio: Changes to IO controller additional stats patchesDivyesh Shah2010-04-091-25/+39
* blkio: Increment the blkio cgroup stats for real nowDivyesh Shah2010-04-021-3/+11
* blkio: Add io controller stats likeDivyesh Shah2010-04-021-8/+31
* blkio: Remove per-cfqq nr_sectors as we'll be passingDivyesh Shah2010-04-021-4/+2
* cgroups: blkio subsystem as moduleBen Blum2010-03-121-2/+8
* cfq: Remove useless css reference getGui Jianfeng2010-02-261-3/+0
* blkio: Implement dynamic io controlling policy registrationVivek Goyal2009-12-041-0/+24
* blkio: Export some symbols from blkio as its user CFQ can be a moduleVivek Goyal2009-12-041-0/+3
* cfq-iosched: fix compile problem with !CONFIG_CGROUPJens Axboe2009-12-031-0/+10
* blkio: Export disk time and sectors used by a group to user spaceVivek Goyal2009-12-031-2/+20
* blkio: Some debugging aids for CFQVivek Goyal2009-12-031-0/+13
* blkio: Take care of cgroup deletion and cfq group reference countingVivek Goyal2009-12-031-0/+1
* blkio: Introduce blkio controller cgroup interfaceVivek Goyal2009-12-031-0/+58