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