kernel_optimize_test/fs/nfs
Suresh Jayaraman bf40d3435c NFS: add support for splice writes
Adds support for splice writes. It effectively calls
generic_file_splice_write() to do the writes.

We need not worry about O_APPEND case as the combination of splice()
writes and O_APPEND is disallowed. This patch propagates NFS write
errors back to the caller. The number of bytes written via splice are
being added to NFSIO_NORMALWRITTENBYTES as these are effectively
cached writes.

Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2009-06-17 18:02:09 -07:00
..
callback_proc.c
callback_xdr.c
callback.c
callback.h
client.c
delegation.c NFS: Ensure we always hold the BKL when dereferencing inode->i_flock 2009-06-17 13:23:00 -07:00
delegation.h
dir.c
direct.c
file.c NFS: add support for splice writes 2009-06-17 18:02:09 -07:00
fscache-index.c
fscache.c
fscache.h
getroot.c
idmap.c
inode.c
internal.h
iostat.h
Kconfig
Makefile
mount_clnt.c
namespace.c
nfs2xdr.c
nfs3acl.c
nfs3proc.c
nfs3xdr.c
nfs4_fs.h
nfs4namespace.c
nfs4proc.c NFSv4: Handle more errors when recovering open file and locking state 2009-06-17 13:22:59 -07:00
nfs4renewd.c
nfs4state.c NFS: Ensure we always hold the BKL when dereferencing inode->i_flock 2009-06-17 13:23:00 -07:00
nfs4xdr.c
nfsroot.c
pagelist.c
proc.c
read.c
super.c
symlink.c
sysctl.c
unlink.c
write.c