| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the old NFS client and server from head, | rmacklem | 2014-12-23 | 1 | -276/+0 |
* | r16312 is not any longer real since many years (likely since when VFS | attilio | 2012-11-19 | 1 | -6/+0 |
* | PR# 165923 reported intermittent write failures for dirty | rmacklem | 2012-05-12 | 1 | -0/+2 |
* | Fix a LOR in the NFS client which could cause a deadlock. | rmacklem | 2011-08-02 | 1 | -2/+19 |
* | Remove prtactive variable and related printf()s in the vop_inactive | kib | 2010-11-19 | 1 | -5/+0 |
* | Modify the NFS clients and the NLM so that the NLM can be used | rmacklem | 2010-10-19 | 1 | -0/+2 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 1 | -1/+1 |
* | Add some mutex locking on the nfsnode to the regular NFS client. | rmacklem | 2010-08-04 | 1 | -0/+4 |
* | Add LK_NOWITNESS to the vn_lock() calls done on newly created nfs | rmacklem | 2009-09-09 | 1 | -1/+1 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 1 | -1/+0 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 1 | -10/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -5/+5 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 1 | -0/+7 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -2/+2 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -1/+1 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+11 |
* | In nfs_nget(), we must initialize the fh in the nfsnode before inserting the | mohans | 2006-11-29 | 1 | -6/+6 |
* | Fix for a bug caused by a race when 2 threads lookup the same | mohans | 2006-11-27 | 1 | -1/+7 |
* | vfs_hash_insert() vputs() the losing vnode before returning, in the event of | mohans | 2006-11-16 | 1 | -2/+1 |
* | Fixes up the handling of shared vnode lock lookups in the NFS client, | mohans | 2006-09-13 | 1 | -3/+3 |
* | Vnode locks are recursive and the NFS client support shared vnode locks. | mohans | 2006-05-23 | 1 | -0/+5 |
* | Changes to make the NFS client MP safe. | mohans | 2006-05-19 | 1 | -1/+2 |
* | I ran into an nfs client panic a couple of times in a row over the | alfred | 2006-01-17 | 1 | -1/+5 |
* | In nfs_nget() if two threads race on the same filehandle, the loser should | ps | 2005-07-27 | 1 | -1/+2 |
* | Remove the NFS client rslock. The rslock was used to serialize | ps | 2005-07-21 | 1 | -12/+0 |
* | - LK_NOPAUSE is a nop now. | jeff | 2005-03-31 | 1 | -1/+1 |
* | Use vfs_hash. | phk | 2005-03-16 | 1 | -154/+42 |
* | - VOP_INACTIVE should no longer drop the vnode lock. | jeff | 2005-03-13 | 1 | -1/+0 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 1 | -0/+1 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | phk | 2005-01-24 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Serialize NFS vinvalbuf operations by acquiring/upgrading to the | ps | 2004-12-06 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -2/+2 |
* | Move the buffer method vector (buf->b_op) to the bufobj. | phk | 2004-10-24 | 1 | -0/+4 |
* | Clean up properly when unloading NFS client module. | peadar | 2004-04-11 | 1 | -0/+10 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | University of Michigan's Citi NFSv4 kernel client code. | alfred | 2003-11-14 | 1 | -3/+8 |
* | Since the addition of the VI_DOINGINACT flag some time ago, | iedowse | 2003-10-05 | 1 | -15/+1 |
* | - We don't need to cache_purge() in nfs_reclaim(), vclean() does it for us. | jeff | 2003-10-05 | 1 | -2/+0 |
* | Name the vnode method vectors consistently with the rest of the filesystems. | phk | 2003-09-12 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Remove extern declarations of stuff which is static in nfs_node.c | phk | 2002-10-20 | 1 | -0/+3 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -1/+0 |
* | - Lock access to the buf lists. | jeff | 2002-09-25 | 1 | -3/+3 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | Convert old style (type foo *)0 casts to NULLs | dillon | 2002-07-11 | 1 | -3/+3 |
* | Remove the nfs_{lock,unlock,islocked} functions and the associated | iedowse | 2002-04-27 | 1 | -86/+0 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -7/+8 |
* | nfs_nget() does no locking whatsoever when looking up a vnode. If the | dillon | 2001-12-27 | 1 | -1/+4 |