All of lore.kernel.org
 help / color / mirror / Atom feed
* Pending AIO work/patches
@ 2005-06-20 12:01 Suparna Bhattacharya
  2005-06-20 13:13 ` Trond Myklebust
                   ` (5 more replies)
  0 siblings, 6 replies; 26+ messages in thread
From: Suparna Bhattacharya @ 2005-06-20 12:01 UTC (permalink / raw)
  To: linux-aio; +Cc: linux-kernel, bcrl, wli, zab, mason, ysaito


Since AIO development is gaining momentum once again, ocfs2 and
samba both appear to be using AIO, NFS needs async semaphores etc,
there appears to be an increase in interest in straightening out some
of the pending work in this area. So this seems like a good
time to re-post some of those patches for discussion and decision.

Just to help sync up, here is an initial list based on the pieces
that have been in progress with patches in existence (please feel free
to add/update ones I missed or reflected inaccurately here):

(1) Updating AIO to use wait-bit based filtered wakeups (me/wli)
	Status: Updated to 2.6.12-rc6, needs review
(2) Buffered filesystem AIO read/write (me/Ben)
	Status: aio write: Updated to 2.6.12-rc6, needs review
	Status: aio read : Needs rework against readahead changes in mainline
(3) POSIX AIO support (Bull: Laurent/Sebastian or Oracle: Joel)
	Status: Needs review and discussion ?
(4) AIO for pipes (Chris Mason)
	Status: Needs update to latest kernels
(5) Asynchronous semaphore implementation (Ben/Trond?)
	Status: Posted - under development & discussion
(6) epoll - AIO integration (Zach Brown/Feng Zhou/wli)
	Status: Needs resurrection ?
(7) Vector AIO (aio readv/writev) (Yasushi Saito)
	Status: Needs resurrection ?

On my part, I'll start by re-posting (1) for discussion, and then
move to (2).

Regards
Suparna

-- 
Suparna Bhattacharya (suparna@in.ibm.com)
Linux Technology Center
IBM Software Lab, India


^ permalink raw reply	[flat|nested] 26+ messages in thread
* [PATCH 0/6] AIO wait bit support
@ 2004-11-03  9:10 Suparna Bhattacharya
  2004-11-03  9:14 ` [PATCH 2/6] Rename __lock_page to lock_page_slow Suparna Bhattacharya
  0 siblings, 1 reply; 26+ messages in thread
From: Suparna Bhattacharya @ 2004-11-03  9:10 UTC (permalink / raw)
  To: linux-aio, linux-kernel, akpm, wli


The series of patches that follow integrate AIO with 
William Lee Irwin's wait bit changes, to support asynchronous
page waits.

[1] modify-wait-bit-action-args.patch
	Add a wait queue arg to the wait_bit action() routine

[2] lock_page_slow.patch
	Rename __lock_page to lock_page_slow

[3] init-wait-bit-key.patch
	Interfaces to init and to test wait bit key

[4] tsk-default-io-wait.patch
	Add default io wait bit field in task struct

[5] aio-wait-bit.patch
	AIO wake bit and AIO wait bit

[6] aio-wait-page.patch
	AIO wait page and lock page

Regards
Suparna

-- 
Suparna Bhattacharya (suparna@in.ibm.com)
Linux Technology Center
IBM Software Lab, India


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

end of thread, other threads:[~2005-07-26  1:01 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-20 12:01 Pending AIO work/patches Suparna Bhattacharya
2005-06-20 13:13 ` Trond Myklebust
2005-06-20 14:32 ` Sébastien Dugué
2005-06-20 16:01 ` [PATCH 0/6] Integrate AIO with wait-bit based filtered wakeups Suparna Bhattacharya
2005-06-20 16:20   ` [PATCH 1/6] Add a wait queue argument to wait_bit action() Suparna Bhattacharya
2005-06-20 16:24   ` [PATCH 2/6] Rename __lock_page to lock_page_slow Suparna Bhattacharya
2005-06-28 16:52     ` Zach Brown
2005-06-29  9:51       ` Suparna Bhattacharya
2005-07-24 22:17     ` Christoph Hellwig
2005-07-24 22:36       ` Christoph Hellwig
2005-07-26  1:10         ` Suparna Bhattacharya
2005-06-20 16:28   ` [PATCH 3/6] Interfaces to initialize and to test a wait_bit key Suparna Bhattacharya
2005-06-20 16:30   ` [PATCH 4/6] Add default io wait bit field in task struct Suparna Bhattacharya
2005-06-20 16:33   ` [PATCH 5/6] AIO wait bit and AIO wake bit for filtered wakeups Suparna Bhattacharya
2005-06-20 16:36   ` [PATCH 6/6] AIO wait page and AIO lock page Suparna Bhattacharya
2005-06-30 15:49   ` [PATCH 0/6] Integrate AIO with wait-bit based filtered wakeups Sébastien Dugué
2005-07-01  7:37     ` Suparna Bhattacharya
2005-06-20 18:10 ` Pending AIO work/patches Benjamin LaHaise
2005-06-20 18:51   ` Zach Brown
2005-06-21  7:36   ` Sébastien Dugué
2005-06-21 19:03 ` William Lee Irwin III
2005-06-24 10:49 ` [PATCH 0/2] Buffered filesystem AIO read/write Suparna Bhattacharya
2005-06-24 11:21   ` [PATCH 1/2] Filesystem AIO read Suparna Bhattacharya
2005-06-24 11:40   ` [PATCH 2/2] Filesystem AIO write Suparna Bhattacharya
2005-06-24 16:10   ` [PATCH 0/2] Buffered filesystem AIO read/write Jeremy Allison
  -- strict thread matches above, loose matches on Subject: below --
2004-11-03  9:10 [PATCH 0/6] AIO wait bit support Suparna Bhattacharya
2004-11-03  9:14 ` [PATCH 2/6] Rename __lock_page to lock_page_slow Suparna Bhattacharya

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.