summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Fix (properly, I hope) 'panic: sillyrename dir' crash that can happenwpaul1996-12-311-2/+3
* Convert the interface address and IP interface address structureswollman1996-12-131-3/+3
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-069-89/+168
* If a large (>4096 bytes) directory was modified, the old directorydfr1996-10-212-7/+11
* Add four sysctl variables that joerg wanted.phk1996-10-201-1/+19
* Staticized `nfs_dwrite'.bde1996-10-121-2/+2
* This fixes a problem with the nfs socket handling code which happensdfr1996-10-112-7/+29
* In sys/time.h, struct timespec is defined as:nate1996-09-198-69/+69
* Release an unneeded reference to a vnode that was gained in a VFS_VGET().dg1996-09-051-1/+2
* Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.bde1996-09-031-2/+2
* Even though this looks like it, this is not a complex code change.dyson1996-08-215-258/+150
* Various fixes from frank@fwi.uva.nl (Frank van der Linden) viadfr1996-07-164-25/+58
* Modify the kernel to use the new pr_usrreqs interface rather than the oldwollman1996-07-111-5/+6
* Don't truncate minor or major numbers in the nfsv3 client.bde1996-06-232-6/+6
* Fix for NFS_NOSERVERphk1996-06-143-12/+15
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-2/+9
* Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn'tbde1996-06-081-1/+2
* Clear flags before using an inactive buffer. This is a kludge, butpst1996-06-081-1/+2
* removed:phk1996-05-021-2/+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-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
OpenPOWER on IntegriCloud