summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clvfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r290970rmacklem2015-12-011-1/+3
* MFC: r285113rmacklem2015-07-311-2/+6
* MFC: r281960rmacklem2015-05-141-4/+4
* MFC r281738:mav2015-05-031-4/+7
* MFC: r281562rmacklem2015-04-301-1/+2
* MFC r273852:trasz2014-11-291-1/+1
* MFC r273849:trasz2014-11-291-6/+34
* MFC: r273486rmacklem2014-11-051-6/+16
* MFC: r259084rmacklem2013-12-301-1/+6
* Forced dismounts of NFS mounts can fail when thread(s) are stuckrmacklem2013-09-011-0/+15
* Add support for host-based (Kerberos 5 service principal) initiatorrmacklem2013-07-091-1/+4
* Since some NFSv4 servers enforce the requirement for a reserved port#,rmacklem2013-06-211-6/+0
* When an NFS unmount occurs, once vflush() writes the last dirtyrmacklem2013-04-181-1/+12
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-1/+1
* Add "nfsstat -m" support for the two new NFS mount optionsrmacklem2012-12-091-0/+6
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-16/+84
* Add an nfssvc() option to the kernel for the new NFS clientrmacklem2012-12-021-0/+102
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-2/+1
* Enable deadlock avoidance code for NFS client.kib2012-06-211-1/+2
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-9/+3
* 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/+13
* 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-9/+20
* 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
* Move the setting of the default value for nm_wcommitsize tormacklem2011-11-151-1/+4
* Finish making 'wcommitsize' an NFS client mount option.jhb2011-11-141-1/+10
* Sync with the old NFS client: Remove an obsolete comment.jhb2011-11-141-2/+0
* Move the assignment of default values for some mount optionsrmacklem2011-11-131-3/+9
* Simple find/replace of VOP_ISLOCKED -> NFSVOPISLOCKED. This is done so that N...zack2011-07-161-1/+1
* Simple find/replace of VOP_UNLOCK -> NFSVOPUNLOCK. This is done so that NFSVO...zack2011-07-161-2/+2
* Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync()rmacklem2011-05-261-1/+11
* Set the MNT_NFS4ACLS flag for an NFSv4 client mountrmacklem2011-05-231-0/+10
* Add a sanity check for the existence of an "addr" optionrmacklem2011-05-181-7/+13
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-9/+7
* Set the initial value of maxfilesize to OFF_MAX in thermacklem2011-05-061-1/+1
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-041-1/+3
* The build was broken by r221190 for 64bit arches like amd64.rmacklem2011-04-291-2/+3
* Fix the new NFS client so that it handles the "nfs_args" valuermacklem2011-04-281-19/+64
* Fix module names and dependencies so the NFS clients willrmacklem2011-04-271-1/+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-3/+10
* Modify the experimental (newnfs) NFS client so that it uses thermacklem2011-04-251-37/+30
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+0
* Modify the experimental NFS client so that it uses the samermacklem2011-04-251-24/+31
* Revert r220761 since, as kib@ pointed out, the case ofrmacklem2011-04-181-4/+0
* Add checks for MNTK_UNMOUNTF at the beginning of threermacklem2011-04-171-0/+4
* Change some defaults in the experimental NFS client to be thermacklem2011-04-171-4/+20
* Add a lktype flags argument to nfscl_nget() and ncl_nget() in thermacklem2011-04-161-3/+4
OpenPOWER on IntegriCloud