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