| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mount mutex handling missed in r234386. | Kirk McKusick | 2012-05-10 | 1 | -1/+0 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | Kirk McKusick | 2012-04-17 | 1 | -9/+1 |
* | Close a race in NFS lookup processing that could result in stale name cache | John Baldwin | 2012-01-20 | 1 | -4/+4 |
* | Change the sysctl naming for the old and new NFS clients | Rick Macklem | 2011-05-15 | 1 | -2/+2 |
* | Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so | Rick Macklem | 2011-05-06 | 1 | -1/+1 |
* | - Fixed nfs_printf() to use vprintf(). | Ruslan Ermilov | 2011-04-13 | 1 | -2/+5 |
* | Do not fork nfsiod directly from the vop methods. This causes LORs between | Konstantin Belousov | 2010-09-12 | 1 | -0/+7 |
* | Retire the NFS access cache timestamp structure. It was used in VOP_OPEN() | John Baldwin | 2010-07-15 | 1 | -9/+0 |
* | In NFS clients, instead of inconsistently using #ifdef | Konstantin Belousov | 2010-06-13 | 1 | -12/+3 |
* | Fix a race that can occur when nfs nfsiod threads are being created. | Rick Macklem | 2010-01-27 | 1 | -2/+2 |
* | In nfs_upgrade_vnlock(), assert that the vnode is locked. It is for all | Konstantin Belousov | 2009-08-14 | 1 | -15/+12 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | Doug Rabson | 2009-06-30 | 1 | -108/+0 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | Robert Watson | 2009-05-22 | 1 | -2/+0 |
* | When a stale file handle is encountered, purge all cached information about | John Baldwin | 2009-04-06 | 1 | -0/+23 |
* | Fix two bugs in DTrace tracing of accesscache and attrcache load events: | Robert Watson | 2009-03-24 | 1 | -4/+8 |
* | Add DTrace probes to the NFS access and attribute caches. Access cache | Robert Watson | 2009-03-24 | 1 | -6/+41 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -1/+7 |
* | Document a few sysctls in the NFS client and server code. | Tom Rhodes | 2008-11-02 | 1 | -1/+2 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -10/+10 |
* | - Complete part of the unfinished bufobj work by consistently using | Jeff Roberson | 2008-03-22 | 1 | -5/+8 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | Attilio Rao | 2008-02-25 | 1 | -1/+1 |
* | Consolidate the code to generate a new XID for a NFS request into a | John Baldwin | 2008-02-13 | 1 | -14/+23 |
* | namei() can call underlying nfs_readlink() passing a struct uio pointer | Attilio Rao | 2008-02-09 | 1 | -3/+3 |
* | - Introduce the function lockmgr_recursed() which returns true if the | Attilio Rao | 2008-01-19 | 1 | -1/+1 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -3/+3 |
* | NFS MP scaling changes. | 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 |