summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_subs.c
AgeCommit message (Expand)Author
2005-04-02use pool for struct nfsreq; tedu@ pedro@ ok and testing by mark patruck <mark...Michael Shalayeff
2005-03-31re-commit marius commit:Theo de Raadt
2005-02-01backout nfs_subs.c rev1.51 nfs_vfsops.c rev1.54:Peter Valchev
2005-01-24fix preposterous time warnings in the nfs client; caused by false hitsmarius eriksen
2004-08-03NFS commit coalescion: instead of sending a commit for each block, coalescemarius eriksen
2004-08-03When accessing device nodes over nfs, do not trim major and minor numbersMiod Vallat
2004-07-21kqueue support for NFS, adapted from netbsd.marius eriksen
2004-07-16kill netiso stuff here as well, millert okHenning Brauer
2004-07-13Change mode_t and nlink_t from 16bit to 32bit. This allows us toTodd C. Miller
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-05-14use pool for namei pathbuf. testing ok millert@ tdeval@Ted Unangst
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
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-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-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-19Stop whining.Artur Grabowski
2001-08-19add __sparc64__ to list of arch's not checked for bloated structures (alsoJason Wright
2001-06-27Remove old vm.Artur Grabowski
2001-06-25Remove NQNFSConstantine Sapuntzakis
2001-06-25Get rid of old directory caching scheme which caused persistent duplicates.Constantine Sapuntzakis
2000-06-26Convert nfs_timer to new timeouts.Artur Grabowski
2000-02-07update to use new checkexp vfs operationassar
1999-04-28zap the newhashinit hack.Artur Grabowski
1999-02-26compatibility with uvm vnode pagerArtur Grabowski
1999-02-06Use bitwise operations to extract high and low words from the quadTodd C. Miller
1999-01-16Do not lose st_blocks on NFSv2 mounts when files>2GBNiklas Hallqvist
1998-08-19Change fxdr_hyper to return a u_quad_t. This minimizes the evil clobberingConstantine Sapuntzakis
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-28indentTheo de Raadt
1997-04-28Previous patch didn't make much sense. We now set the initial NFS xidAngelos D. Keromytis
1997-04-27Random/unique NFS xids.Angelos D. Keromytis
1997-04-25require reserved ports. avoid ftp bounce.Theo de Raadt
1996-12-18Conditionalize GCC and ANSI/ISO C dependenciesNiklas Hallqvist
1996-12-17NFS attribute cache timeout mount paramdm
1996-10-15nqnfs code is for client+server; spotted by niklasTheo de Raadt
1996-09-25Drop unused variableNiklas Hallqvist
1996-09-21fix NFSSERVER w/o NFSCLIENT; netbsd pr#1780, cgd@netbsd (yes, a 10monthTheo de Raadt
1996-07-27fvdl; We're only handling uio with iovcnt == 1, so don't ever attempt toTheo de Raadt
1996-07-23syncTheo de Raadt
1996-05-28syncTheo 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