| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: | Mohan Srinivasan | 2007-10-12 | 1 | -2/+4 |
| * | Fix for a race where out of order loading of NFS attrs into the | John Baldwin | 2007-07-03 | 1 | -1/+17 |
| * | Over NFS, an open() call could result in multiple over-the-wire | Mohan Srinivasan | 2007-03-09 | 1 | -0/+9 |
| * | Fixes up the handling of shared vnode lock lookups in the NFS client, | Mohan Srinivasan | 2006-09-13 | 1 | -1/+1 |
| * | Changes to make the NFS client MP safe. | Mohan Srinivasan | 2006-05-19 | 1 | -24/+108 |
| * | fix a problem with XID re-use when a server returns NFSERR_JUKEBOX. | Jim Rees | 2005-11-21 | 1 | -3/+4 |
| * | Make nfs_timer() MPSAFE. With this change, the bottom half of the NFS | Paul Saab | 2005-07-19 | 1 | -1/+1 |
| * | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Rewrite of the NFS client's reply handling. We now have NFS socket | Paul Saab | 2004-12-06 | 1 | -0/+4 |
| * | 2 fixes that improve on the consistency of the NFS client cache. | Paul Saab | 2004-12-06 | 1 | -4/+4 |
| * | Add non-blocking versions of nfsm_dissect() and friends, for use from | Paul Saab | 2004-12-06 | 1 | -1/+1 |
| * | For reasons unknown, the nfs locking code used a fifo to send requests to | Poul-Henning Kamp | 2004-12-06 | 1 | -10/+0 |
| * | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -1/+1 |
| * | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | Poul-Henning Kamp | 2004-10-22 | 1 | -2/+1 |
| * | Move the VI_BWAIT flag into no bo_flag element of bufobj and call it BO_WWAIT | Poul-Henning Kamp | 2004-10-21 | 1 | -1/+1 |
| * | Remove support for using NFS device nodes. | Poul-Henning Kamp | 2004-09-28 | 1 | -7/+0 |
| * | When we traverse the vnodes on a mountpoint we need to look out for | Poul-Henning Kamp | 2004-07-04 | 1 | -5/+1 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
| * | Let the NFS client notice a file's size changing as a modification. | Peter Edwards | 2004-04-14 | 1 | -2/+9 |
| * | Unbreak build: s/TAILQ_ISEMPTY/TAILQ_EMPTY/g | Marcel Moolenaar | 2004-04-11 | 1 | -1/+1 |
| * | Clean up properly when unloading NFS client module. | Peter Edwards | 2004-04-11 | 1 | -0/+19 |
| * | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
| * | only do nfs rpc callouts if there is work to do. | Jim Rees | 2004-03-25 | 1 | -3/+2 |
| * | Remove unused second arg to vfinddev(). | Poul-Henning Kamp | 2004-03-11 | 1 | -3/+4 |
| * | Use function pointers to remove the depenancy cross dependancy on nfs4 | Alfred Perlstein | 2003-11-22 | 1 | -4/+0 |
| * | University of Michigan's Citi NFSv4 kernel client code. | Alfred Perlstein | 2003-11-14 | 1 | -0/+6 |
| * | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | Alexander Kabaev | 2003-11-05 | 1 | -4/+4 |
| * | - Check the XLOCK before we inspect the vnode. | Jeff Roberson | 2003-10-05 | 1 | -0/+4 |
| * | Name the vnode method vectors consistently with the rest of the filesystems. | Poul-Henning Kamp | 2003-09-12 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -11/+11 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -11/+11 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -1/+2 |
| * | - Lock access to the buf lists. | Jeff Roberson | 2002-09-25 | 1 | -0/+4 |
| * | Convert old style (type foo *)0 casts to NULLs | Matthew Dillon | 2002-07-11 | 1 | -9/+9 |
| * | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -2/+3 |
| * | Avoid passing the variable `tl' to functions that just use it for | Ian Dowse | 2001-12-18 | 1 | -79/+82 |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 1 | -2/+2 |
| * | Make nfsm_dissect() have an obvious return value. | Peter Wemm | 2001-09-27 | 1 | -26/+28 |
| * | Tidy up nfsm_build usage. This is only partially finished. | Peter Wemm | 2001-09-27 | 1 | -20/+20 |
| * | Add a missing dereference level. This caused nfsm_postop_attr_xx() | Ian Dowse | 2001-09-25 | 1 | -1/+1 |
| * | Oops. Fix a missing indirection level. gcc didn't complain about it on | Peter Wemm | 2001-09-20 | 1 | -1/+1 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -1496/+307 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -17/+17 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -2/+2 |
| * | - Protect the mnt_vnode list with the mntvnode lock. | John Baldwin | 2001-06-28 | 1 | -2/+4 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+2 |
| * | 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 |
| * | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | Bosko Milekic | 2000-12-21 | 1 | -14/+14 |