| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-04-03 | aio: remove a pointless assignment | Al Viro | 1 | -2/+0 |
| 2015-09-04 | mm: move ->mremap() from file_operations to vm_operations_struct | Oleg Nesterov | 1 | -9/+18 |
| 2015-04-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2015-04-16 | Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -15/+30 |
| 2015-04-15 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -20/+3 |
| 2015-04-15 | aio: fix serial draining in exit_aio() | Jens Axboe | 1 | -15/+30 |
| 2015-04-14 | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -104/+88 |
| 2015-04-11 | mirror O_APPEND and O_DIRECT into iocb->ki_flags | Al Viro | 1 | -1/+1 |
| 2015-04-11 | Merge branch 'for-linus' into for-next | Al Viro | 1 | -6/+14 |
| 2015-04-11 | ->aio_read and ->aio_write removed | Al Viro | 1 | -11/+2 |
| 2015-04-11 | aio_run_iocb(): kill dead check | Al Viro | 1 | -7/+0 |
| 2015-04-11 | ioctx_alloc(): remove pointless check | Al Viro | 1 | -2/+1 |
| 2015-04-11 | aio_setup_vectored_rw(): switch to {compat_,}import_iovec() | Al Viro | 1 | -19/+9 |
| 2015-04-11 | kill aio_setup_single_vector() | Al Viro | 1 | -17/+1 |
| 2015-04-11 | aio: simplify arguments of aio_setup_..._rw() | Al Viro | 1 | -28/+17 |
| 2015-04-11 | aio: lift iov_iter_init() into aio_setup_..._rw() | Al Viro | 1 | -6/+11 |
| 2015-04-11 | Merge branch 'iocb' into for-next | Al Viro | 1 | -67/+83 |
| 2015-04-06 | ioctx_alloc(): fix vma (and file) leak on failure | Al Viro | 1 | -0/+3 |
| 2015-04-06 | fix mremap() vs. ioctx_kill() race | Al Viro | 1 | -6/+11 |
| 2015-03-13 | fs: split generic and aio kiocb | Christoph Hellwig | 1 | -29/+65 |
| 2015-03-13 | fs: don't allow to complete sync iocbs through aio_complete | Christoph Hellwig | 1 | -23/+1 |
| 2015-03-12 | fs: remove ki_nbytes | Christoph Hellwig | 1 | -16/+18 |
| 2015-02-20 | fs/aio.c: Remove duplicate function name in pr_debug messages | Kinglong Mee | 1 | -3/+3 |
| 2015-02-12 | Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -13/+0 |
| 2015-02-03 | aio: annotate aio_read_event_ring for sleep patterns | Dave Chinner | 1 | -0/+7 |
| 2015-01-20 | fs: remove mapping->backing_dev_info | Christoph Hellwig | 1 | -1/+0 |
| 2015-01-20 | fs: introduce f_op->mmap_capabilities for nommu mmap support | Christoph Hellwig | 1 | -13/+1 |
| 2014-12-13 | aio: Skip timer for io_getevents if timeout=0 | Fam Zheng | 1 | -2/+6 |
| 2014-12-13 | aio: Make it possible to remap aio ring | Pavel Emelyanov | 1 | -0/+25 |
| 2014-11-25 | Merge git://git.kvack.org/~bcrl/aio-fixes | Linus Torvalds | 1 | -7/+14 |
| 2014-11-06 | aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer | Gu Zheng | 1 | -7/+14 |
| 2014-09-24 | percpu_ref: add PERCPU_REF_INIT_* flags | Tejun Heo | 1 | -2/+2 |
| 2014-09-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb... | Tejun Heo | 1 | -60/+114 |
| 2014-09-08 | percpu-refcount: add @gfp to percpu_ref_init() | Tejun Heo | 1 | -2/+2 |
| 2014-09-04 | aio: block exit_aio() until all context requests are completed | Gu Zheng | 1 | -1/+6 |
| 2014-09-02 | aio: add missing smp_rmb() in read_events_ring | Jeff Moyer | 1 | -0/+6 |
| 2014-08-24 | aio: fix reqs_available handling | Benjamin LaHaise | 1 | -4/+73 |
| 2014-08-16 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -56/+30 |
| 2014-08-04 | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p... | Linus Torvalds | 1 | -2/+4 |
| 2014-07-24 | aio: use iovec array rather than the single one | Gu Zheng | 1 | -5/+5 |
| 2014-07-24 | aio: fix some comments | Gu Zheng | 1 | -4/+3 |
| 2014-07-24 | aio: use the macro rather than the inline magic number | Gu Zheng | 1 | -1/+1 |
| 2014-07-24 | aio: remove the needless registration of ring file's private_data | Gu Zheng | 1 | -1/+0 |
| 2014-07-22 | aio: remove no longer needed preempt_disable() | Benjamin LaHaise | 1 | -8/+2 |
| 2014-07-14 | Merge ../aio-fixes | Benjamin LaHaise | 1 | -0/+7 |
| 2014-07-14 | aio: protect reqs_available updates from changes in interrupt handlers | Benjamin LaHaise | 1 | -0/+7 |
| 2014-06-28 | percpu-refcount: require percpu_ref to be exited explicitly | Tejun Heo | 1 | -2/+4 |
| 2014-06-28 | percpu-refcount, aio: use percpu_ref_cancel_init() in ioctx_alloc() | Tejun Heo | 1 | -2/+2 |
| 2014-06-24 | aio: kill the misleading rcu read locks in ioctx_add_table() and kill_ioctx() | Oleg Nesterov | 1 | -11/+3 |
| 2014-06-24 | aio: change exit_aio() to load mm->ioctx_table once and avoid rcu_read_lock() | Oleg Nesterov | 1 | -26/+16 |
| 2014-06-24 | aio: fix kernel memory disclosure in io_getevents() introduced in v3.10 | Benjamin LaHaise | 1 | -0/+3 |
| 2014-06-24 | aio: fix aio request leak when events are reaped by userspace | Benjamin LaHaise | 1 | -2/+1 |
| 2014-06-14 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -34/+36 |
| 2014-05-06 | new methods: ->read_iter() and ->write_iter() | Al Viro | 1 | -2/+12 |
| 2014-05-01 | aio: fix potential leak in aio_run_iocb(). | Leon Yu | 1 | -4/+2 |
| 2014-04-29 | aio: cleanup: flatten kill_ioctx() | Benjamin LaHaise | 1 | -26/+26 |
| 2014-04-29 | aio: report error from io_destroy() when threads race in io_destroy() | Benjamin LaHaise | 1 | -7/+9 |
| 2014-04-22 | fs/aio.c: Remove ctx parameter in kiocb_cancel | Fabian Frederick | 1 | -3/+3 |
| 2014-04-16 | aio: block io_destroy() until all context requests are completed | Anatol Pomozov | 1 | -4/+32 |
| 2014-03-28 | aio: v4 ensure access to ctx->ring_pages is correctly serialised for migration | Benjamin LaHaise | 1 | -53/+67 |
| 2013-12-22 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -9/+46 |
| 2013-12-22 | aio: clean up and fix aio_setup_ring page mapping | Linus Torvalds | 1 | -35/+23 |
| 2013-12-21 | aio/migratepages: make aio migrate pages sane | Benjamin LaHaise | 1 | -8/+44 |
| 2013-12-21 | aio: fix kioctx leak introduced by "aio: Fix a trinity splat" | Benjamin LaHaise | 1 | -1/+2 |
| 2013-12-06 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -2/+6 |
| 2013-12-06 | aio: clean up aio ring in the fail path | Gu Zheng | 1 | -2/+6 |
| 2013-11-22 | Merge git://git.kvack.org/~bcrl/aio-next | Linus Torvalds | 1 | -83/+51 |
| 2013-11-19 | aio: nullify aio->ring_pages after freeing it | Sasha Levin | 1 | -1/+3 |
| 2013-11-19 | aio: prevent double free in ioctx_alloc | Sasha Levin | 1 | -1/+0 |
| 2013-11-13 | aio: checking for NULL instead of IS_ERR | Dan Carpenter | 1 | -2/+2 |
| 2013-11-09 | rework aio migrate pages to use aio fs | Benjamin LaHaise | 1 | -6/+57 |
| 2013-10-10 | aio: Fix a trinity splat | Kent Overstreet | 1 | -81/+48 |
| 2013-09-26 | aio: fix use-after-free in aio_migratepage | Benjamin LaHaise | 1 | -15/+37 |
| 2013-09-09 | aio: rcu_read_lock protection for new rcu_dereference calls | Artem Savkov | 1 | -0/+6 |
| 2013-09-09 | aio: fix race in ring buffer page lookup introduced by page migration support | Benjamin LaHaise | 1 | -3/+12 |
| 2013-08-30 | aio: fix rcu sparse warnings introduced by ioctx table lookup patch | Benjamin LaHaise | 1 | -3/+3 |
| 2013-08-30 | aio: remove unnecessary debugging from aio_free_ring() | Benjamin LaHaise | 1 | -5/+0 |
| 2013-08-07 | aio: table lookup: verify ctx pointer | Benjamin LaHaise | 1 | -1/+1 |
| 2013-08-05 | aio: fix error handling and rcu usage in "convert the ioctx list to table loo... | Benjamin LaHaise | 1 | -8/+9 |
| 2013-07-31 | aio: be defensive to ensure request batching is non-zero instead of BUG_ON() | Benjamin LaHaise | 1 | -1/+2 |
| 2013-07-30 | aio: convert the ioctx list to table lookup v3 | Benjamin LaHaise | 1 | -22/+114 |
| 2013-07-30 | aio: double aio_max_nr in calculations | Benjamin LaHaise | 1 | -2/+2 |
| 2013-07-30 | aio: Kill ki_dtor | Kent Overstreet | 1 | -2/+0 |
| 2013-07-30 | aio: Kill ki_users | Kent Overstreet | 1 | -35/+12 |
| 2013-07-30 | aio: Kill unneeded kiocb members | Kent Overstreet | 1 | -29/+40 |
| 2013-07-30 | aio: Kill aio_rw_vect_retry() | Kent Overstreet | 1 | -73/+18 |
| 2013-07-30 | aio: Don't use ctx->tail unnecessarily | Kent Overstreet | 1 | -19/+23 |
| 2013-07-30 | aio: io_cancel() no longer returns the io_event | Kent Overstreet | 1 | -30/+10 |
| 2013-07-30 | aio: percpu ioctx refcount | Kent Overstreet | 1 | -39/+27 |
| 2013-07-30 | aio: percpu reqs_available | Kent Overstreet | 1 | -7/+99 |
| 2013-07-30 | aio: reqs_active -> reqs_available | Kent Overstreet | 1 | -16/+22 |
| 2013-07-17 | aio: fix build when migration is disabled | Benjamin LaHaise | 1 | -0/+4 |
| 2013-07-16 | fs/aio: Add support to aio ring pages migration | Gu Zheng | 1 | -11/+108 |
| 2013-07-03 | aio: fix wrong comment in aio_complete() | Tang Chen | 1 | -1/+1 |
| 2013-06-29 | constify rw_verify_area() | Al Viro | 1 | -0/+2 |
| 2013-06-12 | aio: fix io_destroy() regression by using call_rcu() | Kent Overstreet | 1 | -20/+16 |
| 2013-05-24 | aio: fix kioctx not being freed after cancellation at exit time | Benjamin LaHaise | 1 | -1/+3 |
| 2013-05-24 | aio: fix io_getevents documentation | Jeff Moyer | 1 | -2/+1 |
| 2013-05-07 | aio: kill ki_retry | Kent Overstreet | 1 | -139/+85 |
| 2013-05-07 | aio: kill ki_key | Kent Overstreet | 1 | -2/+5 |
| 2013-05-07 | aio: give shared kioctx fields their own cachelines | Kent Overstreet | 1 | -12/+15 |
| 2013-05-07 | aio: kill struct aio_ring_info | Kent Overstreet | 1 | -81/+74 |
| 2013-05-07 | aio: kill batch allocation | Kent Overstreet | 1 | -101/+15 |
| 2013-05-07 | aio: change reqs_active to include unreaped completions | Kent Overstreet | 1 | -15/+32 |
| 2013-05-07 | aio: use cancellation list lazily | Kent Overstreet | 1 | -44/+62 |
| 2013-05-07 | aio: use flush_dcache_page() | Kent Overstreet | 1 | -28/+17 |
| 2013-05-07 | aio: make aio_read_evt() more efficient, convert to hrtimers | Kent Overstreet | 1 | -149/+89 |
| 2013-05-07 | aio: refcounting cleanup | Kent Overstreet | 1 | -153/+119 |
| 2013-05-07 | aio: make aio_put_req() lockless | Kent Overstreet | 1 | -52/+34 |
| 2013-05-07 | aio: do fget() after aio_get_req() | Kent Overstreet | 1 | -13/+9 |
| 2013-05-07 | aio: dprintk() -> pr_debug() | Kent Overstreet | 1 | -33/+24 |
| 2013-05-07 | aio: move private stuff out of aio.h | Kent Overstreet | 1 | -0/+61 |
| 2013-05-07 | aio: add kiocb_cancel() | Kent Overstreet | 1 | -36/+43 |
| 2013-05-07 | aio: kill return value of aio_complete() | Kent Overstreet | 1 | -14/+7 |
| 2013-05-07 | aio: remove retry-based AIO | Zach Brown | 1 | -324/+27 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -0/+4 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+0 |
| 2013-04-26 | aio: fix possible invalid memory access when DEBUG is enabled | Zhao Hongjiang | 1 | -1/+1 |
| 2013-04-09 | lift sb_start_write/sb_end_write out of ->aio_write() | Al Viro | 1 | -0/+4 |
| 2013-03-03 | make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect | Al Viro | 1 | -2/+0 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -2/+1 |
| 2013-02-23 | mm: make do_mmap_pgoff return populate as a size in bytes, not as a bool | Michel Lespinasse | 1 | -3/+2 |
| 2013-02-23 | mm: introduce mm_populate() for populating new vmas | Michel Lespinasse | 1 | -1/+5 |
| 2012-07-22 | aio: now fput() is OK from interrupt context; get rid of manual delayed __fput() | Al Viro | 1 | -70/+3 |
| 2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+3 |
| 2012-06-01 | switch aio and shm to do_mmap_pgoff(), make do_mmap() static | Al Viro | 1 | -3/+3 |
| 2012-05-31 | aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector() | Christopher Yeoh | 1 | -2/+2 |
| 2012-05-21 | vfs: make AIO use the proper rw_verify_area() area helpers | Linus Torvalds | 1 | -16/+14 |
| 2012-04-21 | kill mm argument of vm_munmap() | Al Viro | 1 | -1/+1 |
| 2012-04-21 | aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio() | Al Viro | 1 | -1/+14 |
| 2012-04-20 | VM: add "vm_munmap()" helper function | Linus Torvalds | 1 | -5/+2 |
| 2012-03-31 | aio: take final put_ioctx() into callers of io_destroy() | Al Viro | 1 | -6/+4 |
| 2012-03-31 | aio: merge aio_cancel_all() with wait_for_all_aios() | Al Viro | 1 | -15/+7 |
| 2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -43/+22 |
| 2012-03-20 | aio: fix the comment in aio_kick_handler() | Al Viro | 1 | -1/+1 |
| 2012-03-20 | aio: don't bother with cancel_delayed_work() in exit_aio() | Al Viro | 1 | -4/+0 |
| 2012-03-20 | aio: use cancel_delayed_work_sync() | Al Viro | 1 | -2/+1 |
| 2012-03-20 | aio: aio_nr_lock is taken only synchronously now | Al Viro | 1 | -3/+3 |
| 2012-03-20 | aio: aio_nr decrements don't need to be delayed | Al Viro | 1 | -28/+14 |
| 2012-03-20 | aio: don't bother with async freeing on failure in ioctx_alloc() | Al Viro | 1 | -7/+5 |
| 2012-03-20 | fs: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -15/+15 |
| 2012-03-09 | aio: fix the "too late munmap()" race | Al Viro | 1 | -8/+6 |
| 2012-03-09 | aio: fix io_setup/io_destroy race | Al Viro | 1 | -4/+4 |
| 2012-03-05 | aio: wake up waiters when freeing unused kiocbs | Jeff Moyer | 1 | -0/+2 |
| 2012-02-28 | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 1 | -1/+1 |
| 2012-01-13 | Unused iocbs in a batch should not be accounted as active. | Gleb Natapov | 1 | -2/+9 |
| 2011-11-02 | aio: allocate kiocbs in batches | Jeff Moyer | 1 | -29/+107 |
| 2011-10-31 | Cross Memory Attach | Christopher Yeoh | 1 | -2/+2 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -70/+7 |
| 2011-03-22 | aio: wake all waiters when destroying ctx | Roland Dreier | 1 | -2/+2 |
| 2011-03-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -2/+2 |
| 2011-03-10 | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 1 | -70/+7 |
| 2011-03-10 | aio: remove request submission batching | Jens Axboe | 1 | -72/+3 |
| 2011-03-10 | fs: make aio plug | Shaohua Li | 1 | -0/+4 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -1/+3 |
| 2011-02-25 | aio: fix race between io_destroy() and io_submit() | Jan Kara | 1 | -0/+17 |
| 2011-02-25 | aio: fix rcu ioctx lookup | Nick Piggin | 1 | -11/+24 |
| 2011-01-26 | fs/aio: aio_wq isn't used in memory reclaim path | Tejun Heo | 1 | -2/+2 |
| 2011-01-17 | aio: check return value of create_workqueue() | Namhyung Kim | 1 | -1/+1 |
| 2011-01-13 | aio: remove unused aio_run_iocbs() | Jeff Moyer | 1 | -22/+5 |
| 2011-01-13 | aio: remove unnecessary check | Namhyung Kim | 1 | -1/+1 |
| 2010-10-25 | new helper: ihold() | Al Viro | 1 | -3/+2 |
| 2010-10-25 | aio: bump i_count instead of using igrab | Chris Mason | 1 | -1/+14 |
| 2010-09-22 | aio: do not return ERESTARTSYS as a result of AIO | Jan Kara | 1 | -1/+9 |
| 2010-09-14 | aio: check for multiplication overflow in do_io_submit | Jeff Moyer | 1 | -0/+3 |
| 2010-08-05 | aio: fix wrong subsystem comments | Satoru Takeuchi | 1 | -10/+11 |
| 2010-05-27 | get rid of the magic around f_count in aio | Al Viro | 1 | -3/+3 |
| 2010-05-27 | aio: fix the compat vectored operations | Jeff Moyer | 1 | -24/+41 |
| 2009-12-16 | aio: remove unused field | Shaohua Li | 1 | -38/+2 |
| 2009-10-29 | block: move bdi/address_space unplug functions to backing-dev.h | Jens Axboe | 1 | -0/+1 |
| 2009-10-28 | aio: implement request batching | Jeff Moyer | 1 | -2/+59 |
| 2009-09-23 | aio.c: move EXPORT* macros to line after function | H Hartley Sweeten | 1 | -6/+4 |
| 2009-09-22 | mm: move use_mm/unuse_mm from aio.c to mm/ | Michael S. Tsirkin | 1 | -46/+1 |
| 2009-06-30 | eventfd: revised interface and cleanups | Davide Libenzi | 1 | -17/+7 |
| 2009-03-19 | aio: lookup_ioctx can return the wrong value when looking up a bogus context | Jeff Moyer | 1 | -2/+3 |
| 2009-03-19 | eventfd: remove fput() call from possible IRQ context | Davide Libenzi | 1 | -10/+27 |
| 2009-01-14 | [CVE-2009-0029] System call wrappers part 16 | Heiko Carstens | 1 | -11/+11 |
| 2008-12-29 | aio: make the lookup_ioctx() lockless | Jens Axboe | 1 | -44/+56 |
| 2008-07-26 | [PATCH] f_count may wrap around | Al Viro | 1 | -3/+3 |
| 2008-07-25 | kill PF_BORROWED_MM in favour of PF_KTHREAD | Oleg Nesterov | 1 | -2/+0 |
| 2008-06-06 | uml: activate_mm: remove the dead PF_BORROWED_MM check | Oleg Nesterov | 1 | -4/+0 |
| 2008-04-30 | debugobjects: add timer specific object debugging code | Thomas Gleixner | 1 | -3/+2 |
| 2008-04-29 | aio: fix misleading comments | Jeff Moyer | 1 | -4/+1 |
| 2008-04-29 | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 1 | -1/+1 |
| 2008-04-29 | fs/aio.c: make 3 functions static | Adrian Bunk | 1 | -28/+39 |
| 2008-04-28 | aio: io_getevents() should return if io_destroy() is invoked | Jeff Moyer | 1 | -1/+11 |
| 2008-04-11 | eventfd/kaio integration fix | Davide Libenzi | 1 | -8/+9 |
| 2008-04-10 | asmlinkage_protect sys_io_getevents | Roland McGrath | 1 | -0/+1 |
| 2008-03-19 | aio: bad AIO race in aio_complete() leads to process hang | Quentin Barnes | 1 | -0/+8 |
| 2008-02-08 | aio: negative offset should return -EINVAL | Rusty Russell | 1 | -0/+4 |
| 2008-02-08 | aio: partial write should not return error code | Rusty Russell | 1 | -0/+7 |
| 2008-02-08 | fs: remove fastcall, it is always empty | Harvey Harrison | 1 | -9/+8 |
| 2008-01-30 | core: remove last users of empty FASTCALL macro | Harvey Harrison | 1 | -1/+1 |
| 2007-12-05 | aio: only account I/O wait time in read_events if there are active requests | Jeff Moyer | 1 | -1/+6 |
| 2007-10-18 | Remove struct task_struct::io_wait | Alexey Dobriyan | 1 | -14/+2 |
| 2007-10-17 | aio: account I/O wait time properly | Jeff Moyer | 1 | -3/+3 |
| 2007-10-08 | AIO: fix cleanup in io_submit_one(...) | Yan Zheng | 1 | -1/+1 |
| 2007-05-11 | signal/timer/event: KAIO eventfd support example | Davide Libenzi | 1 | -2/+26 |
| 2007-05-09 | unify flush_work/flush_work_keventd and rename it to cancel_work_sync | Oleg Nesterov | 1 | -2/+2 |