summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4file.c
Commit message (Collapse)AuthorAgeFilesLines
* NFS: fsync() must exit with an error if page writeback failedTrond Myklebust2012-09-111-1/+3
| | | | | | | 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>
* NFS: Split out NFS v4 file operationsBryan Schumaker2012-07-171-0/+126
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>
OpenPOWER on IntegriCloud