kill mm argument of vm_munmap()
[linux-flexiantxendom0-3.2.10.git] / fs / aio.c
2012-04-21 Al Virokill mm argument of vm_munmap()
2012-04-21 Al Viroaio: don't bother with unmapping when aio_free_ring...
2012-04-21 Linus TorvaldsVM: add "vm_munmap()" helper function
2012-03-31 Al Viroaio: take final put_ioctx() into callers of io_destroy()
2012-03-31 Al Viroaio: merge aio_cancel_all() with wait_for_all_aios()
2012-03-24 Linus TorvaldsMerge tag 'module-for-3.4' of git://git./linux/kernel...
2012-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-03-21 Al Viroaio: fix the comment in aio_kick_handler()
2012-03-21 Al Viroaio: don't bother with cancel_delayed_work() in exit_aio()
2012-03-21 Al Viroaio: use cancel_delayed_work_sync()
2012-03-21 Al Viroaio: aio_nr_lock is taken only synchronously now
2012-03-21 Al Viroaio: aio_nr decrements don't need to be delayed
2012-03-21 Al Viroaio: don't bother with async freeing on failure in...
2012-03-20 Cong Wangfs: remove the second argument of k[un]map_atomic()
2012-03-10 Al Viroaio: fix the "too late munmap()" race
2012-03-10 Al Viroaio: fix io_setup/io_destroy race
2012-03-05 Jeff Moyeraio: wake up waiters when freeing unused kiocbs
2012-02-29 Paul Gortmakerfs: reduce the use of module.h wherever possible
2012-01-14 Gleb NatapovUnused iocbs in a batch should not be accounted as...
2011-11-02 Jeff Moyeraio: allocate kiocbs in batches
2011-11-01 Christopher YeohCross Memory Attach
2011-03-24 Linus TorvaldsMerge branch 'for-2.6.39/core' of git://git.kernel...
2011-03-23 Roland Dreieraio: wake all waiters when destroying ctx
2011-03-16 Linus TorvaldsMerge branch 'for-2.6.39' of git://git./linux/kernel...
2011-03-10 Jens AxboeMerge branch 'for-2.6.39/stack-plug' into for-2.6.39...
2011-03-10 Jens Axboeaio: remove request submission batching
2011-03-10 Shaohua Lifs: make aio plug
2011-03-10 Jens Axboeblock: remove per-queue plugging
2011-02-25 Jan Karaaio: fix race between io_destroy() and io_submit()
2011-02-25 Nick Pigginaio: fix rcu ioctx lookup
2011-01-26 Tejun Heofs/aio: aio_wq isn't used in memory reclaim path
2011-01-17 Namhyung Kimaio: check return value of create_workqueue()
2011-01-13 Jeff Moyeraio: remove unused aio_run_iocbs()
2011-01-13 Namhyung Kimaio: remove unnecessary check
2010-10-26 Al Vironew helper: ihold()
2010-10-26 Chris Masonaio: bump i_count instead of using igrab
2010-09-23 Jan Karaaio: do not return ERESTARTSYS as a result of AIO
2010-09-15 Jeff Moyeraio: check for multiplication overflow in do_io_submit
2010-08-05 Satoru Takeuchiaio: fix wrong subsystem comments
2010-05-28 Al Viroget rid of the magic around f_count in aio
2010-05-27 Jeff Moyeraio: fix the compat vectored operations
2009-12-16 Shaohua Liaio: remove unused field
2009-10-29 Jens Axboeblock: move bdi/address_space unplug functions to backi...
2009-10-28 Jeff Moyeraio: implement request batching
2009-09-23 H Hartley Sweetenaio.c: move EXPORT* macros to line after function
2009-09-22 Michael S. Tsirkinmm: move use_mm/unuse_mm from aio.c to mm/
2009-07-01 Davide Libenzieventfd: revised interface and cleanups
2009-03-19 Jeff Moyeraio: lookup_ioctx can return the wrong value when looki...
2009-03-19 Davide Libenzieventfd: remove fput() call from possible IRQ context
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 16
2008-12-29 Jens Axboeaio: make the lookup_ioctx() lockless
2008-07-27 Al Viro[PATCH] f_count may wrap around
2008-07-25 Oleg Nesterovkill PF_BORROWED_MM in favour of PF_KTHREAD
2008-06-06 Oleg Nesterovuml: activate_mm: remove the dead PF_BORROWED_MM check
2008-04-30 Thomas Gleixnerdebugobjects: add timer specific object debugging code
2008-04-29 Jeff Moyeraio: fix misleading comments
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-29 Adrian Bunkfs/aio.c: make 3 functions static
2008-04-28 Jeff Moyeraio: io_getevents() should return if io_destroy() is...
2008-04-11 Davide Libenzieventfd/kaio integration fix
2008-04-11 Roland McGrathasmlinkage_protect sys_io_getevents
2008-03-20 Quentin Barnesaio: bad AIO race in aio_complete() leads to process...
2008-02-08 Rusty Russellaio: negative offset should return -EINVAL
2008-02-08 Rusty Russellaio: partial write should not return error code
2008-02-08 Harvey Harrisonfs: remove fastcall, it is always empty
2008-01-30 Harvey Harrisoncore: remove last users of empty FASTCALL macro
2007-12-05 Jeff Moyeraio: only account I/O wait time in read_events if there...
2007-10-18 Alexey DobriyanRemove struct task_struct::io_wait
2007-10-17 Jeff Moyeraio: account I/O wait time properly
2007-10-08 Yan ZhengAIO: fix cleanup in io_submit_one(...)
2007-05-11 Davide Libenzisignal/timer/event: KAIO eventfd support example
2007-05-09 Oleg Nesterovunify flush_work/flush_work_keventd and rename it to...
2007-05-09 Andrew Mortonaio: use flush_work()
2007-05-07 Christoph LameterKMEM_CACHE(): simplify slab cache creation
2007-03-28 Zach Brown[PATCH] aio: remove bare user-triggerable error printk
2007-02-11 Robert P. J. Day[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_...
2007-02-11 Robert P. J. Day[PATCH] Remove final references to deprecated "MAP_ANON...
2007-02-03 Ken Chen[PATCH] aio: fix buggy put_ioctx call in aio_complete...
2006-12-30 Zach Brown[PATCH] Fix lock inversion aio_kick_handler()
2006-12-13 Jeremy Fitzhardinge[PATCH] Use activate_mm() in fs/aio.c:use_mm()
2006-12-07 Benjamin LaHaise[PATCH] aio: remove ki_retried debugging member
2006-12-07 Chen, Kenneth W[PATCH] aio: kill pointless ki_nbytes assignment in...
2006-12-07 Christoph Lameter[PATCH] slab: remove kmem_cache_t
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-11-30 Eric SesterhennBUG_ON conversion for fs/aio.c
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-10-03 Zach Brown[PATCH] pr_debug: aio: use size_t length modifier in...
2006-10-01 Badari Pulavarty[PATCH] Add vector AIO support
2006-10-01 Badari Pulavarty[PATCH] Vectorize aio_read/aio_write fileop methods
2006-06-26 Andreas Mohrspelling fixes
2006-06-23 Oleg Nesterov[PATCH] list: use list_replace_init() instead of list_s...
2006-03-25 Oliver Neukum[PATCH] use kzalloc and kcalloc in core fs code
2006-01-09 Nick Piggin[PATCH] rcu file: use atomic primitives
2005-11-14 Zach Brown[PATCH] aio: replace locking comments with assert_spin_...
2005-11-14 Zach Brown[PATCH] aio: remove kioctx from mm_struct
2005-11-07 Zach Brown[PATCH] aio: remove aio_max_nr accounting race
2005-10-23 Kostik Belousov[PATCH] aio syscalls are not checked by lsm
2005-10-18 Zach Brown[PATCH] aio: revert lock_kiocb()
2005-09-30 Zach Brown[PATCH] aio: avoid extra aio_{read,write} call when...
next