aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/aio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-22move aio compat to fs/aio.cAl Viro1-5/+0
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-30/+1
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-40/+6
2015-03-13fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig1-4/+0
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-1/+0
2013-07-30aio: Kill ki_dtorKent Overstreet1-1/+0
2013-07-30aio: Kill ki_usersKent Overstreet1-5/+0
2013-07-30aio: Kill unneeded kiocb membersKent Overstreet1-9/+2
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet1-2/+0
2013-07-30aio: io_cancel() no longer returns the io_eventKent Overstreet1-1/+1
2013-05-07aio: kill ki_retryKent Overstreet1-26/+0
2013-05-07aio: kill ki_keyKent Overstreet1-5/+4
2013-05-07aio: kill batch allocationKent Overstreet1-1/+0
2013-05-07aio: use cancellation list lazilyKent Overstreet1-9/+18
2013-05-07aio: make aio_put_req() locklessKent Overstreet1-2/+2
2013-05-07aio: move private stuff out of aio.hKent Overstreet1-61/+0
2013-05-07aio: kill return value of aio_complete()Kent Overstreet1-4/+4
2013-05-07aio: remove retry-based AIOZach Brown1-22/+0
2013-05-07aio: remove dead code from aio.hZach Brown1-24/+0
2012-07-30include/linux/aio.h: cpp->C conversionsAndrew Morton1-18/+20
2012-07-05aio: make kiocb->private NUll in init_sync_kiocb()Junxiao Bi1-0/+1
2011-11-02aio: allocate kiocbs in batchesJeff Moyer1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-05-27aio: fix the compat vectored operationsJeff Moyer1-0/+5
2009-12-16aio: remove unused fieldShaohua Li1-4/+0
2009-09-20includecheck fix: include/linux, aio.hJaswinder Singh Rajput1-2/+0
2009-06-30eventfd: revised interface and cleanupsDavide Libenzi1-2/+2
2008-12-29aio: make the lookup_ioctx() locklessJens Axboe1-1/+4
2008-10-16Configure out AIO supportThomas Petazzoni1-0/+9
2008-07-26include/linux/aio.h: removed duplicated includeHuang Weiyi1-1/+0
2008-04-29fs/aio.c: make 3 functions staticAdrian Bunk1-19/+0
2008-02-19fs/block_dev.c: remove #if 0'ed codeAdrian Bunk1-1/+0
2008-02-13include/linux: Remove all users of FASTCALL() macroHarvey Harrison1-10/+10
2007-10-18Remove struct task_struct::io_waitAlexey Dobriyan1-12/+0
2007-07-19AIO sparse fix (type of ki_flags)David Brownell1-1/+1
2007-05-11signal/timer/event: KAIO eventfd support exampleDavide Libenzi1-0/+6
2007-05-09aio is unlikelyAndrew Morton1-1/+2
2006-12-13[PATCH] optimize o_direct on block devicesChen, Kenneth W1-0/+1
2006-12-07[PATCH] aio: remove ki_retried debugging memberBenjamin LaHaise1-2/+0
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-1/+1
2006-10-01[PATCH] clean up unused kiocb variablesChen, Kenneth W1-2/+0
2006-10-01[PATCH] Add vector AIO supportBadari Pulavarty1-0/+4
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-0/+2
2006-10-01[PATCH] Remove BUG_ON(unlikely) in include/linux/aio.hRolf Eike Beer1-2/+2
2006-01-08[PATCH] aio: reorder kiocb structure elements to make sync iocb setup fasterBenjamin LaHaise1-5/+7
2005-11-13[PATCH] aio: don't ref kioctx after decref in put_ioctxZach Brown1-2/+9
2005-11-13[PATCH] aio: remove kioctx from mm_structZach Brown1-1/+1
2005-11-07[PATCH] aio: remove aio_max_nr accounting raceZach Brown1-2/+3
2005-10-17[PATCH] aio: revert lock_kiocb()Zach Brown1-1/+6
2005-09-30[PATCH] aio: remove unlocked task_list test and resulting raceZach Brown1-0/+34