aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c
Commit message (Expand)AuthorAge
* blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo2012-04-01
* blkcg: move statistics update code to policiesTejun Heo2012-04-01
* blkcg: move conf/stat file handling code to policiesTejun Heo2012-04-01
* blkcg: remove unused @pol and @plid parametersTejun Heo2012-04-01
* block: make blk-throttle preserve the issuing task on delayed biosTejun Heo2012-03-06
* block: make block cgroup policies follow bio task associationTejun Heo2012-03-06
* blkcg: drop unnecessary RCU lockingTejun Heo2012-03-06
* blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-06
* blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo2012-03-06
* blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo2012-03-06
* blkcg: don't use blkg->plid in stat related functionsTejun Heo2012-03-06
* blkcg: move refcnt to blkcg coreTejun Heo2012-03-06
* blkcg: let blkcg core handle policy private data allocationTejun Heo2012-03-06
* blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-06
* blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo2012-03-06
* blkcg: kill the mind-bending blkg->devTejun Heo2012-03-06
* blkcg: don't allow or retain configuration of missing devicesTejun Heo2012-03-06
* blkcg: factor out blkio_group creationTejun Heo2012-03-06
* blkcg: use the usual get blkg path for root blkio_groupTejun Heo2012-03-06
* blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo2012-03-06
* blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo2012-03-06
* blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo2012-03-06
* blkcg: shoot down blkio_groups on elevator switchTejun Heo2012-03-06
* block: extend queue bypassing to cover blkcg policiesTejun Heo2012-03-06
* block: add blk_queue_dead()Tejun Heo2011-12-13
* blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe2011-10-25
* block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-19
* block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo2011-10-19
* block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo2011-10-19
* block: move blk_throtl prototypes to block/blk.hTejun Heo2011-10-19
* blk-throttle: correctly determine sync bioShaohua Li2011-08-01
* blk-throttle: Make total_nr_queued unsignedJoe Perches2011-06-13
* block: Add __attribute__((format(printf...) and fix falloutJoe Perches2011-06-13
* blk-throttle: Make no throttling rule group processing locklessVivek Goyal2011-05-20
* blk-throttle: Make dispatch stats per cpuVivek Goyal2011-05-20
* blk-throttle: Free up a group only after one rcu grace periodVivek Goyal2011-05-20
* blk-throttle: Use helper function to add root throtl group to listsVivek Goyal2011-05-20
* blk-throttle: Introduce a helper function to fill in device detailsVivek Goyal2011-05-20
* blk-throttle: Dynamically allocate root groupVivek Goyal2011-05-20
* blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal2011-05-20
* blk-throttle: Do the new group initialization with the help of a functionVivek Goyal2011-05-20
* blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal2011-05-16
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-07
|\
| * Fix common misspellingsLucas De Marchi2011-03-31
* | blk-throttle: don't call xchg on boolAndreas Schwab2011-04-05
|/
* blk-throttle: Reset group slice when limits are changedVivek Goyal2011-03-22
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * blk-throttle: Use blk_plug in throttle dispatchVivek Goyal2011-03-10
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | blk-throttle: Some cleanups and race fixes in limit update codeVivek Goyal2011-03-07