| Commit message (Expand) | Author | Age | Files | Lines |
* | When an NFS unmount occurs, once vflush() writes the last dirty | rmacklem | 2013-04-18 | 1 | -1/+9 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 1 | -2/+2 |
* | - Use m_get2() instead of nfsm_reqhead(). | glebius | 2013-03-12 | 1 | -2/+2 |
* | Further refine the handling of stop signals in the NFS client. The | jhb | 2013-02-21 | 1 | -1/+1 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -1/+1 |
* | Fix mount mutex handling missed in r234386. | pluknet | 2012-05-05 | 1 | -0/+1 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 1 | -9/+2 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -2/+2 |
* | When a "mount -u" switches an NFS mount point from TCP to UDP, | rmacklem | 2012-01-31 | 1 | -0/+14 |
* | Revert r230516, since it doesn't really fix the problem. | rmacklem | 2012-01-26 | 1 | -17/+0 |
* | Add a timeout on positive name cache entries in the NFS client. That is, | jhb | 2012-01-25 | 1 | -5/+17 |
* | If a mount -u is done to either NFS client that switches it | rmacklem | 2012-01-25 | 1 | -0/+17 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -1/+1 |
* | Finish making 'wcommitsize' an NFS client mount option. | jhb | 2011-11-14 | 1 | -1/+10 |
* | Merge 220876, 220877, and 221537 from the new NFS client to the old: | jhb | 2011-08-09 | 1 | -3/+2 |
* | Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync() | rmacklem | 2011-05-29 | 1 | -1/+11 |
* | Add a sanity check for the existence of an "addr" option | rmacklem | 2011-05-18 | 1 | -0/+4 |
* | Change the sysctl naming for the old and new NFS clients | rmacklem | 2011-05-15 | 1 | -9/+9 |
* | Implemented a mount option "nocto" that disables cache coherency | ru | 2011-05-04 | 1 | -1/+3 |
* | Fix module names and dependencies so the NFS clients will | rmacklem | 2011-04-27 | 1 | -5/+5 |
* | This patch changes head so that the default NFS client is now the new | rmacklem | 2011-04-27 | 1 | -1/+1 |
* | Fix a kernel linking problem introduced by r221032, r221040 | rmacklem | 2011-04-26 | 1 | -0/+12 |
* | Fix the experimental NFS client so that it does not bogusly | rmacklem | 2011-04-25 | 1 | -10/+1 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 1 | -0/+2 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -4/+2 |
* | Fix the nlm so that it no longer depends on the regular | rmacklem | 2011-01-03 | 1 | -2/+9 |
* | Add missing "readahead" to the nfs_opts list. | jh | 2010-10-27 | 1 | -4/+4 |
* | Fix the type of the 3rd argument for nm_getinfo so that it works | rmacklem | 2010-10-19 | 1 | -3/+3 |
* | Modify the NFS clients and the NLM so that the NLM can be used | rmacklem | 2010-10-19 | 1 | -0/+27 |
* | Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate | rmacklem | 2010-07-24 | 1 | -0/+1 |
* | Change the current working directory to be inside the jail created by | cperciva | 2010-05-27 | 1 | -0/+5 |
* | Factor out the code shared between NFS client and server into its own | marius | 2010-02-16 | 1 | -0/+1 |
* | Add a timeout for the negative name cache entries in the NFS client. | rmacklem | 2010-01-21 | 1 | -6/+18 |
* | Reduce recursions on curvnet and thus spamming the console with warning | zec | 2010-01-09 | 1 | -4/+7 |
* | Add a few more V_hacks to nfsclient to allow machines with a VIMAGE | bz | 2009-12-13 | 1 | -0/+5 |
* | Reverting the previous change for now. Some users reports the patch | qingli | 2009-09-15 | 1 | -0/+4 |
* | Simply remove the code instead of using "#if 0". | qingli | 2009-09-15 | 1 | -6/+0 |
* | The bootp code installs an interface address and the nfs client | qingli | 2009-09-15 | 1 | -0/+4 |
* | Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC. | dfr | 2009-06-30 | 1 | -2/+2 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 1 | -16/+1 |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 1 | -1/+2 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -10/+5 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 1 | -1/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -10/+17 |
* | Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount options | rodrigc | 2009-01-28 | 1 | -4/+8 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 1 | -3/+58 |
* | Document a few sysctls in the NFS client and server code. | trhodes | 2008-11-02 | 1 | -8/+13 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -4/+4 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+1 |