Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-11 | NFS: fsync() must exit with an error if page writeback failed | Trond Myklebust | |
We need to ensure that if the call to filemap_write_and_wait_range() fails, then we report that error back to the application. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> | |||
2012-07-17 | NFS: Split out NFS v4 file operations | Bryan Schumaker | |
This patch moves the NFS v4 file functions into a new file that is only compiled when CONFIG_NFS_V4 is enabled. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> |