LinuxLists
Users
About
Kent Overstreet (
[email protected]
)
Number of posts: 564 (0.84 per day)
First post: 2011-05-20 05:02:45
Last post: 2013-03-22 21:26:41
Previous Page
/
Next Page
Date
List
Subject
2013-03-22 20:37:10
linux-kernel
Re: [PATCH] aio: convert the ioctx list to radix tree
2013-03-22 18:18:32
linux-kernel
[PATCH] nfsd: fix bad offset use
2013-03-22 18:18:29
linux-nfs
[PATCH] nfsd: fix bad offset use
2013-03-21 16:47:14
linux-kernel
[PATCH 01/33] mm: remove old aio use_mm() comment
2013-03-21 16:46:46
linux-kernel
[PATCH 04/33] aio: remove retry-based AIO
2013-03-21 16:46:21
linux-kernel
[PATCH 08/33] aio: move private stuff out of aio.h
2013-03-21 16:46:01
linux-kernel
[PATCH 09/33] aio: dprintk() -> pr_debug()
2013-03-21 16:45:43
linux-kernel
[PATCH 11/33] aio: make aio_put_req() lockless
2013-03-21 16:45:00
linux-kernel
[PATCH 29/33] block: Prep work for batch completion
2013-03-21 16:44:47
linux-kernel
[PATCH 33/33] aio: fix kioctx not being freed after cancellation at exit time
2013-03-21 16:44:28
linux-kernel
[PATCH 24/33] aio: percpu ioctx refcount
2013-03-21 16:44:26
linux-kernel
[PATCH 20/33] aio: give shared kioctx fields their own cachelines
2013-03-21 16:44:07
linux-kernel
[PATCH 28/33] aio: kill ki_retry
2013-03-21 16:43:51
linux-kernel
[PATCH 12/33] aio: refcounting cleanup
2013-03-21 16:43:25
linux-kernel
[PATCH 07/33] aio: add kiocb_cancel()
2013-03-21 16:42:45
linux-kernel
[PATCH 13/33] wait: add wait_event_hrtimeout()
2013-03-21 16:42:25
linux-kernel
[PATCH 14/33] aio: make aio_read_evt() more efficient, convert to hrtimers
2013-03-21 16:41:51
linux-kernel
[PATCH 16/33] aio: use cancellation list lazily
2013-03-21 16:41:29
linux-kernel
[PATCH 02/33] aio: remove dead code from aio.h
2013-03-21 16:41:00
linux-kernel
[PATCH 17/33] aio: change reqs_active to include unreaped completions
2013-03-21 16:40:36
linux-kernel
[PATCH 19/33] aio: kill struct aio_ring_info
2013-03-21 16:39:56
linux-kernel
[PATCH 21/33] aio: reqs_active -> reqs_available
2013-03-21 16:39:41
linux-kernel
[PATCH 22/33] aio: percpu reqs_available
2013-03-21 16:39:27
linux-kernel
[PATCH 23/33] generic dynamic per cpu refcounting
2013-03-21 16:38:15
linux-kernel
[PATCH 26/33] aio: don't include aio.h in sched.h
2013-03-21 16:38:13
linux-kernel
[PATCH 27/33] aio: kill ki_key
2013-03-21 16:37:08
linux-kernel
[PATCH 31/33] virtio-blk: convert to batch completion
2013-03-21 16:37:05
linux-kernel
[PATCH 32/33] mtip32xx: convert to batch completion
2013-03-21 16:36:50
linux-kernel
[PATCH 30/33] block, aio: batch completion for bios/kiocbs
2013-03-21 16:36:44
linux-kernel
[PATCH 25/33] aio: use xchg() instead of completion_lock
2013-03-21 16:36:38
linux-kernel
[PATCH 18/33] aio: kill batch allocation
2013-03-21 16:36:31
linux-kernel
[PATCH 15/33] aio: use flush_dcache_page()
2013-03-21 16:36:24
linux-kernel
[PATCH 10/33] aio: do fget() after aio_get_req()
2013-03-21 16:36:21
linux-kernel
[PATCH 05/33] char: add aio_{read,write} to /dev/{null,zero}
2013-03-21 16:36:18
linux-kernel
[PATCH 06/33] aio: kill return value of aio_complete()
2013-03-21 16:36:11
linux-kernel
[PATCH 03/33] gadget: remove only user of aio retry
2013-03-21 16:36:07
linux-kernel
[PATCH 00/33] AIO cleanups/performance improvements
2012-11-30 00:20:59
linux-kernel
Re: [PATCH 14/25] aio: Make aio_read_evt() more efficient
2012-11-29 20:59:27
linux-kernel
Re: [PATCH 22/25] Generic dynamic per cpu refcounting
2012-11-29 20:45:38
linux-kernel
Re: [PATCH 22/25] Generic dynamic per cpu refcounting
2012-11-29 20:22:38
linux-kernel
Re: [PATCH 22/25] Generic dynamic per cpu refcounting
2012-11-29 19:31:59
linux-kernel
Re: [PATCH 14/25] aio: Make aio_read_evt() more efficient
2012-11-29 19:29:31
linux-kernel
Re: [PATCH 22/25] Generic dynamic per cpu refcounting
2012-11-29 19:12:20
linux-kernel
Re: [PATCH 22/25] Generic dynamic per cpu refcounting
2012-11-29 19:01:38
linux-kernel
Re: [PATCH 00/25] AIO performance improvements/cleanups
2012-11-29 18:57:26
linux-kernel
Re: [PATCH 22/25] Generic dynamic per cpu refcounting
2012-11-29 01:39:09
linux-kernel
Re: [PATCH 12/25] aio: Refcounting cleanup
2012-11-29 01:12:09
linux-kernel
Re: [PATCH 12/25] aio: Refcounting cleanup
2012-11-29 01:05:23
linux-kernel
Re: [PATCH 13/25] aio: Convert read_events() to hrtimers
2012-11-29 00:58:35
linux-kernel
Re: [PATCH 07/25] aio: kiocb_cancel()
2012-11-28 16:54:14
linux-kernel
[PATCH 02/25] aio: remove dead code from aio.h