Dave Kleikamp ([email protected])

Number of posts: 503 (0.11 per day)
First post: 2011-04-27 16:55:21
Last post: 2024-05-28 01:37:08

Date List Subject
2012-03-30 15:44:33 linux-ext4 [RFC PATCH v2 18/21] ext4: add support for read_iter and write_iter
2012-03-30 15:44:32 linux-nfs [RFC PATCH v2 19/21] nfs: add support for read_iter, write_iter
2012-03-30 15:43:48 linux-ext4 [RFC PATCH v2 21/21] fs: add read_iter and write_iter to more file systems
2012-03-30 15:43:36 linux-ext4 [RFC PATCH v2 09/21] dio: Convert direct_IO to use iov_iter
2012-02-27 23:18:09 linux-kernel Re: [RFC PATCH 22/22] nfs: add support for read_iter, write_iter
2012-02-27 23:18:04 linux-nfs Re: [RFC PATCH 22/22] nfs: add support for read_iter, write_iter
2012-02-27 23:14:39 linux-kernel Re: [RFC PATCH 18/22] ext3: add support for .read_iter and .write_iter
2012-02-27 23:14:14 linux-ext4 Re: [RFC PATCH 18/22] ext3: add support for .read_iter and .write_iter
2012-02-27 22:53:17 linux-kernel Re: [RFC PATCH 00/22] loop: Issue O_DIRECT aio with pages
2012-02-27 21:26:42 linux-kernel [RFC PATCH 05/22] iov_iter: add bvec support
2012-02-27 21:26:24 linux-kernel [RFC PATCH 01/22] iov_iter: move into its own file
2012-02-27 21:26:04 linux-kernel [RFC PATCH 04/22] iov_iter: hide iovec details behind ops function pointers
2012-02-27 21:23:29 linux-kernel [RFC PATCH 07/22] iov_iter: let callers extract iovecs and bio_vecs
2012-02-27 21:23:27 linux-kernel [RFC PATCH 06/22] iov_iter: add a shorten call
2012-02-27 21:23:24 linux-kernel [RFC PATCH 09/22] dio: add dio_alloc_init() helper function
2012-02-27 21:23:23 linux-kernel [RFC PATCH 13/22] dio: add __blockdev_direct_IO_bdev()
2012-02-27 21:23:21 linux-kernel [RFC PATCH 08/22] dio: create a dio_aligned() helper function
2012-02-27 21:23:19 linux-kernel [RFC PATCH 10/22] dio: add sdio_init() helper function
2012-02-27 21:23:17 linux-kernel [RFC PATCH 15/22] aio: add aio_kernel_() interface
2012-02-27 21:23:16 linux-kernel [RFC PATCH 16/22] aio: add aio support for iov_iter arguments
2012-02-27 21:22:44 linux-kernel [RFC PATCH 17/22] bio: add bvec_length(), like iov_length()
2012-02-27 21:22:30 linux-kernel [RFC PATCH 22/22] nfs: add support for read_iter, write_iter
2012-02-27 21:21:49 linux-kernel [RFC PATCH 21/22] btrfs: add support for read_iter, write_iter, and direct_IO_bvec
2012-02-27 21:21:47 linux-kernel [RFC PATCH 03/22] fuse: convert fuse to use iov_iter_copy_[to|from]_user
2012-02-27 21:20:49 linux-kernel [RFC PATCH 19/22] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
2012-02-27 21:20:43 linux-kernel [RFC PATCH 20/22] ext4: add support for read_iter, write_iter, and direct_IO_bvec
2012-02-27 21:20:41 linux-kernel [RFC PATCH 18/22] ext3: add support for .read_iter and .write_iter
2012-02-27 21:20:34 linux-kernel [RFC PATCH 14/22] fs: pull iov_iter use higher up the stack
2012-02-27 21:20:32 linux-kernel [RFC PATCH 12/22] dio: add dio_post_submission() helper function
2012-02-27 21:20:29 linux-nfs [RFC PATCH 22/22] nfs: add support for read_iter, write_iter
2012-02-27 21:20:28 linux-kernel [RFC PATCH 11/22] dio: add dio_lock_and_flush() helper
2012-02-27 21:20:22 linux-kernel [RFC PATCH 02/22] iov_iter: add copy_to_user support
2012-02-27 21:19:56 linux-kernel [RFC PATCH 00/22] loop: Issue O_DIRECT aio with pages
2012-02-27 21:19:34 linux-ext4 [RFC PATCH 20/22] ext4: add support for read_iter, write_iter, and direct_IO_bvec
2012-02-27 21:19:32 linux-ext4 [RFC PATCH 18/22] ext3: add support for .read_iter and .write_iter
2011-12-01 03:54:04 linux-nfs Re: [PATCH 1/1] fix d_revalidate oopsen on NFS exports
2011-12-01 02:22:39 linux-nfs Re: [PATCH 1/1] fix d_revalidate oopsen on NFS exports
2011-06-22 15:22:48 linux-kernel [GIT PULL] jfs fixes
2011-06-06 13:42:23 linux-kernel Re: [PATCH] lmLogOpen() broken failure exit
2011-05-07 05:32:59 linux-kernel Re: [PATCH 3/4] Avoid tick broadcast switch-overs for thread siblings
2011-05-05 15:25:58 linux-kernel Re: idle issues running sembench on 128 cpus II
2011-05-04 21:55:32 linux-kernel Re: [PATCH 1/2 v2] fs: add SEEK_HOLE and SEEK_DATA flags
2011-05-04 21:54:27 linux-kernel Re: [PATCH 1/2 v2] fs: add SEEK_HOLE and SEEK_DATA flags
2011-04-27 16:55:21 linux-kernel Re: [PATCH 00/21] sched: Reduce runqueue lock contention -v6