summaryrefslogtreecommitdiffstats
path: root/sys/nfsserver/nfs_serv.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* The vnode was not being vput()'d in the EEXIST mknod case on the nfsdillon2002-01-141-0/+2
* It is required by VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and VOP_MKDIRiedowse2002-01-131-3/+9
* Fix a few NFSv2 issues that slipped in during the big cleanup. Theiedowse2002-01-121-33/+28
* Rename some variables that end up shadowing their namesakes in the NFS clientmsmith2002-01-081-24/+24
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-181-10/+0
* When VOP_SYMLINK fails, the value of *vpp is junk, so we must NULLiedowse2001-12-041-3/+2
* Now that nfsm_reply() does not usually set 'error' to 0, we neediedowse2001-10-251-0/+1
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-281-2/+2
* Make nfsm_dissect() have an obvious return value.peter2001-09-271-21/+21
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-271-23/+25
* Cleanup and split of nfs client and server code.peter2001-09-181-513/+340
* KSE Milestone 2julian2001-09-121-146/+146
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Preceed/preceeding are not english words. Use precede and preceding.asmodai2001-02-181-2/+2
* Fix some problems that were introduced in revision 1.97. Insteadiedowse2001-02-091-46/+101
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-4/+4
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+113
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Fix compilation warning on alpha when converting pointer to integerdillon1999-12-181-1/+1
* Have NFS use a snapshot of boottime instead of boottime itself todillon1999-12-161-6/+14
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-121/+25
* Add a readahead heuristic to the NFS server side code. While the serverdillon1999-12-131-1/+77
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-121-4/+4
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-15/+6
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-13/+14
* Make FreeBSD less conservative in determining when to return a cookiedillon1999-09-291-0/+4
* Asynchronized client-side nfs_commit. NFS commit operations weredillon1999-09-171-3/+72
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct the sanity test length calculation in nfsrv_readdirplus(): len iswpaul1999-07-291-2/+2
* Clear error in nfsrv_create when we have a valid reply so thatalc1999-07-281-1/+2
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* Submitted by: "David E. Cross" <crossd@cs.rpi.edu>julian1999-06-301-1/+2
* Matt's NFS fixes.julian1999-06-231-348/+877
* Various changes lifted from the OpenBSD cvs tree:peter1999-06-051-27/+29
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-3/+3
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* This Implements the mumbled about "Jail" feature.phk1999-04-281-3/+3
* Suser() simplification:phk1999-04-271-3/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-1/+3
* Remove the if fixed in the last commit; bde quite correctly point outeivind1998-12-091-3/+2
* Fix typo (; in "if (vp == NULL);").eivind1998-12-081-2/+2
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notpeter1998-10-311-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t;peter1998-05-311-100/+100
OpenPOWER on IntegriCloud