summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient
Commit message (Expand)AuthorAgeFilesLines
* 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-132-9/+5
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-091-3/+10
* 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-281-25/+21
* Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* Changes to support version 3 of the NFS protocol.dfr1995-06-2714-1782/+4661
* The duplicate information returned in fa_type and fa_modejoerg1995-06-141-2/+21
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-2/+9
* Remove trailing whitespace.rgrimes1995-05-307-29/+29
* Fixed some serious bugs that resulted in object reference counts not beingdg1995-05-291-2/+4
* 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-211-2/+4
* 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
* 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-166-17/+12
* Removed obsolete vtrace() remnants.dg1995-03-041-2/+1
* YF fix.phk1995-02-151-3/+4
* Fixed two more bugs related to the merged cache changes.dg1995-02-151-2/+2
* YFfixphk1995-02-143-3/+15
* Changed order of release of vnode/object to fix a problem where the vnodedg1995-02-061-4/+7
* 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
* 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-093-20/+88
* 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-023-3/+12
* Implement fs.nfs MIB variables.wollman1994-10-234-7/+86
* 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-1713-280/+305
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-2/+1
* Use tsleep() rather than sleep so that 'ps' is more informative aboutdg1994-10-061-2/+2
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-0212-128/+387
* Make NFS loadable.wollman1994-09-221-0/+25
* More loadable VFS changes:wollman1994-09-223-19/+3
* Implemented loadable VFS modules, and made most existing filesystemswollman1994-09-212-2/+6
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.dg1994-08-291-12/+8
* More idempotency....... this is fun :-)paul1994-08-217-7/+41
* Implemented filesystem clean bit via:dg1994-08-201-2/+2
* Fix up some sloppy coding practices:wollman1994-08-181-2/+2
* Initialize lockf pointer. I missed this when I made NFS use the genericdg1994-08-101-1/+2
* Removed some padding bytes from the nfsnode struct to make the structuredg1994-08-091-2/+1
* Made lockf advisory locking code generic (rather than ufs specific), anddg1994-08-082-3/+11
* Changed B_AGE policy to work correctly in a world with relatively largedg1994-08-081-3/+1
* Converted 'vmunix' to 'kernel'.dg1994-08-051-2/+2
* Made NFS attribute cache timeouts kernel config file tunable viadg1994-08-043-3/+15
OpenPOWER on IntegriCloud