public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2008-04-22 13:49 taka
  2008-04-22 13:51 ` [RFC][PATCH 1/10] I/O context inheritance Hirokazu Takahashi
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: taka @ 2008-04-22 13:49 UTC (permalink / raw)
  To: Jens Axboe

To agk@sourceware.org
cc: dm-devel@redhat.com, linux-kernel@vger.kernel.org
Subject: [RFC][PATCH 0/10] I/O context inheritance
From: Hirokazu Takahashi <taka@valinux.co.jp>
X-Mailer: Mew version 5.1.52 on Emacs 21.4 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,

This series of patches make the block I/O layer and the I/O schedulers
be able to determine the right io_context of every I/O.

The current implementation of the block I/O layer and the I/O schedulers
assume that the current process is the one which issued the given I/O,
then use the io_context of this process to control the I/O.
But this assumption isn't quite right because several kernel threads
will handle I/O requests on behalf of the processes which originated them.
This often happens when you want to use device mapper modules.

The patches make every bio has a pointer to an io_context, which will
be set when it is allocated or cloned. So it makes it possible to find
the right io_context from any bio at any place.

I'm waiting for your comments.

Thank you,
Hirokazu Takahashi.






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

end of thread, other threads:[~2008-04-23  3:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-22 13:49 taka
2008-04-22 13:51 ` [RFC][PATCH 1/10] I/O context inheritance Hirokazu Takahashi
2008-04-22 13:53 ` [RFC][PATCH 2/10] " Hirokazu Takahashi
2008-04-22 13:53 ` [RFC][PATCH 3/10] " Hirokazu Takahashi
2008-04-22 13:54 ` [RFC][PATCH 4/10] " Hirokazu Takahashi
2008-04-22 13:55 ` [RFC][PATCH 5/10] " Hirokazu Takahashi
2008-04-22 13:55 ` [RFC][PATCH 6/10] " Hirokazu Takahashi
2008-04-22 13:57 ` [RFC][PATCH 7/10] " Hirokazu Takahashi
2008-04-22 13:58 ` [RFC][PATCH 8/10] " Hirokazu Takahashi
2008-04-22 13:59 ` [RFC][PATCH 9/10] " Hirokazu Takahashi
2008-04-22 14:00 ` [RFC][PATCH 10/10] " Hirokazu Takahashi
2008-04-22 14:03 ` [RFC][PATCH 0/10] " Hirokazu Takahashi
2008-04-22 14:54   ` Jens Axboe
2008-04-22 18:10     ` [dm-devel] " Dan Williams
2008-04-23  3:27       ` Hirokazu Takahashi

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