Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-24 | NFS: Use nfs_server_capable() for checknig NFS_CAP_SEEK | Anna Schumaker | |
This should make the code easier to maintain in the future. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> | |||
2014-09-30 | NFS: Implement SEEK | Anna Schumaker | |
The SEEK operation is used when an application makes an lseek call with either the SEEK_HOLE or SEEK_DATA flags set. I fall back on nfs_file_llseek() if the server does not have SEEK support. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> |