summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn'tbde1996-06-081-1/+2
* #include <sys/filedesc.h> explicitly instead of depending on it beingbde1996-04-301-1/+2
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes frombde1996-04-301-2/+2
* Kill XNS.wollman1996-02-131-2/+4
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-302-6/+6
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-191-2/+2
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-135-17/+66
* Staticize.phk1995-12-177-55/+60
* Untangled the vm.h include file spaghetti.dg1995-12-072-2/+8
* Completed function declarations and/or added prototypes and/or movedbde1995-12-034-79/+112
* Completed function declarations, added prototypes and removed redundantbde1995-11-212-38/+96
* Completed function declarations and/or added prototypes.bde1995-11-212-2/+8
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-141-1/+6
* Include a prerequisite header (so this is consistent again with thejoerg1995-10-312-2/+6
* Second batch of cleanup changes.phk1995-10-296-35/+15
* Added NFS_ASYNC kernel option. It only has an effect for NFSv2.dg1995-08-241-1/+11
* Killed redundant declarations of nfsm_rpchead().dg1995-08-241-2/+1
* Some fixes found using gcc -Wall:dfr1995-08-242-5/+11
* Add support for amd direct maps.dfr1995-08-241-2/+2
* Fixed bug where vnode_pager_uncache() wasn't always called when it shoulddg1995-08-061-3/+2
* 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-011-2/+2
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-293-13/+23
* vnode_pager_alloc() never returns NULL, so don't check for it.dg1995-07-201-3/+2
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-8/+3
* Moved call to VOP_GETATTR() out of vnode_pager_alloc() and into the placesdg1995-07-091-3/+10
* 1) Converted v_vmdata to v_object.dg1995-06-282-34/+30
* Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* Changes to support version 3 of the NFS protocol.dfr1995-06-2710-1477/+4937
* The duplicate information returned in fa_type and fa_modejoerg1995-06-141-2/+21
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-6/+1
* Remove trailing whitespace.rgrimes1995-05-305-22/+22
* Fixed some serious bugs that resulted in object reference counts not beingdg1995-05-292-4/+36
* Slight re-ordering of the creation of a vmio object to fix a conditiondyson1995-04-211-2/+4
* 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 and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-162-6/+2
* YF fix.phk1995-02-151-3/+4
* Fixed two more bugs related to the merged cache changes.dg1995-02-151-2/+2
* 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-142-2/+10
* Changed order of release of vnode/object to fix a problem where the vnodedg1995-02-061-4/+7
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-092-87/+140
* Forward-declare a few structures to avoid warning messages.wollman1994-11-022-2/+8
* Implement fs.nfs MIB variables.wollman1994-10-232-4/+24
* This is a bunch of changes from NetBSD. There are a couple of bug-fixes.phk1994-10-178-240/+196
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-028-128/+321
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-281-39/+65
OpenPOWER on IntegriCloud