summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Slight changes to locking around VOP_READRIR.dfr1995-08-031-2/+18
* Lock the directory vnode before VOP_READDIR in nfsrv_readdirplusdfr1995-08-021-1/+3
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-012-5/+5
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-295-14/+34
* Slightly better fix than previous revision.dfr1995-07-241-4/+3
* Fix a problem which appeared to truncate a file to the nearest block boundarydfr1995-07-241-2/+3
* Correct my cut-'n-paste job from ffs_vfsops.c and fix up the formattingdg1995-07-221-14/+6
* Implemented an nfs_node hash list lock, similar to what was implementeddg1995-07-211-1/+31
* vnode_pager_alloc() never returns NULL, so don't check for it.dg1995-07-202-6/+4
* I believe that the following fix to nfs_vnops.c should do the trick w.r.t.dfr1995-07-131-10/+8
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-133-17/+8
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-092-6/+20
* Use a consistent blocksize for sizing bufs to avoid panicing the bio system.dfr1995-07-072-7/+23
* Use the correct cred for nfs_commit operations.dfr1995-06-281-2/+31
* 1) Converted v_vmdata to v_object.dg1995-06-283-59/+51
* Fixed VOP_LINK argument order botch.dg1995-06-282-4/+4
* Changes to support version 3 of the NFS protocol.dfr1995-06-2724-3021/+8402
* The duplicate information returned in fa_type and fa_modejoerg1995-06-142-4/+42
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-8/+10
* Remove trailing whitespace.rgrimes1995-05-3011-45/+45
* Fixed some serious bugs that resulted in object reference counts not beingdg1995-05-293-6/+40
* Changes to fix the following bugs:dg1995-05-211-34/+64
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-141-20/+3
* Slight re-ordering of the creation of a vmio object to fix a conditiondyson1995-04-212-4/+8
* Various fixes from John Dyson:dg1995-04-161-39/+19
* Deleted bogus DIAGNOSTIC "nfs_fsync: dirty" message. This can and doesdg1995-03-231-4/+1
* Removed unnecessary call to vnode_pager_uncache(). We automatically cleardg1995-03-191-4/+3
* Changed some (incorrect) nfsrv_vput()'s back into regular vput()'s. Thisdg1995-03-171-4/+4
* Add four more filesystem flags:wollman1995-03-161-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-167-20/+13
* Removed obsolete vtrace() remnants.dg1995-03-041-2/+1
* YF fix.phk1995-02-152-6/+8
* Fixed two more bugs related to the merged cache changes.dg1995-02-153-5/+6
* Woops, change a nfsrv_vput back into a nfsrv_vrele.dg1995-02-151-2/+2
* Fixed three bugs related to the merged cache changes. The bugs likely woulddg1995-02-151-4/+4
* YFfixphk1995-02-141-1/+5
* Changed order of release of vnode/object to fix a problem where the vnodedg1995-02-062-8/+14
* Fixed bmap run-length brokeness.dg1995-02-031-1/+3
* Removed a pile of vfs_unbusy_pages()...both unnecessary and wrong - resulteddg1995-02-031-6/+3
* Fix longstanding benign type mismatch.bde1995-01-291-2/+2
* Fix conversion to/from nfs v2 time in handling microseconds.dg1995-01-101-3/+9
* Added two missing brelse() calls.dg1995-01-101-1/+5
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-096-109/+230
* From Gene Stark:jkh1995-01-031-1/+7
* Would you please correct nfs/nfs_vfsops.c so that the ip address of thephk1994-12-081-2/+2
* Forward-declare a few structures to avoid warning messages.wollman1994-11-021-1/+4
* Implement fs.nfs MIB variables.wollman1994-10-232-3/+62
* This is where the action is. I'm still not sure that swap is 100% OK, butphk1994-10-221-38/+56
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-1717-437/+370
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
OpenPOWER on IntegriCloud