Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / block / blk-throttle.c
2012-03-30 Andi Kleenblock: use lockdep_assert_held for queue locking
2011-12-13 Tejun Heoblock: add blk_queue_dead()
2011-10-25 Jens Axboeblk-throttle: use queue_is_locked() instead of lockdep_...
2011-10-19 Tejun Heoblock: fix request_queue lifetime handling by making...
2011-10-19 Tejun Heoblock: reorganize throtl_get_tg() and blk_throtl_bio()
2011-10-19 Tejun Heoblock: drop unnecessary blk_get/put_queue() in scsi_cmd...
2011-10-19 Tejun Heoblock: move blk_throtl prototypes to block/blk.h
2011-08-01 Shaohua Liblk-throttle: correctly determine sync bio
2011-06-13 Joe Perchesblk-throttle: Make total_nr_queued unsigned
2011-06-13 Joe Perchesblock: Add __attribute__((format(printf...) and fix...
2011-06-13 Joe Perchesblock: Add __attribute__((format(printf...) and fix...
2011-06-10 Jeff Mahoney- x86: Remove warning and warning_symbol from struct
2011-05-20 Vivek Goyalblk-throttle: Make no throttling rule group processing...
2011-05-20 Vivek Goyalblk-throttle: Make dispatch stats per cpu
2011-05-20 Vivek Goyalblk-throttle: Free up a group only after one rcu grace...
2011-05-20 Vivek Goyalblk-throttle: Use helper function to add root throtl...
2011-05-20 Vivek Goyalblk-throttle: Introduce a helper function to fill in...
2011-05-20 Vivek Goyalblk-throttle: Dynamically allocate root group
2011-05-20 Vivek Goyalblk-cgroup: Allow sleeping while dynamically allocating...
2011-05-20 Vivek Goyalblk-throttle: Do the new group initialization with...
2011-05-16 Vivek Goyalblk-throttle: Use task_subsys_state() to determine...
2011-04-07 Linus TorvaldsMerge branch 'for-linus2' of git://git.profusion.mobi...
2011-04-05 Andreas Schwabblk-throttle: don't call xchg on bool
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-22 Vivek Goyalblk-throttle: Reset group slice when limits are changed
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Vivek Goyalblk-throttle: Use blk_plug in throttle dispatch
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-03-07 Vivek Goyalblk-throttle: Some cleanups and race fixes in limit...
2011-03-07 Vivek Goyalblk-throttle: process limit change only through one...
2011-03-04 Tejun HeoMerge branch 'for-linus' of ../linux-2.6-block into...
2011-03-03 Vivek Goyalblock: Move blk_throtl_exit() call to blk_cleanup_queue()
2011-03-01 Vivek Goyalblk-throttle: Do not use kblockd workqueue for throtl...
2011-01-19 Vivek Goyalblkio-throttle: Avoid calling blkiocg_lookup_group...
2010-12-01 Vivek Goyalblk-throttle: Correct the placement of smp_rmb()
2010-12-01 Vivek Goyalblk-throttle: Trim/adjust slice_end once a bio has...
2010-11-15 Vivek Goyalblk-throttle: Fix calculation of max number of WRITES...
2010-10-01 Vivek Goyalblkio-throttle: Fix possible multiplication overflow...
2010-10-01 Vivek Goyalblkio-throttle: There is no need to convert jiffies...
2010-10-01 Vivek Goyalblkio-throttle: Fix link failure failure on i386
2010-10-01 Vivek Goyalblkio: Recalculate the throttled bio dispatch time...
2010-10-01 Vivek Goyalblkio: Add root group to td->tg_list
2010-09-16 Vivek Goyalblkio: Implementation of IOPS limit logic
2010-09-16 Vivek Goyalblkio: Core implementation of throttle policy