summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* When an NFS unmount occurs, once vflush() writes the last dirtyrmacklem2013-04-181-1/+9
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-2/+2
* - Use m_get2() instead of nfsm_reqhead().glebius2013-03-121-2/+2
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-1/+1
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+1
* Fix mount mutex handling missed in r234386.pluknet2012-05-051-0/+1
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-9/+2
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-2/+2
* When a "mount -u" switches an NFS mount point from TCP to UDP,rmacklem2012-01-311-0/+14
* Revert r230516, since it doesn't really fix the problem.rmacklem2012-01-261-17/+0
* Add a timeout on positive name cache entries in the NFS client. That is,jhb2012-01-251-5/+17
* If a mount -u is done to either NFS client that switches itrmacklem2012-01-251-0/+17
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Finish making 'wcommitsize' an NFS client mount option.jhb2011-11-141-1/+10
* Merge 220876, 220877, and 221537 from the new NFS client to the old:jhb2011-08-091-3/+2
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()rmacklem2011-05-291-1/+11
* Add a sanity check for the existence of an "addr" optionrmacklem2011-05-181-0/+4
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-9/+9
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-041-1/+3
* Fix module names and dependencies so the NFS clients willrmacklem2011-04-271-5/+5
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-1/+1
* Fix a kernel linking problem introduced by r221032, r221040rmacklem2011-04-261-0/+12
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-10/+1
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+2
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-161-4/+2
* Fix the nlm so that it no longer depends on the regularrmacklem2011-01-031-2/+9
* Add missing "readahead" to the nfs_opts list.jh2010-10-271-4/+4
* Fix the type of the 3rd argument for nm_getinfo so that it worksrmacklem2010-10-191-3/+3
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-191-0/+27
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-241-0/+1
* Change the current working directory to be inside the jail created bycperciva2010-05-271-0/+5
* Factor out the code shared between NFS client and server into its ownmarius2010-02-161-0/+1
* Add a timeout for the negative name cache entries in the NFS client.rmacklem2010-01-211-6/+18
* Reduce recursions on curvnet and thus spamming the console with warningzec2010-01-091-4/+7
* Add a few more V_hacks to nfsclient to allow machines with a VIMAGEbz2009-12-131-0/+5
* Reverting the previous change for now. Some users reports the patchqingli2009-09-151-0/+4
* Simply remove the code instead of using "#if 0".qingli2009-09-151-6/+0
* The bootp code installs an interface address and the nfs clientqingli2009-09-151-0/+4
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.dfr2009-06-301-2/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-16/+1
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-1/+2
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-10/+5
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-1/+0
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-10/+17
* Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount optionsrodrigc2009-01-281-4/+8
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-3/+58
* Document a few sysctls in the NFS client and server code.trhodes2008-11-021-8/+13
* Improve VFS locking:attilio2008-11-021-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-4/+4
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+1
OpenPOWER on IntegriCloud