summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-28/+4
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-015-23/+35
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-35/+0
* Remove incorrect comment.alfred2001-04-291-1/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-2912-24/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-2312-0/+24
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-191-3/+3
* Implement client side NFS locks.alfred2001-04-176-7/+438
* This patch removes the VOP_BWRITE() vector.phk2001-04-172-19/+23
* Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode topeter2001-04-111-0/+79
* o Rather than arbitrarily construct a credential in the nfs_statfs()rwatson2001-04-051-6/+2
* Use the same API as the example code.peter2001-03-201-1/+1
* Use a generic implementation of the Fowler/Noll/Vo hash (FNV hash).peter2001-03-172-29/+2
* Dramatically improve the **lame** nfs_hash(). This is based on thepeter2001-03-171-8/+16
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-1/+5
* Reviewed by: jlemonadrian2001-03-011-6/+2
* Fix lockup for loopback NFS mounts. The pipelined I/O limitations could bedillon2001-02-281-0/+8
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-182-2/+8
* 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
* Change and clean the mutex lock interface.bmilekic2001-02-091-3/+3
* Enable use of DHCP extensions.tegge2001-02-021-33/+240
* NFS O_EXCL file create semantics temporarily uses file attributes to storedillon2001-01-041-1/+14
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-2111-58/+58
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-083-14/+9
* Simplify the tprintf() API.phk2000-11-261-8/+1
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-2/+5
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-148-47/+40
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-21/+0
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-294-4/+0
* Reduce kernel stack usage by not having large packets on the stack.tegge2000-10-291-516/+1024
* Eliminate some bitrot (nonexisting member variable names).tegge2000-10-241-5/+5
* Style fixes.tegge2000-10-241-783/+842
* Make RPC timeout message more readable.tegge2000-10-241-4/+10
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-245-11/+29
* Make nfs PDIRUNLOCK aware. Now it is possible to use nullfs mounts on topbp2000-10-151-11/+31
* Add missed vop_stdunlock() for fifo's vnops (this affects only v2 mounts).bp2000-10-152-0/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-042-4/+8
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-251-0/+4
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+1
* Don't scan for the "right" network interface by shooting in the dark.msmith2000-09-051-0/+3
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-242-2/+4
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-1/+113
* Correctly set the Maximum DHCP Message Size. bootpd now worksps2000-06-131-1/+1
* Back out the previous change to the queue(3) interface.jake2000-05-269-37/+37
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-239-37/+37
* Include a RFC 1533 "Maximum DHCP Message Size" option in our request.phk2000-05-071-5/+17
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-056-0/+6
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-303-3/+0
* s/biowait/bufwait/gphk2000-04-291-1/+1
OpenPOWER on IntegriCloud