All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] block: Per cpu merge stats and cfq fix
@ 2011-05-21  0:02 Vivek Goyal
  2011-05-21  0:02 ` [PATCH 1/3] cfq-iosched: Fix a memory leak of per cpu stats for root group Vivek Goyal
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Vivek Goyal @ 2011-05-21  0:02 UTC (permalink / raw)
  To: linux-kernel, axboe; +Cc: dpshah, namhyung, vgoyal

Hi Jens,

Here is the patch for making merge stats per cpu. While scanning the code
I also noticed that in one case I was not freeing up per cpu stats. First
patch fixes it. I also included Namhyung Kim's bio merge fix.

Thanks
Vivek

Vivek Goyal (3):
  cfq-iosched: Fix a memory leak of per cpu stats for root group
  cfq-iosched: Make IO merge related stats per cpu
  block: call elv_bio_merged() when merged

 block/blk-cgroup.c  |   22 +++++++++++++++++-----
 block/blk-cgroup.h  |    4 ++--
 block/blk-core.c    |    2 ++
 block/cfq-iosched.c |    5 +++++
 4 files changed, 26 insertions(+), 7 deletions(-)

-- 
1.7.4.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-05-23 13:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-21  0:02 [PATCH 0/3] block: Per cpu merge stats and cfq fix Vivek Goyal
2011-05-21  0:02 ` [PATCH 1/3] cfq-iosched: Fix a memory leak of per cpu stats for root group Vivek Goyal
2011-05-21  0:02 ` [PATCH 2/3] cfq-iosched: Make IO merge related stats per cpu Vivek Goyal
2011-05-21  0:02 ` [PATCH 3/3] block: call elv_bio_merged() when merged Vivek Goyal
2011-05-21  0:06 ` [PATCH 0/3] block: Per cpu merge stats and cfq fix Vivek Goyal
2011-05-23  8:04   ` Jens Axboe
2011-05-23 13:53     ` Namhyung Kim
2011-05-23 11:07   ` Namhyung Kim
2011-05-23  8:03 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.