summaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-158/+646
|\
| * blkio-throttle: limit max iops value to UINT_MAXVivek Goyal2010-10-011-4/+7
| * blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal2010-10-011-5/+10
| * blkio: deletion of a cgroup was causes oopsVivek Goyal2010-10-011-4/+5
| * blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=nVivek Goyal2010-10-011-47/+50
| * blk-cgroup: cgroup changes for IOPS limit supportVivek Goyal2010-09-161-17/+122
| * blk-cgroup: Introduce cgroup changes for throttling policyVivek Goyal2010-09-161-7/+138
| * blk-cgroup: Prepare the base for supporting more than one IO control policiesVivek Goyal2010-09-161-151/+393
| * blk-cgroup: Kill the header printed at the start of blkio.weight_device fileVivek Goyal2010-09-161-2/+0
* | blkio: Fix return code for mkdir callsCiju Rajan K2010-08-231-1/+1
|/
* Merge branch 'master' into for-2.6.35Jens Axboe2010-05-211-4/+4
|\
| * blk-cgroup: Fix an RCU warning in blkiocg_create()Li Zefan2010-05-071-4/+4
* | block: kill some useless goto's in blk-cgroup.cJens Axboe2010-05-031-44/+40
* | blk-cgroup: config options re-arrangementVivek Goyal2010-04-261-2/+0
* | blkio: Fix another BUG_ON() crash due to cfqq movement across groupsVivek Goyal2010-04-261-6/+9
* | blkio: Initialize blkg->stats_lock for the root cfqg tooDivyesh Shah2010-04-161-6/+1
* | blkio: Fix compile errorsDivyesh Shah2010-04-141-27/+27
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-131-0/+1
|\ \ | |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | block: Update to io-controller statsDivyesh Shah2010-04-131-15/+13
* | io-controller: Add a new interface "weight_device" for IO-ControllerGui Jianfeng2010-04-131-0/+236
* | blkio: Add more debug-only per-cgroup statsDivyesh Shah2010-04-091-3/+156
* | blkio: Add io_queued and avg_queue_size statsDivyesh Shah2010-04-091-5/+93
* | blkio: Add io_merged statDivyesh Shah2010-04-091-0/+17
* | blkio: Changes to IO controller additional stats patchesDivyesh Shah2010-04-091-102/+88
* | blkio: Increment the blkio cgroup stats for real nowDivyesh Shah2010-04-021-2/+58
* | blkio: Add io controller stats likeDivyesh Shah2010-04-021-16/+162
* | blkio: Remove per-cfqq nr_sectors as we'll be passingDivyesh Shah2010-04-021-2/+1
|/
* cgroups: blkio subsystem as moduleBen Blum2010-03-121-12/+41
* cfq: Remove useless css reference getGui Jianfeng2010-02-261-14/+0
* blk-cgroup: Fix potential deadlock in blk-cgroupGui Jianfeng2010-02-011-2/+2
* block: include linux/err.h to use ERR_PTRStephen Rothwell2009-12-071-0/+1
* blkio: Implement dynamic io controlling policy registrationVivek Goyal2009-12-041-4/+32
* blkio: Export some symbols from blkio as its user CFQ can be a moduleVivek Goyal2009-12-041-0/+22
* cfq-iosched: move IO controller declerations to a header fileJens Axboe2009-12-041-3/+1
* blkio: Propagate cgroup weight updation to cfq groupsVivek Goyal2009-12-031-0/+7
* blkio: Export disk time and sectors used by a group to user spaceVivek Goyal2009-12-031-1/+63
* blkio: Some debugging aids for CFQVivek Goyal2009-12-031-0/+4
* blkio: Take care of cgroup deletion and cfq group reference countingVivek Goyal2009-12-031-2/+64
* blkio: Introduce blkio controller cgroup interfaceVivek Goyal2009-12-031-0/+177
OpenPOWER on IntegriCloud