aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* Killed redundant declarations of nfsm_rpchead().David Greenman1995-08-241-2/+1
* Some fixes found using gcc -Wall:Doug Rabson1995-08-241-2/+8
* Add support for amd direct maps.Doug Rabson1995-08-243-6/+12
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-111-5/+1
* Removed my special-case hack for VOP_LINK and fixed the problem with theDavid Greenman1995-08-011-3/+3
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-295-21/+31
* Slightly better fix than previous revision.Doug Rabson1995-07-241-4/+3
* Fix a problem which appeared to truncate a file to the nearest block boundaryDoug Rabson1995-07-241-2/+3
* Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formattingDavid Greenman1995-07-221-14/+6
* Implemented an nfs_node hash list lock, similar to what was implementedDavid Greenman1995-07-211-1/+31
* vnode_pager_alloc() never returns NULL, so don't check for it.David Greenman1995-07-201-3/+2
* I believe that the following fix to nfs_vnops.c should do the trick w.r.t.Doug Rabson1995-07-131-10/+8
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-132-9/+5
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesDavid Greenman1995-07-091-3/+10
* Use a consistent blocksize for sizing bufs to avoid panicing the bio system.Doug Rabson1995-07-072-7/+23
* Use the correct cred for nfs_commit operations.Doug Rabson1995-06-281-2/+31
* 1) Converted v_vmdata to v_object.David Greenman1995-06-281-25/+21
* Fixed VOP_LINK argument order botch.David Greenman1995-06-281-2/+2
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-2714-1781/+4660
* 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-2/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-29/+29
* Fixed some serious bugs that resulted in object reference counts not beingDavid Greenman1995-05-291-2/+4
* 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-211-2/+4
* 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
* 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-166-17/+12
* Removed obsolete vtrace() remnants.David Greenman1995-03-041-2/+1
* 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
* YFfixPoul-Henning Kamp1995-02-143-3/+15
* Changed order of release of vnode/object to fix a problem where the vnodeDavid Greenman1995-02-061-4/+7
* 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
* 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-093-20/+88
* 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
* Forward-declare a few structures to avoid warning messages.Garrett Wollman1994-11-023-3/+12
* Implement fs.nfs MIB variables.Garrett Wollman1994-10-234-7/+86
* This is where the action is. I'm still not sure that swap is 100% OK, butPoul-Henning Kamp1994-10-221-38/+56
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.Poul-Henning Kamp1994-10-1713-280/+305
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.David Greenman1994-10-091-2/+1
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-0212-128/+387
* Make NFS loadable.Garrett Wollman1994-09-221-0/+25
* More loadable VFS changes:Garrett Wollman1994-09-223-19/+3