summaryrefslogtreecommitdiffstats
path: root/include/linux/aio.h
Commit message (Expand)AuthorAgeFilesLines
* move aio compat to fs/aio.cAl Viro2016-12-221-5/+0
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-30/+1
* fs: split generic and aio kiocbChristoph Hellwig2015-03-131-40/+6
* fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-4/+0
* fs: remove ki_nbytesChristoph Hellwig2015-03-121-1/+0
* aio: Kill ki_dtorKent Overstreet2013-07-301-1/+0
* aio: Kill ki_usersKent Overstreet2013-07-301-5/+0
* aio: Kill unneeded kiocb membersKent Overstreet2013-07-301-9/+2
* aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-2/+0
* aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-301-1/+1
* aio: kill ki_retryKent Overstreet2013-05-071-26/+0
* aio: kill ki_keyKent Overstreet2013-05-071-5/+4
* aio: kill batch allocationKent Overstreet2013-05-071-1/+0
* aio: use cancellation list lazilyKent Overstreet2013-05-071-9/+18
* aio: make aio_put_req() locklessKent Overstreet2013-05-071-2/+2
* aio: move private stuff out of aio.hKent Overstreet2013-05-071-61/+0
* aio: kill return value of aio_complete()Kent Overstreet2013-05-071-4/+4
* aio: remove retry-based AIOZach Brown2013-05-071-22/+0
* aio: remove dead code from aio.hZach Brown2013-05-071-24/+0
* include/linux/aio.h: cpp->C conversionsAndrew Morton2012-07-301-18/+20
* aio: make kiocb->private NUll in init_sync_kiocb()Junxiao Bi2012-07-051-0/+1
* aio: allocate kiocbs in batchesJeff Moyer2011-11-021-0/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* aio: fix the compat vectored operationsJeff Moyer2010-05-271-0/+5
* aio: remove unused fieldShaohua Li2009-12-161-4/+0
* includecheck fix: include/linux, aio.hJaswinder Singh Rajput2009-09-201-2/+0
* eventfd: revised interface and cleanupsDavide Libenzi2009-06-301-2/+2
* aio: make the lookup_ioctx() locklessJens Axboe2008-12-291-1/+4
* Configure out AIO supportThomas Petazzoni2008-10-161-0/+9
* include/linux/aio.h: removed duplicated includeHuang Weiyi2008-07-261-1/+0
* fs/aio.c: make 3 functions staticAdrian Bunk2008-04-291-19/+0
* fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2008-02-191-1/+0
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-131-10/+10
* Remove struct task_struct::io_waitAlexey Dobriyan2007-10-181-12/+0
* AIO sparse fix (type of ki_flags)David Brownell2007-07-191-1/+1
* signal/timer/event: KAIO eventfd support exampleDavide Libenzi2007-05-111-0/+6
* aio is unlikelyAndrew Morton2007-05-091-1/+2
* [PATCH] optimize o_direct on block devicesChen, Kenneth W2006-12-131-0/+1
* [PATCH] aio: remove ki_retried debugging memberBenjamin LaHaise2006-12-071-2/+0
* WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-1/+1
* [PATCH] clean up unused kiocb variablesChen, Kenneth W2006-10-011-2/+0
* [PATCH] Add vector AIO supportBadari Pulavarty2006-10-011-0/+4
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-011-0/+2
* [PATCH] Remove BUG_ON(unlikely) in include/linux/aio.hRolf Eike Beer2006-10-011-2/+2
* [PATCH] aio: reorder kiocb structure elements to make sync iocb setup fasterBenjamin LaHaise2006-01-081-5/+7
* [PATCH] aio: don't ref kioctx after decref in put_ioctxZach Brown2005-11-131-2/+9
* [PATCH] aio: remove kioctx from mm_structZach Brown2005-11-131-1/+1
* [PATCH] aio: remove aio_max_nr accounting raceZach Brown2005-11-071-2/+3
* [PATCH] aio: revert lock_kiocb()Zach Brown2005-10-171-1/+6
* [PATCH] aio: remove unlocked task_list test and resulting raceZach Brown2005-09-301-0/+34