public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* IO controller Mini-Summit 2009
@ 2009-08-26 11:32 Ryo Tsuruta
  2009-09-11 11:16 ` Dhaval Giani
  2009-09-14  2:15 ` Mike Snitzer
  0 siblings, 2 replies; 12+ messages in thread
From: Ryo Tsuruta @ 2009-08-26 11:32 UTC (permalink / raw)
  To: linux-kernel, dm-devel, containers, virtualization, xen-devel
  Cc: ioband-devel, osonoi, kunai, corsetproject

Hi All,

As I have notified before, The 1st Linux IO controller Mini-Summit
will be held in Tokyo Japan on Oct 17 -- day before the 9th Linux
kernel summit. So I would like to propose the following topics for 
the mini-summit and discuss about them.

- Multiple IO controller development projects
  - There are two activities for the development of IO controller,
    Vivek's io-controller and dm-ioband. Do we have to pick one of
    them to put into the mainline? How to advance the development?

- Extensions of struct bio
  - Make a bio point to the io_context of a process which creates the
    I/O request. This allows to pass the IO scheduling class and
    priority information to IO controller even if the IO is submitted
    by another process which does not create the request, such as a
    worker thread.
  - Add a new flag to struct bio to identify the bio as urgent. This
    gives IO controller a chance to handle the bio as high priority.
    This flag should be set if the bio is created for the page-out
    operation.

- I/O tracking and charging policy
  - Which process, a page-requesting process or a page-returning
    process, should be charged for the I/O caused by page reclaim?
    We should consider two cases where the IO flushes anonymous pages
    and file mapped pages.

I think this is a good opportunity to meet face-to-face to discuss
about IO controller development. I would like to many developers to
join this mini-summit. Please visit the following URL for more
information about the mini-summit.
http://apps.sourceforge.net/trac/ioband/wiki/iosummit
If you would like to join the mini-summit, please e-mail to me or post
on the wiki page, 
(You need an account on SourceForge.net to edit the wiki page.)

All comments, questions, suggestions and anything else are appreciated.

Thanks,
Ryo Tsuruta

^ permalink raw reply	[flat|nested] 12+ messages in thread
* IO controller Mini-Summit 2009
@ 2009-10-14 12:24 Ryo Tsuruta, Ryo Tsuruta
  2009-10-14 17:55 ` Vivek Goyal
  0 siblings, 1 reply; 12+ messages in thread
From: Ryo Tsuruta, Ryo Tsuruta @ 2009-10-14 12:24 UTC (permalink / raw)
  To: linux-kernel, dm-devel, containers, virtualization, xen-devel

Hello,

I have summarized the topics for the IO controller mini-summit and
written the ideas seen in the mailing list.

- The place where IO controller should be implemented
  - Block layer in conjunction with the IO scheduler
  - Common layer right above the IO scheduler
  - CFQ enhancement.
  - Both block and common layer, users can select whichever controller
    they want.
  - VFS layer

- What kind of bandwidth control policies are needed?
  - Proportional weight
  - Enforcing upper limit
  - Minimum bandwidth guarantee

- How to handle buffered writes?
  - Add dirt-ratio in the memory controller
  - Add bufferred-write-cgroup to track buffered writebacks
  - A per group per bdi pdflush threads

- Who should be charged for swap activity?
  - who requests a page.
  - who has a page.
  - All swap activities are charged to the root group.

And I would also like to discuss about the followings.

- Extensions of struct bio
  - Make a bio point to the io_context of a process which creates the
    I/O request. This allows to pass the IO scheduling class and
    priority information to IO controller even if the IO is submitted
    by another process which does not create the request, such as a
    worker thread.
  - Add a new flag to struct bio to identify the bio as urgent. This
    gives IO controller a chance to handle the bio as high
    priority. This flag should be set if the bio is created for the
    page-out operation. 

- Common test methods to verify the functionality of IO controller.

Please give me comments and suggestions. I may be missing or
misunderstanding something.

Thanks,
Ryo Tsuruta

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

end of thread, other threads:[~2009-10-15 11:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26 11:32 IO controller Mini-Summit 2009 Ryo Tsuruta
2009-09-11 11:16 ` Dhaval Giani
2009-09-14  1:41   ` Ryo Tsuruta
2009-09-14  2:15 ` Mike Snitzer
2009-09-14 12:47   ` [dm-devel] " Ryo Tsuruta
  -- strict thread matches above, loose matches on Subject: below --
2009-10-14 12:24 Ryo Tsuruta, Ryo Tsuruta
2009-10-14 17:55 ` Vivek Goyal
2009-10-15  0:39   ` Fernando Luis Vázquez Cao
2009-10-15  1:42     ` Takuya Yoshikawa
2009-10-15  2:35       ` Ryo Tsuruta
2009-10-15  1:59   ` Ryo Tsuruta
2009-10-15 11:20     ` Ryo Tsuruta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox