aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* When an NFS unmount occurs, once vflush() writes the last dirtyRick Macklem2013-04-181-1/+9
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-2/+2
* - Use m_get2() instead of nfsm_reqhead().Gleb Smirnoff2013-03-121-2/+2
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-211-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.Attilio Rao2012-11-091-1/+1
* Fix mount mutex handling missed in r234386.Sergey Kandaurov2012-05-051-0/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.Kirk McKusick2012-04-171-9/+2
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-2/+2
* When a "mount -u" switches an NFS mount point from TCP to UDP,Rick Macklem2012-01-311-0/+14
* Revert r230516, since it doesn't really fix the problem.Rick Macklem2012-01-261-17/+0
* Add a timeout on positive name cache entries in the NFS client. That is,John Baldwin2012-01-251-5/+17
* If a mount -u is done to either NFS client that switches itRick Macklem2012-01-251-0/+17
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Finish making 'wcommitsize' an NFS client mount option.John Baldwin2011-11-141-1/+10
* Merge 220876, 220877, and 221537 from the new NFS client to the old:John Baldwin2011-08-091-3/+2
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()Rick Macklem2011-05-291-1/+11
* Add a sanity check for the existence of an "addr" optionRick Macklem2011-05-181-0/+4
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-9/+9
* Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-041-1/+3
* Fix module names and dependencies so the NFS clients willRick Macklem2011-04-271-5/+5
* This patch changes head so that the default NFS client is now the newRick Macklem2011-04-271-1/+1
* Fix a kernel linking problem introduced by r221032, r221040Rick Macklem2011-04-261-0/+12
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-251-10/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+2
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-161-4/+2
* Fix the nlm so that it no longer depends on the regularRick Macklem2011-01-031-2/+9
* Add missing "readahead" to the nfs_opts list.Jaakko Heinonen2010-10-271-4/+4
* Fix the type of the 3rd argument for nm_getinfo so that it worksRick Macklem2010-10-191-3/+3
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-191-0/+27
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separateRick Macklem2010-07-241-0/+1
* Change the current working directory to be inside the jail created byColin Percival2010-05-271-0/+5
* Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-161-0/+1
* Add a timeout for the negative name cache entries in the NFS client.Rick Macklem2010-01-211-6/+18
* Reduce recursions on curvnet and thus spamming the console with warningMarko Zec2010-01-091-4/+7
* Add a few more V_hacks to nfsclient to allow machines with a VIMAGEBjoern A. Zeeb2009-12-131-0/+5
* Reverting the previous change for now. Some users reports the patchQing Li2009-09-151-0/+4
* Simply remove the code instead of using "#if 0".Qing Li2009-09-151-6/+0
* The bootp code installs an interface address and the nfs clientQing Li2009-09-151-0/+4
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.Doug Rabson2009-06-301-2/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-16/+1
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-1/+2
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-10/+5
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-10/+17
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsCraig Rodrigues2009-01-281-4/+8
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-3/+58
* Document a few sysctls in the NFS client and server code.Tom Rhodes2008-11-021-8/+13
* Improve VFS locking:Attilio Rao2008-11-021-1/+1