| Commit message (Expand) | Author | Age | Files | Lines |
| * | Drop Giant before calling kthread_exit(). | John Baldwin | 2005-02-07 | 1 | -0/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | First cut of NFS direct IO support. | Paul Saab | 2004-12-15 | 1 | -4/+10 |
| * | For reasons unknown, the nfs locking code used a fifo to send requests to | Poul-Henning Kamp | 2004-12-06 | 1 | -13/+0 |
| * | Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio(). | Poul-Henning Kamp | 2004-09-07 | 1 | -2/+2 |
| * | Clean up properly when unloading NFS client module. | Peter Edwards | 2004-04-11 | 1 | -2/+4 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | University of Michigan's Citi NFSv4 kernel client code. | Alfred Perlstein | 2003-11-14 | 1 | -0/+3 |
| * | Change idle sleep indentifier to "-" for nfsiod | Poul-Henning Kamp | 2003-07-02 | 1 | -1/+1 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+2 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -1/+1 |
| * | Convert old style (type foo *)0 casts to NULLs | Matthew Dillon | 2002-07-11 | 1 | -2/+2 |
| * | Revise the nfsiod auto tuning code. Now both the upper and lower limits | Peter Wemm | 2002-01-15 | 1 | -9/+72 |
| * | Implement vfs.nfs.iodmin (minimum number of nfsiod's) and | Peter Wemm | 2002-01-14 | 1 | -37/+66 |
| * | o Modify nfslockdans() to accept a thread reference instead of a proc | Robert Watson | 2001-11-14 | 1 | -1/+1 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -1057/+40 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -32/+33 |
| * | Pushdown Giant for nfs syscalls (nfssvc()) | Matthew Dillon | 2001-08-31 | 1 | -12/+23 |
| * | Revert consequences of changes to mount.h, part 2. | Greg Lehey | 2001-04-29 | 1 | -2/+0 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | Implement client side NFS locks. | Alfred Perlstein | 2001-04-17 | 1 | -0/+9 |
| * | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -1/+7 |
| * | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | Bosko Milekic | 2000-12-21 | 1 | -2/+2 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -8/+5 |
| * | This patchset fixes a large number of file descriptor race conditions. | Matthew Dillon | 2000-11-18 | 1 | -2/+5 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
| * | Clean up some loose ends in the network code, including the X.25 and ISO | Peter Wemm | 2000-02-13 | 1 | -12/+0 |
| * | Enhance reassignbuf(). When a buffer cannot be time-optimally inserted | Matthew Dillon | 2000-01-05 | 1 | -1/+1 |
| * | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | Brian Feldman | 1999-12-19 | 1 | -2/+1 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+2 |
| * | Remove special case socket sharing code in order to allow nfsd to | Matthew Dillon | 1999-11-11 | 1 | -12/+12 |
| * | Fix nfssvc_addsock() to not attempt to free a NULL socket structure | Matthew Dillon | 1999-11-08 | 1 | -3/+6 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -41/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Matt's NFS fixes. | Julian Elischer | 1999-06-23 | 1 | -2/+2 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -3/+3 |
| * | Untangle the nfs send and receive queue locking a little. One lock | Peter Wemm | 1999-02-25 | 1 | -20/+49 |
| * | Move the declaration of the vfs.nfs sysctl node outside an ifdef so that | Doug Rabson | 1999-02-18 | 1 | -3/+3 |
| * | * Change sysctl from using linker_set to construct its tree using SLISTs. | Doug Rabson | 1999-02-16 | 1 | -1/+3 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | Archie Cobbs | 1998-12-07 | 1 | -2/+1 |
| * | Check for NULL pointer before freeing a struct sockaddr. m_freem() can handle | Luoqi Chen | 1998-09-01 | 1 | -2/+3 |
| * | Yow! Completely change the way socket options are handled, eliminating | Garrett Wollman | 1998-08-23 | 1 | -9/+21 |
| * | For the on-the-wire protocol, u_long -> u_int32_t; long -> int32_t; | Peter Wemm | 1998-05-31 | 1 | -15/+15 |
| * | Use the new SB_UPCALL flag, | Peter Wemm | 1998-05-31 | 1 | -1/+4 |
| * | NFS Jumbo commit part 1. Cosmetic and structural changes only. The aim | Peter Wemm | 1998-05-31 | 1 | -164/+162 |
| * | Allow control of the attribute cache timeouts at mount time. | Peter Wemm | 1998-05-19 | 1 | -17/+20 |
| * | Eradicate the variable "time" from the kernel, using various measures. | Poul-Henning Kamp | 1998-03-30 | 1 | -19/+16 |