summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-1/+1
* - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -pjd2010-12-211-1/+7
* - Move nfs_realign() from the NFS client to the shared NFS code andmarius2010-02-091-1/+0
* Some style(9) fixes in order to fabricate a commit to denote thatmarius2010-01-091-3/+2
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()marius2010-01-091-0/+1
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-133/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-1/+1
* Change nfsserver so that it uses the nfssvc() system call providedrmacklem2009-04-121-7/+9
* Switch the default rpc implementation for NFS back to the new code. I believedfr2008-11-141-4/+0
* Temporarily switch NFS back to the old RPC code while I try to diagnose anddfr2008-11-131-0/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-22/+68
* Decontext-alize the nfsserver module.attilio2008-09-161-29/+26
* Garbage collect now-unused nfsrv_setcred() -- it's not only unused, butrwatson2007-11-041-1/+0
* - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.jeff2007-03-171-4/+1
* Push Giant a bit further off the NFS server in a number of straightrwatson2006-11-241-0/+3
* - Add a new function nfsrv_destroycache() to tear down the server requestjhb2006-08-011-0/+1
* Manage the ucred for the NFS server using the crget/crfree API defined incsjp2006-01-281-1/+1
* NFS write gathering defers execution of NFS server write requests to waitrwatson2005-04-171-4/+0
* Don't try to create vnode_pager objects on other filesystems vnodes,phk2005-01-241-1/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* The socket code upcalls into the NFS server using the so_upcallrwatson2004-05-241-2/+9
* Don't let the NFS server module be unloaded as long as there arepeadar2004-04-111-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Add imperfect comments identifying the function of various nfs socketrwatson2004-04-061-6/+6
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultpeter2004-03-141-1/+1
* Convert from timeout to callout API.kan2004-03-071-1/+1
* Beat vnode locking in the NFS server code into submission. This changetruckman2003-05-251-1/+2
* Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unusedpeter2002-07-241-23/+0
* Add IPv6 support.alfred2002-07-151-7/+0
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Rename some variables that end up shadowing their namesakes in the NFS clientmsmith2002-01-081-5/+8
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-281-5/+4
* Cleanup and split of nfs client and server code.peter2001-09-181-410/+120
* Sync some differences that were different between the copies of the filespeter2001-09-151-3/+3
* KSE Milestone 2julian2001-09-121-34/+34
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-4/+4
* Implement client side NFS locks.alfred2001-04-171-0/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-171-1/+0
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-1/+1
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-241-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-17/+17
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-17/+17
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-131-12/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-4/+4
* Move NFS access cache hits/misses into nfsstats structure sodillon1999-10-251-0/+2
* sigset_t change (part 2 of 5)marcel1999-09-291-2/+4
* Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-171-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* remove b_proc from struct buf, it's (now) unused.phk1999-05-061-3/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-021-3/+2
OpenPOWER on IntegriCloud