summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* #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-302-5/+5
* Kill XNS.wollman1996-02-132-4/+6
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* Fixed spelling of s_namlen so that this compiles again.bde1996-01-251-2/+2
* Use new printf features rather than local kludges.phk1996-01-241-8/+2
* Add a check to prevent a computation from underflowing and causingmpp1996-01-241-3/+4
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-192-4/+4
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-137-19/+97
* Don't print swap server as root server.phk1995-12-281-2/+2
* Move fs.nfs.nfsstats sysctl var back to it's old OID.phk1995-12-221-2/+2
* Staticize.phk1995-12-1713-183/+124
* Untangled the vm.h include file spaghetti.dg1995-12-076-6/+21
* Completed function declarations and/or added prototypes and/or movedbde1995-12-035-86/+71
* Completed function declarations, added prototypes and removed redundantbde1995-11-214-48/+129
* Completed function declarations and/or added prototypes.bde1995-11-213-4/+12
* Get rid of hostnamelen variable.phk1995-11-141-2/+1
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-141-1/+6
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-143/+143
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-062-4/+27
* Include a prerequisite header (so this is consistent again with thejoerg1995-10-311-1/+3
* Second batch of cleanup changes.phk1995-10-2911-177/+125
* Fix order problem: unbusy pages before releasing the buffer.dg1995-10-221-2/+2
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-221-4/+45
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-1/+4
* Make nfs diskless work again.dfr1995-08-301-1/+3
* 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-242-4/+2
* Some fixes found using gcc -Wall:dfr1995-08-244-10/+22
* Add support for amd direct maps.dfr1995-08-244-8/+14
* Converted mountlist to a CIRCLEQ.dg1995-08-112-10/+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-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
OpenPOWER on IntegriCloud