aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver
Commit message (Expand)AuthorAgeFilesLines
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-287-94/+70
* Oops. I forgot to cvs rm this before. There is a common nfsproto.h.Peter Wemm2001-09-281-439/+0
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-273-83/+73
* Tidy up nfsm_build usage. This is only partially finished.Peter Wemm2001-09-273-33/+35
* Wrap a module around the init code so that we have somethign do do aPeter Wemm2001-09-201-38/+46
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-189-5528/+1076
* Sync some differences that were different between the copies of the filesPeter Wemm2001-09-152-6/+6
* KSE Milestone 2Julian Elischer2001-09-126-295/+299
* Fix some signed/unsigned integer confusion, and add bounds checking ofKris Kennaway2001-09-102-8/+8
* Pushdown Giant for nfs syscalls (nfssvc())Matthew Dillon2001-08-311-12/+23
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-041-2/+2
* - Protect the mnt_vnode list with the mntvnode lock.John Baldwin2001-06-281-2/+4
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+8
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-295-10/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-235-0/+10
* Implement client side NFS locks.Alfred Perlstein2001-04-173-0/+11
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).Peter Wemm2001-03-172-2/+0
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-183-3/+9
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-2/+2
* Fix some problems that were introduced in revision 1.97. InsteadIan Dowse2001-02-091-46/+101
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-216-33/+33
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-082-10/+6
* Simplify the tprintf() API.Poul-Henning Kamp2000-11-261-8/+1
* This patchset fixes a large number of file descriptor race conditions.Matthew Dillon2000-11-181-2/+5
* In preparation for deprecating CIRCLEQ macros in favor of TAILQKirk McKusick2000-11-141-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Problem to avoid processes getting stuck in "vmopar". From Ian'sDavid Malone2000-10-244-7/+16
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+1
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-1/+2
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-1/+113
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-265-39/+39
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-235-39/+39
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-302-2/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Add a sysctl to specify the amount of UDP receive space NFS shouldMatthew Dillon2000-03-271-8/+22
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-133-33/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,Matthew Dillon2000-01-133-35/+0
* tcp updates to support IPv6.Yoshinobu Inoue2000-01-091-1/+1
* Enhance reassignbuf(). When a buffer cannot be time-optimally insertedMatthew Dillon2000-01-051-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-8/+8
* make getfh a standard syscall instead of dependant on havingAlfred Perlstein1999-12-211-14/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-192-4/+3
* Fix compilation warning on alpha when converting pointer to integerMatthew Dillon1999-12-181-1/+1
* Have NFS use a snapshot of boottime instead of boottime itself toMatthew Dillon1999-12-161-6/+14
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-152-121/+27
* Add a readahead heuristic to the NFS server side code. While the serverMatthew Dillon1999-12-131-1/+77