LinuxLists
Users
About
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
Previous Page
/
Next Page
Date
List
Subject
2013-07-25 17:59:51
linux-kernel
[PATCH V8 33/33] tmpfs: add support for read_iter and write_iter
2013-07-25 17:59:47
linux-kernel
[PATCH V8 31/33] ecrpytfs: Convert aio_read/write ops to read/write_iter
2013-07-25 17:59:43
linux-kernel
[PATCH V8 28/33] gfs2: Convert aio_read/write ops to read/write_iter
2013-07-25 17:52:59
linux-kernel
[PATCH V8 32/33] ubifs: convert file ops from aio_read/write to read/write_iter
2013-07-25 17:52:25
linux-kernel
[PATCH V8 27/33] xfs: add support for read_iter and write_iter
2013-07-25 17:52:22
linux-kernel
[PATCH V8 10/33] iov_iter: let callers extract iovecs and bio_vecs
2013-07-25 17:52:20
linux-kernel
[PATCH V8 24/33] nfs: simplify swap
2013-07-25 17:52:07
linux-nfs
[PATCH V8 24/33] nfs: simplify swap
2013-07-25 17:52:07
linux-kernel
[PATCH V8 04/33] iov_iter: add __iovec_copy_to_user()
2013-07-25 17:52:03
linux-kernel
[PATCH V8 18/33] fs: create file_readable() and file_writable() functions
2013-07-25 17:51:59
linux-kernel
[PATCH V8 09/33] iov_iter: add a shorten call
2013-07-25 17:51:59
linux-nfs
[PATCH V8 23/33] nfs: add support for read_iter, write_iter
2013-07-25 17:50:48
linux-ext4
[PATCH V8 22/33] ext4: add support for read_iter and write_iter
2013-07-10 15:27:58
linux-kernel
[GIT PULL] JFS updates for 3.11
2013-06-05 20:12:38
linux-kernel
Re: [PATCH 0/2] jfs: neatening
2013-06-05 13:27:59
linux-kernel
Re: [PATCH 3.9-stable] jfs: Several bugs in jfs_freeze() and jfs_unfreeze()
2013-06-04 22:25:56
linux-kernel
Re: [PATCH] jfs: Convert jfs_error to jfs_sb_err
2013-06-04 16:01:29
linux-kernel
Re: [PATCH] jfs: Convert jfs_error to jfs_sb_err
2013-06-03 15:49:06
linux-kernel
[GIT PULL] jfs for 3.10-rc5
2013-05-24 21:01:43
linux-kernel
[PATCH] jfs: Several bugs in jfs_freeze() and jfs_unfreeze()
2013-05-24 20:33:14
linux-kernel
Re: [PATCH 2/2] jfs: Log shutdown error in jfs_freeze() function
2013-05-24 17:04:00
linux-kernel
Re: [Jfs-discussion] [PATCH 1/2] jfs: Several bugs in jfs_freeze() and jfs_unfreeze()
2013-05-03 15:37:40
linux-kernel
[GIT PULL] jfs for 3.10
2013-03-08 23:01:27
linux-kernel
[PATCH V7 -next 14/33] aio: add aio_kernel_() interface
2013-03-08 23:01:26
linux-kernel
[PATCH V7 -next 00/33] loop: Issue O_DIRECT aio using bio_vec
2013-03-08 23:01:24
linux-kernel
[PATCH V7 -next 17/33] loop: use aio to perform io on the underlying file
2013-03-08 23:01:22
linux-kernel
[PATCH V7 -next 04/33] iov_iter: add __iovec_copy_to_user()
2013-03-08 23:01:20
linux-kernel
[PATCH V7 -next 03/33] iov_iter: add copy_to_user support
2013-03-08 23:00:59
linux-kernel
[PATCH V7 -next 06/33] iov_iter: hide iovec details behind ops function pointers
2013-03-08 22:58:25
linux-kernel
[PATCH V7 -next 10/33] iov_iter: let callers extract iovecs and bio_vecs
2013-03-08 22:58:23
linux-kernel
[PATCH V7 -next 15/33] aio: add aio support for iov_iter arguments
2013-03-08 22:58:21
linux-kernel
[PATCH V7 -next 16/33] bio: add bvec_length(), like iov_length()
2013-03-08 22:58:19
linux-kernel
[PATCH V7 -next 18/33] fs: create file_readable() and file_writable() functions
2013-03-08 22:58:17
linux-kernel
[PATCH V7 -next 13/33] fs: pull iov_iter use higher up the stack
2013-03-08 22:58:14
linux-kernel
[PATCH V7 -next 07/33] iov_iter: ii_iovec_copy_to_user should pre-fault user pages
2013-03-08 22:58:12
linux-kernel
[PATCH V7 -next 09/33] iov_iter: add a shorten call
2013-03-08 22:58:09
linux-kernel
[PATCH V7 -next 19/33] fs: use read_iter and write_iter rather than aio_read and aio_write
2013-03-08 22:57:25
linux-kernel
[PATCH V7 -next 25/33] btrfs: add support for read_iter and write_iter
2013-03-08 22:57:00
linux-kernel
[PATCH V7 -next 22/33] ext4: add support for read_iter and write_iter
2013-03-08 22:56:40
linux-kernel
[PATCH V7 -next 23/33] nfs: add support for read_iter, write_iter
2013-03-08 22:56:17
linux-kernel
[PATCH V7 -next 21/33] ocfs2: add support for read_iter, write_iter, and direct_IO_bvec
2013-03-08 22:55:48
linux-kernel
[PATCH V7 -next 31/33] ecrpytfs: Convert aio_read/write ops to read/write_iter
2013-03-08 22:55:20
linux-kernel
[PATCH V7 -next 30/33] afs: add support for read_iter and write_iter
2013-03-08 22:54:50
linux-kernel
[PATCH V7 -next 33/33] tmpfs: add support for read_iter and write_iter
2013-03-08 22:54:34
linux-kernel
[PATCH V7 -next 32/33] ubifs: convert file ops from aio_read/write to read/write_iter
2013-03-08 22:54:14
linux-kernel
[PATCH V7 -next 05/33] fuse: convert fuse to use iov_iter_copy_[to|from]_user
2013-03-08 22:53:35
linux-kernel
[PATCH V7 -next 24/33] nfs: simplify swap
2013-03-08 22:53:33
linux-kernel
[PATCH V7 -next 29/33] udf: convert file ops from aio_read/write to read/write_iter
2013-03-08 22:53:31
linux-nfs
[PATCH V7 -next 24/33] nfs: simplify swap
2013-03-08 22:53:04
linux-kernel
[PATCH V7 -next 27/33] xfs: add support for read_iter and write_iter
2013-03-08 22:52:59
linux-kernel
[PATCH V7 -next 26/33] block_dev: add support for read_iter, write_iter