| From: |
| =?ISO-8859-1?Q?S=E9bastien_Dugu=E9?= <sebastien.dugue@bull.net> |
| To: |
| linux-kernel <linux-kernel@vger.kernel.org> |
| Subject: |
| [PATCH -mm 0/4][AIO] - AIO completion signal notification v2 |
| Date: |
| Mon, 20 Nov 2006 15:17:00 +0100 |
| Cc: |
| linux-aio <linux-aio@kvack.org>, Andrew Morton <akpm@osdl.org>,
Suparna Bhattacharya <suparna@in.ibm.com>,
Christoph Hellwig <hch@infradead.org>,
Zach Brown <zach.brown@oracle.com>,
Badari Pulavarty <pbadari@us.ibm.com>,
Jean Pierre Dion <jean-pierre.dion@bull.net>,
Ulrich Drepper <drepper@redhat.com> |
| Archive-link: |
| Article,
Thread
|
Hi
Here is the latest rework of the AIO completion signal notification patches.
This set consists in 4 patches:
1. aio-header-fix-includes: fixes the double inclusion of uio.h in aio.h
2. export-good_sigevent: move good_sigevent into signal.c and export it
3. aio-notify-sig: the AIO completion signal notification
4. listio: adds listio support
Description are in the individual patches.
Changes from v1:
- cleanups suggested by Christoph Hellwig, Badari Pulavarty and Zach Brown
- added lisio patch
Comments are welcome as usual.
Thanks,
Sébastien.