summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client/nfs4_subs.c
Commit message (Collapse)AuthorAgeFilesLines
* NFSv4 fixes from Connectathon 2004:rees2004-02-271-1/+2
| | | | | | | | | | | | remove unused pid field of file context struct map nfs4 error codes to errnos eliminate redundant code from nfs4_request use zero stateid on setattr that doesn't set file size use same clientid on all mounts until reboot invalidate dirty bufs in nfs4_close, to play it safe open file for writing if truncating and it's not already open Approved by: alfred
* ask for rdattr_err in readdir, so we won't fail the readdir if we can't getrees2004-02-211-21/+27
| | | | attrs on one or more entries
* Fix compliation on sparc64.alfred2003-11-151-1/+2
| | | | Change arg from uint32_t to size_t to match prototypes.
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+1352
Submitted by: Jim Rees <rees@umich.edu>
OpenPOWER on IntegriCloud