aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-193-3/+32
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-28/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-015-23/+35
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-35/+0
* Remove incorrect comment.Alfred Perlstein2001-04-291-1/+0
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-2912-24/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-2312-0/+24
* vnode_pager_freepage() is really vm_page_free() in disguise,Alfred Perlstein2001-04-191-3/+3
* Implement client side NFS locks.Alfred Perlstein2001-04-176-7/+438
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-172-19/+23
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode toPeter Wemm2001-04-111-0/+79
* o Rather than arbitrarily construct a credential in the nfs_statfs()Robert Watson2001-04-051-6/+2
* Use the same API as the example code.Peter Wemm2001-03-201-1/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).Peter Wemm2001-03-172-29/+2
* Dramatically improve the **lame** nfs_hash(). This is based on thePeter Wemm2001-03-171-8/+16
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-1/+5
* Reviewed by: jlemonAdrian Chadd2001-03-011-6/+2
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could beMatthew Dillon2001-02-281-0/+8
* Switch to using a struct xucred instead of a struct xucred when notBrian Feldman2001-02-182-2/+8
* 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
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-3/+3
* Enable use of DHCP extensions.Tor Egge2001-02-021-33/+240
* NFS O_EXCL file create semantics temporarily uses file attributes to storeMatthew Dillon2001-01-041-1/+14
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-2111-58/+58
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-083-14/+9
* 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-148-47/+40
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-011-21/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-294-4/+0
* Reduce kernel stack usage by not having large packets on the stack.Tor Egge2000-10-291-516/+1024
* Eliminate some bitrot (nonexisting member variable names).Tor Egge2000-10-241-5/+5
* Style fixes.Tor Egge2000-10-241-783/+842
* Make RPC timeout message more readable.Tor Egge2000-10-241-4/+10
* Problem to avoid processes getting stuck in "vmopar". From Ian'sDavid Malone2000-10-245-11/+29
* Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on topBoris Popov2000-10-151-11/+31
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).Boris Popov2000-10-152-0/+3
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-042-4/+8
* Add a lock structure to vnode structure. Previously it was either allocatedBoris Popov2000-09-251-0/+4
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-0/+1
* Don't scan for the "right" network interface by shooting in the dark.Mike Smith2000-09-051-0/+3
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-242-2/+4
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-111-1/+113
* Correctly set the Maximum DHCP Message Size. bootpd now worksPaul Saab2000-06-131-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-269-37/+37
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-239-37/+37
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.Poul-Henning Kamp2000-05-071-5/+17
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-056-0/+6
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-303-3/+0