| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix mount mutex handling missed in r234386. | Sergey Kandaurov | 2012-05-05 | 1 | -0/+1 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | Kirk McKusick | 2012-04-17 | 1 | -9/+2 |
* | Add multi-FIB IPv6 support to the core network stack supplementing | Bjoern A. Zeeb | 2012-02-03 | 1 | -2/+2 |
* | When a "mount -u" switches an NFS mount point from TCP to UDP, | Rick Macklem | 2012-01-31 | 1 | -0/+14 |
* | Revert r230516, since it doesn't really fix the problem. | Rick Macklem | 2012-01-26 | 1 | -17/+0 |
* | Add a timeout on positive name cache entries in the NFS client. That is, | John Baldwin | 2012-01-25 | 1 | -5/+17 |
* | If a mount -u is done to either NFS client that switches it | Rick Macklem | 2012-01-25 | 1 | -0/+17 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | Kirk McKusick | 2012-01-17 | 1 | -1/+1 |
* | Finish making 'wcommitsize' an NFS client mount option. | John Baldwin | 2011-11-14 | 1 | -1/+10 |
* | Merge 220876, 220877, and 221537 from the new NFS client to the old: | John Baldwin | 2011-08-09 | 1 | -3/+2 |
* | Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync() | Rick Macklem | 2011-05-29 | 1 | -1/+11 |
* | Add a sanity check for the existence of an "addr" option | Rick Macklem | 2011-05-18 | 1 | -0/+4 |
* | Change the sysctl naming for the old and new NFS clients | Rick Macklem | 2011-05-15 | 1 | -9/+9 |
* | Implemented a mount option "nocto" that disables cache coherency | Ruslan Ermilov | 2011-05-04 | 1 | -1/+3 |
* | Fix module names and dependencies so the NFS clients will | Rick Macklem | 2011-04-27 | 1 | -5/+5 |
* | This patch changes head so that the default NFS client is now the new | Rick Macklem | 2011-04-27 | 1 | -1/+1 |
* | Fix a kernel linking problem introduced by r221032, r221040 | Rick Macklem | 2011-04-26 | 1 | -0/+12 |
* | Fix the experimental NFS client so that it does not bogusly | Rick Macklem | 2011-04-25 | 1 | -10/+1 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger | 2011-02-25 | 1 | -0/+2 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 1 | -4/+2 |
* | Fix the nlm so that it no longer depends on the regular | Rick Macklem | 2011-01-03 | 1 | -2/+9 |
* | Add missing "readahead" to the nfs_opts list. | Jaakko Heinonen | 2010-10-27 | 1 | -4/+4 |
* | Fix the type of the 3rd argument for nm_getinfo so that it works | Rick Macklem | 2010-10-19 | 1 | -3/+3 |
* | Modify the NFS clients and the NLM so that the NLM can be used | Rick Macklem | 2010-10-19 | 1 | -0/+27 |
* | Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate | Rick Macklem | 2010-07-24 | 1 | -0/+1 |
* | Change the current working directory to be inside the jail created by | Colin Percival | 2010-05-27 | 1 | -0/+5 |
* | Factor out the code shared between NFS client and server into its own | Marius Strobl | 2010-02-16 | 1 | -0/+1 |
* | Add a timeout for the negative name cache entries in the NFS client. | Rick Macklem | 2010-01-21 | 1 | -6/+18 |
* | Reduce recursions on curvnet and thus spamming the console with warning | Marko Zec | 2010-01-09 | 1 | -4/+7 |
* | Add a few more V_hacks to nfsclient to allow machines with a VIMAGE | Bjoern A. Zeeb | 2009-12-13 | 1 | -0/+5 |
* | Reverting the previous change for now. Some users reports the patch | Qing Li | 2009-09-15 | 1 | -0/+4 |
* | Simply remove the code instead of using "#if 0". | Qing Li | 2009-09-15 | 1 | -6/+0 |
* | The bootp code installs an interface address and the nfs client | Qing Li | 2009-09-15 | 1 | -0/+4 |
* | Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC. | Doug Rabson | 2009-06-30 | 1 | -2/+2 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | Doug Rabson | 2009-06-30 | 1 | -16/+1 |
* | Rename the host-related prison fields to be the same as the host.* | Jamie Gritton | 2009-06-13 | 1 | -1/+2 |
* | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -10/+5 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | Robert Watson | 2009-05-22 | 1 | -1/+0 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -10/+17 |
* | Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount options | Craig Rodrigues | 2009-01-28 | 1 | -4/+8 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -3/+58 |
* | Document a few sysctls in the NFS client and server code. | Tom Rhodes | 2008-11-02 | 1 | -8/+13 |
* | Improve VFS locking: | Attilio Rao | 2008-11-02 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -4/+4 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+1 |
* | Add code to parse NFS mount options passed as individual | Craig Rodrigues | 2008-09-13 | 1 | -23/+254 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | Attilio Rao | 2008-08-31 | 1 | -3/+3 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -1/+1 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -3/+4 |
* | Try again not to use a userspace pointer in the kernel when trying to record | Doug Rabson | 2008-07-24 | 1 | -1/+1 |