aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c
Commit message (Expand)AuthorAgeFilesLines
* block: Add __attribute__((format(printf...) and fix falloutJoe Perches2011-06-131-2/+2
* blk-throttle: Make no throttling rule group processing locklessVivek Goyal2011-05-201-4/+49
* blk-throttle: Make dispatch stats per cpuVivek Goyal2011-05-201-0/+9
* blk-throttle: Free up a group only after one rcu grace periodVivek Goyal2011-05-201-1/+21
* blk-throttle: Use helper function to add root throtl group to listsVivek Goyal2011-05-201-3/+1
* blk-throttle: Introduce a helper function to fill in device detailsVivek Goyal2011-05-201-12/+23
* blk-throttle: Dynamically allocate root groupVivek Goyal2011-05-201-15/+12
* blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal2011-05-201-33/+108
* blk-throttle: Do the new group initialization with the help of a functionVivek Goyal2011-05-201-29/+35
* blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal2011-05-161-5/+4
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | blk-throttle: don't call xchg on boolAndreas Schwab2011-04-051-2/+2
|/
* blk-throttle: Reset group slice when limits are changedVivek Goyal2011-03-221-1/+24
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-1/+3
|\
| * blk-throttle: Use blk_plug in throttle dispatchVivek Goyal2011-03-101-0/+3
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | blk-throttle: Some cleanups and race fixes in limit update codeVivek Goyal2011-03-071-56/+40
* | blk-throttle: process limit change only through one functionVivek Goyal2011-03-071-7/+1
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-041-11/+18
|\ \
| * | blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal2011-03-011-11/+18
| |/
* | block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal2011-03-021-3/+3
|/
* blkio-throttle: Avoid calling blkiocg_lookup_group() for root groupVivek Goyal2011-01-191-1/+9
* blk-throttle: Correct the placement of smp_rmb()Vivek Goyal2010-12-011-14/+9
* blk-throttle: Trim/adjust slice_end once a bio has been dispatchedVivek Goyal2010-12-011-0/+16
* blk-throttle: Fix calculation of max number of WRITES to be dispatchedVivek Goyal2010-11-151-1/+1
* blkio-throttle: Fix possible multiplication overflow in iops calculationsVivek Goyal2010-10-011-1/+15
* blkio-throttle: There is no need to convert jiffies to milli secondsVivek Goyal2010-10-011-4/+3
* blkio-throttle: Fix link failure failure on i386Vivek Goyal2010-10-011-6/+10
* blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal2010-10-011-18/+116
* blkio: Add root group to td->tg_listVivek Goyal2010-10-011-4/+13
* blkio: Implementation of IOPS limit logicVivek Goyal2010-09-161-37/+127
* blkio: Core implementation of throttle policyVivek Goyal2010-09-161-0/+909