aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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