summaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-0524-24/+24
* MFC: rev 1.30 - free nfs_nofs_hash_lock and np if restartingPeter Wemm1999-06-201-1/+5
* MFC: Don't duplicate nfsnodes when loosing a race.Peter Wemm1999-06-071-3/+12
* MFC: don't integer overflow for va_bytes on >2G files (when convertingPeter Wemm1999-06-071-2/+3
* MFC: don't clobber a mbuf pointerPeter Wemm1999-06-071-4/+4
* MFC: Remove unused routines.Tor Egge1997-08-152-100/+2
* MFC: Move commonly used code into static functions. Calculate correctTor Egge1997-08-151-96/+79
* Use same syntax as netboot for root and swap mounts.Tor Egge1997-05-141-159/+151
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-113-0/+1827
* Brought in change from rev.1.30: fixed a vnode reference leak inBruce Evans1996-07-021-1/+2
* Brought in changes from main branch: move MALLOC of fsnode to avoid aDavid Greenman1996-06-121-3/+10
* Bring fix for kern/1159 in from HEADPaul Traina1996-06-081-1/+2
* Fix declarations for nfs_sillyrename and nfs_lookitup.David Greenman1996-03-291-5/+5
* Remove KADB, we havn't had it ever I think.Poul-Henning Kamp1996-03-2111-153/+223
* Retrofitted fix from rev 1.22: fix panic due to a computational overflowDavid Greenman1996-01-301-3/+4
* Brought in changes from main branch: move FS readonly checks into theDavid Greenman1995-10-261-3/+47
* Add support for an NFS_ASYNC kernel option.David Greenman1995-08-231-2/+13
* Brought in change from rev 1.22: don't bogusly truncate a file on aDavid Greenman1995-07-251-2/+2
* Brought in changes from revs 1.10 and 1.11: fix race condition.David Greenman1995-07-221-1/+24
* Brought in "VOP_GETATTR" fix from the main branch. See rev 1.43 ofDavid Greenman1995-07-201-8/+12
* Brought in part of change from rev 1.12 (vfs_vnops.c) andDavid Greenman1995-07-201-3/+1
* (2.1.0 branch)David Greenman1995-06-281-2/+21
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-132-1515/+0
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-112-8/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-3011-45/+45
* Fixed some serious bugs that resulted in object reference counts not beingDavid Greenman1995-05-293-6/+40
* Changes to fix the following bugs:David Greenman1995-05-211-34/+64
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-141-20/+3
* Slight re-ordering of the creation of a vmio object to fix a conditionJohn Dyson1995-04-212-4/+8
* Various fixes from John Dyson:David Greenman1995-04-161-39/+19
* Deleted bogus DIAGNOSTIC "nfs_fsync: dirty" message. This can and doesDavid Greenman1995-03-231-4/+1
* Removed unnecessary call to vnode_pager_uncache(). We automatically clearDavid Greenman1995-03-191-4/+3
* Changed some (incorrect) nfsrv_vput()'s back into regular vput()'s. ThisDavid Greenman1995-03-171-4/+4
* Add four more filesystem flags:Garrett Wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-167-20/+13
* Removed obsolete vtrace() remnants.David Greenman1995-03-041-2/+1
* YF fix.Poul-Henning Kamp1995-02-152-6/+8
* Fixed two more bugs related to the merged cache changes.David Greenman1995-02-153-5/+6
* Woops, change a nfsrv_vput back into a nfsrv_vrele.David Greenman1995-02-151-2/+2
* Fixed three bugs related to the merged cache changes. The bugs likely wouldDavid Greenman1995-02-151-4/+4
* YFfixPoul-Henning Kamp1995-02-141-1/+5
* Changed order of release of vnode/object to fix a problem where the vnodeDavid Greenman1995-02-062-8/+14
* Fixed bmap run-length brokeness.David Greenman1995-02-031-1/+3
* Removed a pile of vfs_unbusy_pages()...both unnecessary and wrong - resultedDavid Greenman1995-02-031-6/+3
* Fix longstanding benign type mismatch.Bruce Evans1995-01-291-2/+2
* Fix conversion to/from nfs v2 time in handling microseconds.David Greenman1995-01-101-3/+9
* Added two missing brelse() calls.David Greenman1995-01-101-1/+5
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-096-109/+230
* From Gene Stark:Jordan K. Hubbard1995-01-031-1/+7
* Would you please correct nfs/nfs_vfsops.c so that the ip address of thePoul-Henning Kamp1994-12-081-2/+2