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
..
2008-07-09 12:09:04 -04:00
2009-06-17 18:02:09 -07:00
2009-04-03 16:42:47 +01:00
2008-02-20 16:15:44 -05:00
2009-04-03 16:42:43 +01:00
2009-06-16 19:47:48 -07:00
2009-06-11 21:36:01 -04:00
2009-03-10 20:33:18 -04:00
2009-03-27 14:43:59 -04:00
2009-03-19 15:35:50 -04:00
2007-03-16 19:25:05 -07:00
2009-03-19 15:17:40 -04:00