aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Added NFS_ASYNC kernel option. It only has an effect for NFSv2.David Greenman1995-08-241-1/+11
* Killed redundant declarations of nfsm_rpchead().David Greenman1995-08-241-2/+1
* Some fixes found using gcc -Wall:Doug Rabson1995-08-242-5/+11
* Add support for amd direct maps.Doug Rabson1995-08-241-2/+2
* Fixed bug where vnode_pager_uncache() wasn't always called when it shouldDavid Greenman1995-08-061-3/+2
* Slight changes to locking around VOP_READRIR.Doug Rabson1995-08-031-2/+18
* Lock the directory vnode before VOP_READDIR in nfsrv_readdirplusDoug Rabson1995-08-021-1/+3
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-011-2/+2
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-293-13/+23
* vnode_pager_alloc() never returns NULL, so don't check for it.David Greenman1995-07-201-3/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-8/+3
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesDavid Greenman1995-07-091-3/+10
* 1) Converted v_vmdata to v_object.David Greenman1995-06-282-34/+30
* Fixed VOP_LINK argument order botch.David Greenman1995-06-281-2/+2
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-2710-1477/+4937
* The duplicate information returned in fa_type and fa_modeJoerg Wunsch1995-06-141-2/+21
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-6/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-22/+22
* Fixed some serious bugs that resulted in object reference counts not beingDavid Greenman1995-05-292-4/+36
* Slight re-ordering of the creation of a vmio object to fix a conditionJohn Dyson1995-04-211-2/+4
* 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 and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-162-6/+2
* YF fix.Poul-Henning Kamp1995-02-151-3/+4
* Fixed two more bugs related to the merged cache changes.David Greenman1995-02-151-2/+2
* 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-142-2/+10
* Changed order of release of vnode/object to fix a problem where the vnodeDavid Greenman1995-02-061-4/+7
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-092-87/+140
* Forward-declare a few structures to avoid warning messages.Garrett Wollman1994-11-022-2/+8
* Implement fs.nfs MIB variables.Garrett Wollman1994-10-232-4/+24
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.Poul-Henning Kamp1994-10-178-240/+196
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-028-128/+321
* Make NFS ask the filesystems for directory cookies instead of making themDoug Rabson1994-09-281-39/+65
* Make NFS loadable.Garrett Wollman1994-09-221-0/+25
* More loadable VFS changes:Garrett Wollman1994-09-222-12/+2
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.David Greenman1994-08-291-3/+2
* More idempotency....... this is fun :-)Paul Richards1994-08-214-4/+23
* Made NFS attribute cache timeouts kernel config file tunable viaDavid Greenman1994-08-042-2/+10
* Added $Id$David Greenman1994-08-029-0/+9
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-255-9/+69
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-249-0/+7197