aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-22blk-throttle: Reset group slice when limits are changedVivek Goyal1-1/+24
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-1/+3
2011-03-10blk-throttle: Use blk_plug in throttle dispatchVivek Goyal1-0/+3
2011-03-10block: remove per-queue pluggingJens Axboe1-1/+0
2011-03-07blk-throttle: Some cleanups and race fixes in limit update codeVivek Goyal1-56/+40
2011-03-07blk-throttle: process limit change only through one functionVivek Goyal1-7/+1
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-11/+18
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal1-3/+3
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal1-11/+18
2011-01-19blkio-throttle: Avoid calling blkiocg_lookup_group() for root groupVivek Goyal1-1/+9
2010-12-01blk-throttle: Correct the placement of smp_rmb()Vivek Goyal1-14/+9
2010-12-01blk-throttle: Trim/adjust slice_end once a bio has been dispatchedVivek Goyal1-0/+16
2010-11-15blk-throttle: Fix calculation of max number of WRITES to be dispatchedVivek Goyal1-1/+1
2010-10-01blkio-throttle: Fix possible multiplication overflow in iops calculationsVivek Goyal1-1/+15
2010-10-01blkio-throttle: There is no need to convert jiffies to milli secondsVivek Goyal1-4/+3
2010-10-01blkio-throttle: Fix link failure failure on i386Vivek Goyal1-6/+10
2010-10-01blkio: Recalculate the throttled bio dispatch time upon throttle limit changeVivek Goyal1-18/+116
2010-10-01blkio: Add root group to td->tg_listVivek Goyal1-4/+13
2010-09-16blkio: Implementation of IOPS limit logicVivek Goyal1-37/+127
2010-09-16blkio: Core implementation of throttle policyVivek Goyal1-0/+909