summaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
...
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-041-1/+4
* Make nfs diskless work again.Doug Rabson1995-08-301-1/+3
* 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-242-4/+2
* Some fixes found using gcc -Wall:Doug Rabson1995-08-244-10/+22
* Add support for amd direct maps.Doug Rabson1995-08-244-8/+14
* Converted mountlist to a CIRCLEQ.David Greenman1995-08-112-10/+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-012-5/+5
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-295-14/+34
* 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-202-6/+4
* 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-133-17/+8
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesDavid Greenman1995-07-092-6/+20
* 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-283-59/+51
* Fixed VOP_LINK argument order botch.David Greenman1995-06-282-4/+4
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-2724-3019/+8400
* The duplicate information returned in fa_type and fa_modeJoerg Wunsch1995-06-142-4/+42
* 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