aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-throttle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-01blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macrosTejun Heo1-8/+4
2012-04-01blkcg: pass around pd->pdata instead of pd itself in prfill functionsTejun Heo1-12/+9
2012-04-01blkcg: move blkio_group_conf->iops and ->bps to blk-throttleTejun Heo1-95/+58
2012-04-01blkcg: move blkio_group_stats_cpu and friends to blk-throttle.cTejun Heo1-15/+113
2012-04-01blkcg: cfq doesn't need per-cpu dispatch statsTejun Heo1-1/+30
2012-04-01blkcg: move statistics update code to policiesTejun Heo1-7/+30
2012-04-01blkcg: move conf/stat file handling code to policiesTejun Heo1-29/+134
2012-04-01blkcg: remove unused @pol and @plid parametersTejun Heo1-4/+3
2012-03-06block: make blk-throttle preserve the issuing task on delayed biosTejun Heo1-0/+4
2012-03-06block: make block cgroup policies follow bio task associationTejun Heo1-1/+1
2012-03-06blkcg: drop unnecessary RCU lockingTejun Heo1-32/+1
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo1-6/+3
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo1-97/+2
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo1-26/+23
2012-03-06blkcg: don't use blkg->plid in stat related functionsTejun Heo1-1/+3
2012-03-06blkcg: move refcnt to blkcg coreTejun Heo1-54/+4
2012-03-06blkcg: let blkcg core handle policy private data allocationTejun Heo1-39/+40
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo1-3/+0
2012-03-06blkcg: let blkio_group point to blkio_cgroup directlyTejun Heo1-0/+3
2012-03-06blkcg: kill the mind-bending blkg->devTejun Heo1-49/+2
2012-03-06blkcg: don't allow or retain configuration of missing devicesTejun Heo1-4/+4
2012-03-06blkcg: factor out blkio_group creationTejun Heo1-103/+52
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo1-9/+9
2012-03-06blkcg: use q and plid instead of opaque void * for blkio_group associationTejun Heo1-27/+23
2012-03-06blkcg: update blkg get functions take blkio_cgroup as parameterTejun Heo1-9/+7
2012-03-06blkcg: move rcu_read_lock() outside of blkio_group get functionsTejun Heo1-12/+6
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo1-2/+25
2012-03-06block: extend queue bypassing to cover blkcg policiesTejun Heo1-2/+2
2011-12-14block: add blk_queue_dead()Tejun Heo1-2/+2
2011-10-25blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe1-1/+1
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdownTejun Heo1-6/+44
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo1-32/+17
2011-10-19block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo1-7/+1
2011-10-19block: move blk_throtl prototypes to block/blk.hTejun Heo1-0/+1
2011-08-01blk-throttle: correctly determine sync bioShaohua Li1-2/+2
2011-06-13blk-throttle: Make total_nr_queued unsignedJoe Perches1-4/+4
2011-06-13block: Add __attribute__((format(printf...) and fix falloutJoe Perches1-2/+2
2011-05-20blk-throttle: Make no throttling rule group processing locklessVivek Goyal1-4/+49
2011-05-20blk-throttle: Make dispatch stats per cpuVivek Goyal1-0/+9
2011-05-20blk-throttle: Free up a group only after one rcu grace periodVivek Goyal1-1/+21
2011-05-20blk-throttle: Use helper function to add root throtl group to listsVivek Goyal1-3/+1
2011-05-20blk-throttle: Introduce a helper function to fill in device detailsVivek Goyal1-12/+23
2011-05-20blk-throttle: Dynamically allocate root groupVivek Goyal1-15/+12
2011-05-20blk-cgroup: Allow sleeping while dynamically allocating a groupVivek Goyal1-33/+108
2011-05-20blk-throttle: Do the new group initialization with the help of a functionVivek Goyal1-29/+35
2011-05-16blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroupVivek Goyal1-5/+4
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-05blk-throttle: don't call xchg on boolAndreas Schwab1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-22blk-throttle: Reset group slice when limits are changedVivek Goyal1-1/+24