summaryrefslogtreecommitdiff
path: root/include/linux/aio.h
AgeCommit message (Expand)Author
2006-01-08[PATCH] aio: reorder kiocb structure elements to make sync iocb setup fasterBenjamin LaHaise
2005-11-13[PATCH] aio: don't ref kioctx after decref in put_ioctxZach Brown
2005-11-13[PATCH] aio: remove kioctx from mm_structZach Brown
2005-11-07[PATCH] aio: remove aio_max_nr accounting raceZach Brown
2005-10-17[PATCH] aio: revert lock_kiocb()Zach Brown
2005-09-30[PATCH] aio: remove unlocked task_list test and resulting raceZach Brown
2004-08-25[PATCH] annotation of ki_bufAlexander Viro
2004-08-23[PATCH] AIO: retry infrastructure fixes and enhancementsSuparna Bhattacharya
2004-06-27[AIO]: kiocb->private is too large for kiocb's on-stack.William Lee Irwin III
2004-06-04[AIO]: Split ki_user_obj into a 2 member union.David S. Miller
2004-05-29[PATCH] sparse: aio annotationAlexander Viro
2004-03-30Add __user pointer annotationsLinus Torvalds
2004-02-18[PATCH] aio sysctl parmsAndrew Morton
2003-06-04[PATCH] aio: small cleanupsAndrew Morton
2003-05-25[PATCH] ppc64: Fix some PPC64 compile warningsAndrew Morton
2003-03-24[PATCH] aio compat patchesAndi Kleen
2003-03-16[PATCH] kiocbClear should use clear_bit instead of set_bitAndrew Morton
2002-10-03adapt aio kick changes to ingo's work queuesBenjamin LaHaise
2002-10-01create support for iocb kicking, where a retry operation gets triggered in th...Benjamin LaHaise
2002-09-30several minor bugfixes for the aio coreBenjamin LaHaise
2002-09-24several updates for testing aio_{read,write}Benjamin LaHaise
2002-09-13[PATCH] Use a sync iocb for generic_file_readAndrew Morton
2002-08-21add aio coreBenjamin LaHaise