summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_vfsops.c
AgeCommit message (Expand)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-23Sigh. The diff is out for testing for three months without a single problem.Artur Grabowski
2002-02-22More locking in the NFS codeConstantine Sapuntzakis
2002-02-10theo doesn't like this codeNathan Binkert
2002-01-16use queue.h macro'sEric Jackson
2002-01-11Add a new sysctl that removes the requirement for reserved ports to beNathan Binkert
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-11minor fixes.Artur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-11-14allow swaples diskless configs; deradt@ okMichael Shalayeff
2001-07-27Don't accept arbitrary size file handles as the kernel buffer we are copyingConstantine Sapuntzakis
2001-06-30Get root filehandle via nfs_root.Constantine Sapuntzakis
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-06-24Change handling of NFS root vnode. Moves recognition of NFS root vnode intoConstantine Sapuntzakis
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-02-20use void * consistently in vfs_mount and sys_mount. ok @artassar
2000-05-19from tsarna@netbsd.org (sysctl changes to come later):Michael Shalayeff
2000-02-07update to use new checkexp vfs operationassar
2000-01-06Fix for NFS swap device.Steve Murphree
2000-01-01Correct casts in nfs_statfs() V3 code to correspond to reality (ie:Todd C. Miller
1999-06-10Fill in mount_info in nfs_decode_argsTodd C. Miller
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1998-08-19Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobberingConstantine Sapuntzakis
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-11-11Make diskless machines boot again. remove staticsNiklas Hallqvist
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-04-18oopsTheo de Raadt
1997-04-18new socket required if changing NOCONN; fvdlTheo de Raadt
1997-04-18ensure nfs_mountroot device is a network device; from who-knows-who atTheo de Raadt
1997-01-15prevent -Wall warning:kstailey
1996-12-24reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache timeout...dm
1996-12-17NFS attribute cache timeout mount paramdm
1996-09-21fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10monthTheo de Raadt
1996-06-02removed an unused variableNiklas Hallqvist
1996-06-01allow client-only kernel to be compiled.Michael Shalayeff
1996-05-28syncTheo de Raadt
1996-05-14NFSMNT_RESVPORT set in wrong placeTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-04-17Minor cleanups. Checked against Lite2.Michael Shalayeff
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
1996-02-29From NetBSD: merge with 960217 (still NFSv2)Niklas Hallqvist
1996-01-08graichen@freebsd.org: fixed -type:=direct mounts in amddm
1995-12-21from cgd; handle 64-bit pointers and longsTheo de Raadt
1995-10-28force NFSMNT_RESVPORT on alwaysTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt