aboutsummaryrefslogtreecommitdiff
path: root/include/linux/aio.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-22aio: move aio sysctl to aio.cGravatar Xiaoming Ni 1-4/+0
2018-05-26aio: simplify KIOCB_KEY handlingGravatar Christoph Hellwig 1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-12-22move aio compat to fs/aio.cGravatar Al Viro 1-5/+0
2015-03-25fs: move struct kiocb to fs.hGravatar Christoph Hellwig 1-30/+1
2015-03-13fs: split generic and aio kiocbGravatar Christoph Hellwig 1-40/+6
2015-03-13fs: don't allow to complete sync iocbs through aio_completeGravatar Christoph Hellwig 1-4/+0
2015-03-12fs: remove ki_nbytesGravatar Christoph Hellwig 1-1/+0
2013-07-30aio: Kill ki_dtorGravatar Kent Overstreet 1-1/+0
2013-07-30aio: Kill ki_usersGravatar Kent Overstreet 1-5/+0
2013-07-30aio: Kill unneeded kiocb membersGravatar Kent Overstreet 1-9/+2
2013-07-30aio: Kill aio_rw_vect_retry()Gravatar Kent Overstreet 1-2/+0
2013-07-30aio: io_cancel() no longer returns the io_eventGravatar Kent Overstreet 1-1/+1
2013-05-07aio: kill ki_retryGravatar Kent Overstreet 1-26/+0
2013-05-07aio: kill ki_keyGravatar Kent Overstreet 1-5/+4
2013-05-07aio: kill batch allocationGravatar Kent Overstreet 1-1/+0
2013-05-07aio: use cancellation list lazilyGravatar Kent Overstreet 1-9/+18
2013-05-07aio: make aio_put_req() locklessGravatar Kent Overstreet 1-2/+2
2013-05-07aio: move private stuff out of aio.hGravatar Kent Overstreet 1-61/+0
2013-05-07aio: kill return value of aio_complete()Gravatar Kent Overstreet 1-4/+4
2013-05-07aio: remove retry-based AIOGravatar Zach Brown 1-22/+0
2013-05-07aio: remove dead code from aio.hGravatar Zach Brown 1-24/+0
2012-07-30include/linux/aio.h: cpp->C conversionsGravatar Andrew Morton 1-18/+20
2012-07-05aio: make kiocb->private NUll in init_sync_kiocb()Gravatar Junxiao Bi 1-0/+1
2011-11-02aio: allocate kiocbs in batchesGravatar Jeff Moyer 1-0/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-05-27aio: fix the compat vectored operationsGravatar Jeff Moyer 1-0/+5
2009-12-16aio: remove unused fieldGravatar Shaohua Li 1-4/+0
2009-09-20includecheck fix: include/linux, aio.hGravatar Jaswinder Singh Rajput 1-2/+0
2009-06-30eventfd: revised interface and cleanupsGravatar Davide Libenzi 1-2/+2
2008-12-29aio: make the lookup_ioctx() locklessGravatar Jens Axboe 1-1/+4
2008-10-16Configure out AIO supportGravatar Thomas Petazzoni 1-0/+9
2008-07-26include/linux/aio.h: removed duplicated includeGravatar Huang Weiyi 1-1/+0
2008-04-29fs/aio.c: make 3 functions staticGravatar Adrian Bunk 1-19/+0
2008-02-19fs/block_dev.c: remove #if 0'ed codeGravatar Adrian Bunk 1-1/+0
2008-02-13include/linux: Remove all users of FASTCALL() macroGravatar Harvey Harrison 1-10/+10
2007-10-18Remove struct task_struct::io_waitGravatar Alexey Dobriyan 1-12/+0
2007-07-19AIO sparse fix (type of ki_flags)Gravatar David Brownell 1-1/+1
2007-05-11signal/timer/event: KAIO eventfd support exampleGravatar Davide Libenzi 1-0/+6
2007-05-09aio is unlikelyGravatar Andrew Morton 1-1/+2
2006-12-13[PATCH] optimize o_direct on block devicesGravatar Chen, Kenneth W 1-0/+1
2006-12-07[PATCH] aio: remove ki_retried debugging memberGravatar Benjamin LaHaise 1-2/+0
2006-11-22WorkStruct: Separate delayable and non-delayable events.Gravatar David Howells 1-1/+1
2006-10-01[PATCH] clean up unused kiocb variablesGravatar Chen, Kenneth W 1-2/+0
2006-10-01[PATCH] Add vector AIO supportGravatar Badari Pulavarty 1-0/+4
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsGravatar Badari Pulavarty 1-0/+2
2006-10-01[PATCH] Remove BUG_ON(unlikely) in include/linux/aio.hGravatar Rolf Eike Beer 1-2/+2
2006-01-08[PATCH] aio: reorder kiocb structure elements to make sync iocb setup fasterGravatar Benjamin LaHaise 1-5/+7
2005-11-13[PATCH] aio: don't ref kioctx after decref in put_ioctxGravatar Zach Brown 1-2/+9
2005-11-13[PATCH] aio: remove kioctx from mm_structGravatar Zach Brown 1-1/+1