summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client/nfs4_vn_subs.c
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* 2 fixes that improve on the consistency of the NFS client cache.ps2004-12-061-2/+2
| | | | | | | | | | | - Change the cached mtime to a 'struct timespec' from a time_t. Improving the precision of the cached mtime tightens up NFS' "close-to-open" consistency considerably. - Always force an over-the-wire consistency check from nfs_open() (unless the file is marked modified). This further improves NFS' "close-to-open" consistency. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
| | | | | | | | | | | The big lines are: NODEV -> NULL NOUDEV -> NODEV udev_t -> dev_t udev2dev() -> findcdev() Various minor adjustments including handling of userland access to kernel space struct cdev etc.
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+223
Submitted by: Jim Rees <rees@umich.edu>
OpenPOWER on IntegriCloud