summaryrefslogtreecommitdiff
path: root/include/linux/aio.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* move aio compat to fs/aio.cAl Viro2016-12-22
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* fs: split generic and aio kiocbChristoph Hellwig2015-03-13
* fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-13
* fs: remove ki_nbytesChristoph Hellwig2015-03-12
* aio: Kill ki_dtorKent Overstreet2013-07-30
* aio: Kill ki_usersKent Overstreet2013-07-30
* aio: Kill unneeded kiocb membersKent Overstreet2013-07-30
* aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-30
* aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-30
* aio: kill ki_retryKent Overstreet2013-05-07
* aio: kill ki_keyKent Overstreet2013-05-07
* aio: kill batch allocationKent Overstreet2013-05-07
* aio: use cancellation list lazilyKent Overstreet2013-05-07
* aio: make aio_put_req() locklessKent Overstreet2013-05-07
* aio: move private stuff out of aio.hKent Overstreet2013-05-07
* aio: kill return value of aio_complete()Kent Overstreet2013-05-07
* aio: remove retry-based AIOZach Brown2013-05-07
* aio: remove dead code from aio.hZach Brown2013-05-07
* include/linux/aio.h: cpp->C conversionsAndrew Morton2012-07-30
* aio: make kiocb->private NUll in init_sync_kiocb()Junxiao Bi2012-07-05
* aio: allocate kiocbs in batchesJeff Moyer2011-11-02
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* aio: fix the compat vectored operationsJeff Moyer2010-05-27
* aio: remove unused fieldShaohua Li2009-12-16
* includecheck fix: include/linux, aio.hJaswinder Singh Rajput2009-09-20
* eventfd: revised interface and cleanupsDavide Libenzi2009-06-30
* aio: make the lookup_ioctx() locklessJens Axboe2008-12-29
* Configure out AIO supportThomas Petazzoni2008-10-16
* include/linux/aio.h: removed duplicated includeHuang Weiyi2008-07-26
* fs/aio.c: make 3 functions staticAdrian Bunk2008-04-29
* fs/block_dev.c: remove #if 0'ed codeAdrian Bunk2008-02-19
* include/linux: Remove all users of FASTCALL() macroHarvey Harrison2008-02-13
* Remove struct task_struct::io_waitAlexey Dobriyan2007-10-18
* AIO sparse fix (type of ki_flags)David Brownell2007-07-19
* signal/timer/event: KAIO eventfd support exampleDavide Libenzi2007-05-11
* aio is unlikelyAndrew Morton2007-05-09
* [PATCH] optimize o_direct on block devicesChen, Kenneth W2006-12-13
* [PATCH] aio: remove ki_retried debugging memberBenjamin LaHaise2006-12-07
* WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-22
* [PATCH] clean up unused kiocb variablesChen, Kenneth W2006-10-01
* [PATCH] Add vector AIO supportBadari Pulavarty2006-10-01
* [PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty2006-10-01
* [PATCH] Remove BUG_ON(unlikely) in include/linux/aio.hRolf Eike Beer2006-10-01
* [PATCH] aio: reorder kiocb structure elements to make sync iocb setup fasterBenjamin LaHaise2006-01-08
* [PATCH] aio: don't ref kioctx after decref in put_ioctxZach Brown2005-11-13
* [PATCH] aio: remove kioctx from mm_structZach Brown2005-11-13
* [PATCH] aio: remove aio_max_nr accounting raceZach Brown2005-11-07
* [PATCH] aio: revert lock_kiocb()Zach Brown2005-10-17