mmc: s3c6410: enable ADMA feature in 6410 sdhci controller
[safe/jmp/linux-2.6] / fs / aio.c
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...
2005-09-30 Zach Brown[PATCH] aio: remove unlocked task_list test and resulti...
2005-09-30 Zach Brown[PATCH] aio: lock around kiocbTryKick()
2005-09-17 Zach Brown[PATCH] Add smp_mb__after_clear_bit() to unlock_kiocb()
2005-09-09 Dipankar Sarma[PATCH] files: files struct with RCU
2005-09-09 Benjamin LaHaise[PATCH] aio: kiocb locking to serialise retry and cancel
2005-09-09 Wendy Cheng[PATCH] change io_cancel return code for no cancel...
2005-09-05 Paolo 'Blaisorblad... [PATCH] uml: fixes performance regression in activate_m...
2005-06-29 Sébastien Dugu[PATCH] aio-retry-fix: fix aio retry work queueing
2005-05-01 Ken Chen[PATCH] aio: optimize io_submit_one()
2005-05-01 Ken Chen[PATCH] aio: clean up debug code
2005-05-01 Ken Chen[PATCH] aio: ring wrapping simplification
2005-05-01 Ken Chen[PATCH] aio: remove superfluous kiocb member initialization
2005-04-25 Adrian Bunk[PATCH] fs/aio.c: make some code static
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2