summaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c
Commit message (Expand)AuthorAgeFilesLines
* blkcg: drop unnecessary RCU lockingTejun Heo2012-03-061-32/+1
* blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-061-6/+3
* blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo2012-03-061-97/+2
* blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo2012-03-061-26/+23
* blkcg: don't use blkg->plid in stat related functionsTejun Heo2012-03-061-1/+3
* blkcg: move refcnt to blkcg coreTejun Heo2012-03-061-54/+4
* blkcg: let blkcg core handle policy private data allocationTejun Heo2012-03-061-39/+40
* blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-061-3/+0
* blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo2012-03-061-0/+3
* blkcg: kill the mind-bending blkg->devTejun Heo2012-03-061-49/+2
* blkcg: don't allow or retain configuration of missing devicesTejun Heo2012-03-061-4/+4
* blkcg: factor out blkio_group creationTejun Heo2012-03-061-103/+52
* blkcg: use the usual get blkg path for root blkio_groupTejun Heo2012-03-061-9/+9
* blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo2012-03-061-27/+23
* blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo2012-03-061-9/+7
* blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo2012-03-061-12/+6
* blkcg: shoot down blkio_groups on elevator switchTejun Heo2012-03-061-2/+25
* block: extend queue bypassing to cover blkcg policiesTejun Heo2012-03-061-2/+2
* block: add blk_queue_dead()Tejun Heo2011-12-141-2/+2
* blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe2011-10-251-1/+1
* block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-191-6/+44
* block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo2011-10-191-32/+17
* block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo2011-10-191-7/+1
* block: move blk_throtl prototypes to block/blk.hTejun Heo2011-10-191-0/+1
* blk-throttle: correctly determine sync bioShaohua Li2011-08-011-2/+2
* blk-throttle: Make total_nr_queued unsignedJoe Perches2011-06-131-4/+4
* block: Add __attribute__((format(printf...) and fix falloutJoe Perches2011-06-131-2/+2
* blk-throttle: Make no throttling rule group processing locklessVivek Goyal2011-05-201-4/+49
* blk-throttle: Make dispatch stats per cpuVivek Goyal2011-05-201-0/+9
* blk-throttle: Free up a group only after one rcu grace periodVivek Goyal2011-05-201-1/+21
* blk-throttle: Use helper function to add root throtl group to listsVivek Goyal2011-05-201-3/+1
* blk-throttle: Introduce a helper function to fill in device detailsVivek Goyal2011-05-201-12/+23
* blk-throttle: Dynamically allocate root groupVivek Goyal2011-05-201-15/+12
* blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal2011-05-201-33/+108
* blk-throttle: Do the new group initialization with the help of a functionVivek Goyal2011-05-201-29/+35
* blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal2011-05-161-5/+4
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-071-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | blk-throttle: don't call xchg on boolAndreas Schwab2011-04-051-2/+2
|/
* blk-throttle: Reset group slice when limits are changedVivek Goyal2011-03-221-1/+24
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-1/+3
|\
| * blk-throttle: Use blk_plug in throttle dispatchVivek Goyal2011-03-101-0/+3
| * block: remove per-queue pluggingJens Axboe2011-03-101-1/+0
* | blk-throttle: Some cleanups and race fixes in limit update codeVivek Goyal2011-03-071-56/+40
* | blk-throttle: process limit change only through one functionVivek Goyal2011-03-071-7/+1
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-041-11/+18
|\ \
| * | blk-throttle: Do not use kblockd workqueue for throtl workVivek Goyal2011-03-011-11/+18
| |/
* | block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal2011-03-021-3/+3
|/
* blkio-throttle: Avoid calling blkiocg_lookup_group() for root groupVivek Goyal2011-01-191-1/+9
* blk-throttle: Correct the placement of smp_rmb()Vivek Goyal2010-12-011-14/+9
OpenPOWER on IntegriCloud