summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clvfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r317296rmacklem2017-05-081-2/+10
* MFC: r316792rmacklem2017-04-271-3/+15
* MFC: r310491rmacklem2017-04-241-0/+1
* MFC r316566:kib2017-04-131-9/+0
* MFC r313800:kib2017-02-231-2/+7
* MFC r313799:kib2017-02-231-3/+9
* MFC r309209:kib2016-12-041-0/+2
* MFC: r304026rmacklem2016-10-031-1/+0
* nfs_clvfsops: Fix leading whitespace introduced in r299848cem2016-06-071-30/+30
* nfs_clvfsops: Prevent strdup of stack garbage with bogus mount specscem2016-06-071-1/+2
* Comment fix: the getsockaddr() is actually meant here.glebius2016-05-181-3/+3
* Make it possible to reroot into NFS. This means one can havetrasz2016-05-151-8/+122
* NFS: spelling fixes on comments.pfg2016-04-291-1/+1
* mnt_stat.f_iosize (which is used to set bo_bsize) must be set tormacklem2015-11-171-1/+3
* If a "principal" argument isn't provided for a Kerberized NFS mount,rmacklem2015-07-031-2/+6
* MAXBSIZE defines both the largest UFS block size and thermacklem2015-04-251-4/+4
* Change wcommitsize default from one empirical value to another.mav2015-04-191-4/+7
* Replace "new NFS" with just "NFS" in some sysctl description strings.trasz2015-04-191-2/+2
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-1/+2
* Fix kernel builds with "options NFS_DEBUG" thatrmacklem2014-12-231-0/+5
* Remove the old NFS client and server from head,rmacklem2014-12-231-3/+3
* Fix handling of "conn" mount_nfs(8) option.trasz2014-10-301-1/+1
* Add support for "timeo", "actimeo", "noac", and "proto" optionstrasz2014-10-301-6/+34
* Clip the settings for the NFS rsize, wsize mount optionsrmacklem2014-10-221-6/+16
* Revert r273481 so it can be recoded using fls(), whichrmacklem2014-10-221-27/+9
* Clip the settings for the NFS rsize, wsize mount optionsrmacklem2014-10-221-9/+27
* Follow up to r225617. In order to maximize the re-usability of kernel codedavide2014-10-161-1/+1
* For software builds, the NFS client does many smallrmacklem2013-12-071-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
OpenPOWER on IntegriCloud