aboutsummaryrefslogtreecommitdiff
path: root/block/blk-throttle.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-25blk-throttle: use queue_is_locked() instead of lockdep_is_held()Gravatar Jens Axboe 1-1/+1
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Gravatar Tejun Heo 1-6/+44
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Gravatar Tejun Heo 1-32/+17
2011-10-19block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Gravatar Tejun Heo 1-7/+1
2011-10-19block: move blk_throtl prototypes to block/blk.hGravatar Tejun Heo 1-0/+1
2011-08-01blk-throttle: correctly determine sync bioGravatar Shaohua Li 1-2/+2
2011-06-13blk-throttle: Make total_nr_queued unsignedGravatar Joe Perches 1-4/+4
2011-06-13block: Add __attribute__((format(printf...) and fix falloutGravatar Joe Perches 1-2/+2
2011-05-20blk-throttle: Make no throttling rule group processing locklessGravatar Vivek Goyal 1-4/+49
2011-05-20blk-throttle: Make dispatch stats per cpuGravatar Vivek Goyal 1-0/+9
2011-05-20blk-throttle: Free up a group only after one rcu grace periodGravatar Vivek Goyal 1-1/+21
2011-05-20blk-throttle: Use helper function to add root throtl group to listsGravatar Vivek Goyal 1-3/+1
2011-05-20blk-throttle: Introduce a helper function to fill in device detailsGravatar Vivek Goyal 1-12/+23
2011-05-20blk-throttle: Dynamically allocate root groupGravatar Vivek Goyal 1-15/+12
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupGravatar Vivek Goyal 1-33/+108
2011-05-20blk-throttle: Do the new group initialization with the help of a functionGravatar Vivek Goyal 1-29/+35
2011-05-16blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupGravatar Vivek Goyal 1-5/+4
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-04-05blk-throttle: don't call xchg on boolGravatar Andreas Schwab 1-2/+2
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-22blk-throttle: Reset group slice when limits are changedGravatar Vivek Goyal 1-1/+24
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreGravatar Jens Axboe 1-1/+3
2011-03-10blk-throttle: Use blk_plug in throttle dispatchGravatar Vivek Goyal 1-0/+3
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 1-1/+0
2011-03-07blk-throttle: Some cleanups and race fixes in limit update codeGravatar Vivek Goyal 1-56/+40
2011-03-07blk-throttle: process limit change only through one functionGravatar Vivek Goyal 1-7/+1
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreGravatar Tejun Heo 1-11/+18
2011-03-02block: Move blk_throtl_exit() call to blk_cleanup_queue()Gravatar Vivek Goyal 1-3/+3
2011-03-01blk-throttle: Do not use kblockd workqueue for throtl workGravatar Vivek Goyal 1-11/+18
2011-01-19blkio-throttle: Avoid calling blkiocg_lookup_group() for root groupGravatar Vivek Goyal 1-1/+9
2010-12-01blk-throttle: Correct the placement of smp_rmb()Gravatar Vivek Goyal 1-14/+9
2010-12-01blk-throttle: Trim/adjust slice_end once a bio has been dispatchedGravatar Vivek Goyal 1-0/+16
2010-11-15blk-throttle: Fix calculation of max number of WRITES to be dispatchedGravatar Vivek Goyal 1-1/+1
2010-10-01blkio-throttle: Fix possible multiplication overflow in iops calculationsGravatar Vivek Goyal 1-1/+15
2010-10-01blkio-throttle: There is no need to convert jiffies to milli secondsGravatar Vivek Goyal 1-4/+3
2010-10-01blkio-throttle: Fix link failure failure on i386Gravatar Vivek Goyal 1-6/+10
2010-10-01blkio: Recalculate the throttled bio dispatch time upon throttle limit changeGravatar Vivek Goyal 1-18/+116
2010-10-01blkio: Add root group to td->tg_listGravatar Vivek Goyal 1-4/+13
2010-09-16blkio: Implementation of IOPS limit logicGravatar Vivek Goyal 1-37/+127
2010-09-16blkio: Core implementation of throttle policyGravatar Vivek Goyal 1-0/+909