aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfs.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-1/+1
* - Move pubflag and lockflag handling from nfsrv_fhtovp() to nfs_namei() -Pawel Jakub Dawidek2010-12-211-1/+7
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-091-1/+0
* Some style(9) fixes in order to fabricate a commit to denote thatMarius Strobl2010-01-091-3/+2
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()Marius Strobl2010-01-091-0/+1
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-133/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-1/+1
* Change nfsserver so that it uses the nfssvc() system call providedRick Macklem2009-04-121-7/+9
* Switch the default rpc implementation for NFS back to the new code. I believeDoug Rabson2008-11-141-4/+0
* Temporarily switch NFS back to the old RPC code while I try to diagnose andDoug Rabson2008-11-131-0/+4
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-22/+68
* Decontext-alize the nfsserver module.Attilio Rao2008-09-161-29/+26
* Garbage collect now-unused nfsrv_setcred() -- it's not only unused, butRobert Watson2007-11-041-1/+0
* - Turn all explicit giant acquires into conditional VFS_LOCK_GIANTs.Jeff Roberson2007-03-171-4/+1
* Push Giant a bit further off the NFS server in a number of straightRobert Watson2006-11-241-0/+3
* - Add a new function nfsrv_destroycache() to tear down the server requestJohn Baldwin2006-08-011-0/+1
* Manage the ucred for the NFS server using the crget/crfree API defined inChristian S.J. Peron2006-01-281-1/+1
* NFS write gathering defers execution of NFS server write requests to waitRobert Watson2005-04-171-4/+0
* Don't try to create vnode_pager objects on other filesystems vnodes,Poul-Henning Kamp2005-01-241-1/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* The socket code upcalls into the NFS server using the so_upcallRobert Watson2004-05-241-2/+9
* Don't let the NFS server module be unloaded as long as there arePeter Edwards2004-04-111-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Add imperfect comments identifying the function of various nfs socketRobert Watson2004-04-061-6/+6
* Calculate NFS timeouts in units of 10ms, not 5ms. This matches the defaultPeter Wemm2004-03-141-1/+1
* Convert from timeout to callout API.Alexander Kabaev2004-03-071-1/+1
* Beat vnode locking in the NFS server code into submission. This changeDon Lewis2003-05-251-1/+2
* Fully exterminate nfsd_srvargs and nfsd_cargs. They were either unusedPeter Wemm2002-07-241-23/+0
* Add IPv6 support.Alfred Perlstein2002-07-151-7/+0
* More s/file system/filesystem/gTom Rhodes2002-05-161-1/+1
* Rename some variables that end up shadowing their namesakes in the NFS clientMike Smith2002-01-081-5/+8
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-281-5/+4
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-410/+120
* Sync some differences that were different between the copies of the filesPeter Wemm2001-09-151-3/+3
* KSE Milestone 2Julian Elischer2001-09-121-34/+34
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-101-4/+4
* Implement client side NFS locks.Alfred Perlstein2001-04-171-0/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).Peter Wemm2001-03-171-1/+0
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-181-1/+1
* Problem to avoid processes getting stuck in "vmopar". From Ian'sDavid Malone2000-10-241-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-17/+17
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-17/+17
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-131-12/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-4/+4
* Move NFS access cache hits/misses into nfsstats structure soMatthew Dillon1999-10-251-0/+2
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-2/+4
* Asynchronized client-side nfs_commit. NFS commit operations wereMatthew Dillon1999-09-171-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1