| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r275897: | kib | 2015-01-01 | 1 | -2/+1 |
* | A recent version of the oldnfs NFS client in head/current | rmacklem | 2013-07-01 | 1 | -2/+2 |
* | - Convert the bufobj lock to rwlock. | jeff | 2013-05-31 | 1 | -1/+1 |
* | Revert 195703 and 195821 as this special stop handling in NFS is now | jhb | 2013-03-13 | 1 | -3/+3 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 1 | -33/+34 |
* | - Use m_get2() instead of nfsm_reqhead(). | glebius | 2013-03-12 | 1 | -32/+32 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -2/+2 |
* | Use vfs_timestamp() to set file timestamps rather than invoking | jhb | 2013-01-18 | 1 | -3/+3 |
* | PR# 165923 reported intermittent write failures for dirty | rmacklem | 2012-05-12 | 1 | -0/+16 |
* | Remove fifo.h. The only used function declaration from the header is | kib | 2012-03-11 | 1 | -2/+0 |
* | Post r230394, the Lookup RPC counts for both NFS clients increased | rmacklem | 2012-03-03 | 1 | -11/+15 |
* | Rename cache_lookup_times() to cache_lookup() and retire the old API and | jhb | 2012-02-06 | 1 | -1/+1 |
* | Current implementations of sync(2) and syncer vnode fsync() VOP uses | kib | 2012-02-06 | 1 | -1/+1 |
* | Fix remaining calls to cache_enter() in both NFS clients to provide | kib | 2012-01-25 | 1 | -4/+0 |
* | Add a timeout on positive name cache entries in the NFS client. That is, | jhb | 2012-01-25 | 1 | -2/+4 |
* | Close a race in NFS lookup processing that could result in stale name cache | jhb | 2012-01-20 | 1 | -63/+51 |
* | Merge 220876, 220877, and 221537 from the new NFS client to the old: | jhb | 2011-08-09 | 1 | -2/+6 |
* | Eliminate duplicate #include's. | alc | 2011-05-22 | 1 | -1/+0 |
* | Change the sysctl naming for the old and new NFS clients | rmacklem | 2011-05-15 | 1 | -9/+9 |
* | Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so | rmacklem | 2011-05-06 | 1 | -1/+1 |
* | Implemented a mount option "nocto" that disables cache coherency | ru | 2011-05-04 | 1 | -1/+2 |
* | Modify the NFS clients and the NLM so that the NLM can be used | rmacklem | 2010-10-19 | 1 | -2/+0 |
* | Store the full timestamp when caching timestamps of files and | jhb | 2010-09-07 | 1 | -10/+13 |
* | Add some mutex locking on the nfsnode to the regular NFS client. | rmacklem | 2010-08-04 | 1 | -5/+6 |
* | Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate | rmacklem | 2010-07-24 | 1 | -1/+1 |
* | A previous change moved the GETATTR RPC for open() calls that hit in the | jhb | 2010-07-12 | 1 | -9/+14 |
* | - Add missing locking around flushing of an NFS node's attribute cache | jhb | 2010-07-12 | 1 | -2/+4 |
* | In NFS clients, instead of inconsistently using #ifdef | kib | 2010-06-13 | 1 | -29/+14 |
* | Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE() | delphij | 2010-05-27 | 1 | -1/+1 |
* | More gracefully handle stale file handles and attributes when opening a | jhb | 2010-05-27 | 1 | -3/+20 |
* | Fix a race that can occur when nfs nfsiod threads are being created. | rmacklem | 2010-01-27 | 1 | -1/+1 |
* | Fix a typo in a comment introduced by r202767. | rmacklem | 2010-01-21 | 1 | -1/+0 |
* | Add a timeout for the negative name cache entries in the NFS client. | rmacklem | 2010-01-21 | 1 | -2/+9 |
* | Reduce recursions on curvnet and thus spamming the console with warning | zec | 2010-01-09 | 1 | -5/+0 |
* | Add a few more V_hacks to nfsclient to allow machines with a VIMAGE | bz | 2009-12-13 | 1 | -3/+11 |
* | Close a race with caching of -ve name lookups in the NFS client. | jhb | 2009-10-16 | 1 | -6/+32 |
* | Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet | zec | 2009-08-24 | 1 | -0/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Patch the regular nfs client in a manner analagous to | rmacklem | 2009-07-17 | 1 | -1/+2 |
* | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns | kib | 2009-07-14 | 1 | -3/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -2/+0 |
* | In vn_vget_ino() and their inline equivalents, mnt_ref() the mount point | kib | 2009-07-02 | 1 | -0/+2 |
* | Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC. | dfr | 2009-06-30 | 1 | -4/+4 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 1 | -2/+1 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -0/+4 |
* | For dotdot lookup in nfs_lookup, inline the vn_vget_ino() to prevent | kib | 2009-06-17 | 1 | -10/+39 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 1 | -2/+0 |
* | Change the curvnet variable from a global const struct vnet *, | zec | 2009-05-05 | 1 | -2/+0 |
* | Remove VOP_LEASE and supporting functions. This hasn't been used since | rwatson | 2009-04-10 | 1 | -1/+0 |
* | Cache_lookup() for DOTDOT drops dvp vnode lock, allowing dvp to be reclaimed. | kib | 2009-04-10 | 1 | -0/+2 |