public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add kernel AIO support for POSIX AIO
@ 2005-07-28 15:46 Sébastien Dugué
  2005-07-29  6:54 ` Sébastien Dugué
  0 siblings, 1 reply; 2+ messages in thread
From: Sébastien Dugué @ 2005-07-28 15:46 UTC (permalink / raw)
  To: linux-aio kvack.org, linux-kernel@vger.kernel.org

  This set of patches adds functionality to the kernel AIO 
infrastructure to be used by user level libraries aiming at implementing
a POSIX compliant API on top of this kernel support.

  This patchset is comprised of 5 patches, each implementing a specific
functionality:

	- aiomaxevents: adds a sysctl variable for setting the default 
	  AIO context event ring size at runtime. This tunable is 
	  accessible via /proc/sys/fs/posix-aio-default-max-nr.

	- aioevent: adds support for request completion notification.

	- lioevent: adds support for list of requests completion 
	  notification.

	- liowait: adds support for the POSIX listio LIO_WAIT mechanism.

	- cancelfd: adds support for cancellation against a file 
	  descriptor.

 These patches apply cleanly on a vanilla 2.6.12 kernel tree and should 
be applied in the order shown before.

-- 
------------------------------------------------------

  Sébastien Dugué                BULL/FREC:B1-247
  phone: (+33) 476 29 77 70      Bullcom: 229-7770

  mailto:sebastien.dugue@bull.net

  Linux POSIX AIO: http://www.bullopensource.org/posix
  
------------------------------------------------------


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

* Re: [PATCH 0/5] Add kernel AIO support for POSIX AIO
  2005-07-28 15:46 [PATCH 0/5] Add kernel AIO support for POSIX AIO Sébastien Dugué
@ 2005-07-29  6:54 ` Sébastien Dugué
  0 siblings, 0 replies; 2+ messages in thread
From: Sébastien Dugué @ 2005-07-29  6:54 UTC (permalink / raw)
  To: linux-aio kvack.org; +Cc: linux-kernel@vger.kernel.org

On Thu, 2005-07-28 at 17:46 +0200, Sébastien Dugué wrote:
> infrastructure to be used by user level libraries aiming at implementing
> a POSIX compliant API on top of this kernel support.
> 
>   This patchset is comprised of 5 patches, each implementing a specific
> functionality:
> 
> 	- aiomaxevents: adds a sysctl variable for setting the default 
> 	  AIO context event ring size at runtime. This tunable is 
> 	  accessible via /proc/sys/fs/posix-aio-default-max-nr.
> 
> 	- aioevent: adds support for request completion notification.
> 
> 	- lioevent: adds support for list of requests completion 
> 	  notification.
> 
> 	- liowait: adds support for the POSIX listio LIO_WAIT mechanism.
> 
> 	- cancelfd: adds support for cancellation against a file 
> 	  descriptor.
> 
>  These patches apply cleanly on a vanilla 2.6.12 kernel tree and should 
> be applied in the order shown before.
> 


  Sorry forgot to credit Laurent Vivier as the main author of these
patches.

  Sébastien.

-- 
------------------------------------------------------

  Sébastien Dugué                BULL/FREC:B1-247
  phone: (+33) 476 29 77 70      Bullcom: 229-7770

  mailto:sebastien.dugue@bull.net

  Linux POSIX AIO: http://www.bullopensource.org/posix
  
------------------------------------------------------


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

end of thread, other threads:[~2005-07-29  6:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28 15:46 [PATCH 0/5] Add kernel AIO support for POSIX AIO Sébastien Dugué
2005-07-29  6:54 ` Sébastien Dugué

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