summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_serv.c
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* In sys/time.h, struct timespec is defined as:nate1996-09-191-5/+5
* 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-211-153/+133
* Fixed a vnode reference leak in nfsrv_rename(). The target inode wasn'tbde1996-06-081-1/+2
* Fixed nfs sysctls. They missed out on the fs -> vfs name changes frombde1996-04-301-2/+2
* Add an option NFS_NOSERVER which saves 100K in the install kernel (orphk1996-01-131-6/+9
* Staticize.phk1995-12-171-7/+11
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+4
* Second batch of cleanup changes.phk1995-10-291-19/+10
* Added NFS_ASYNC kernel option. It only has an effect for NFSv2.dg1995-08-241-1/+11
* Some fixes found using gcc -Wall:dfr1995-08-241-3/+3
* 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
* 1) Converted v_vmdata to v_object.dg1995-06-281-9/+9
* Fixed VOP_LINK argument order botch.dg1995-06-281-2/+2
* Changes to support version 3 of the NFS protocol.dfr1995-06-271-757/+2147
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-6/+1
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Fixed some serious bugs that resulted in object reference counts not beingdg1995-05-291-2/+32
* 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
* 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
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-86/+86
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksphk1994-10-021-57/+102
* Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-281-39/+65
* More loadable VFS changes:wollman1994-09-221-7/+1
* "bogus" fixes from 1.1.5 to work around some cache coherency problems.dg1994-08-291-3/+2
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-6/+27
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+1908
OpenPOWER on IntegriCloud