<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/fs, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-09-25T17:28:29Z</updated>
<entry>
<title>MFC r272025:</title>
<updated>2014-09-25T17:28:29Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2014-09-25T17:28:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=96e7a5fe32e253d434b471eae9425c9e2f46cb08'/>
<id>urn:sha1:96e7a5fe32e253d434b471eae9425c9e2f46cb08</id>
<content type='text'>
Fix thinko that, with two map entries like shown below, in that order,
made autofs mix them up: the second one wasn't visible in ls(1) output,
and trying to access it would trigger mount for the first one.

foobar          host:/foobar
foo             host:/foo

Approved by:	re (gjb)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r270507:</title>
<updated>2014-08-31T21:58:07Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2014-08-31T21:58:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0edc772bca39acc8bff59bdfabd39e2cb8a9ecc'/>
<id>urn:sha1:c0edc772bca39acc8bff59bdfabd39e2cb8a9ecc</id>
<content type='text'>
Fix bug that, assuming a/ is a root of NFS filesystem mounted on autofs,
prevented "mv a/from a/to" from working, while "cd a &amp;&amp; mv from to" was ok.

PR:		192948
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r270402:</title>
<updated>2014-08-31T21:52:26Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2014-08-31T21:52:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f03c39def35f70f29d9163925a6cc261c72f342'/>
<id>urn:sha1:3f03c39def35f70f29d9163925a6cc261c72f342</id>
<content type='text'>
Autofs softc needs to be global anyway, so don't pass it as a local
variable, and don't store in autofs_mount.  Also rename it from 'sc'
to 'autofs_softc', since it's global and extern.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r270399:</title>
<updated>2014-08-31T21:51:01Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2014-08-31T21:51:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2c6809e95941b5954e6490bb7214785c06473535'/>
<id>urn:sha1:2c6809e95941b5954e6490bb7214785c06473535</id>
<content type='text'>
Add comment explaining one of the quirks in autofs.

Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r270281:</title>
<updated>2014-08-31T21:49:45Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2014-08-31T21:49:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a96322daf6412d12baa3af172549aa1e47bf0847'/>
<id>urn:sha1:a96322daf6412d12baa3af172549aa1e47bf0847</id>
<content type='text'>
Fix includes.

Suggested by:	pluknet@
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r270276:</title>
<updated>2014-08-31T21:48:12Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2014-08-31T21:48:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7b1d560012d38597f5a92d2ceb569d35062d7b4c'/>
<id>urn:sha1:7b1d560012d38597f5a92d2ceb569d35062d7b4c</id>
<content type='text'>
Use __FBSDID() properly.

Suggested by:	pluknet@
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r270207:</title>
<updated>2014-08-31T21:43:28Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2014-08-31T21:43:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23959fc3efc56a90e1a90ca0adfebe719fa8dda9'/>
<id>urn:sha1:23959fc3efc56a90e1a90ca0adfebe719fa8dda9</id>
<content type='text'>
Rework ".." lookup; previous one failed to properly busy the mountpoint.

Reviewed by:	kib@
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r270096:</title>
<updated>2014-08-31T21:18:23Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2014-08-31T21:18:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c85959d506c8593e1ef186f0219e50f1e06c148'/>
<id>urn:sha1:7c85959d506c8593e1ef186f0219e50f1e06c148</id>
<content type='text'>
Bring in the new automounter, similar to what's provided in most other
UNIX systems, eg. MacOS X and Solaris.  It uses Sun-compatible map format,
has proper kernel support, and LDAP integration.

There are still a few outstanding problems; they will be fixed shortly.

Reviewed by:	allanjude@, emaste@, kib@, wblock@ (earlier versions)
Phabric:	D523
Relnotes:	yes
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r269708:</title>
<updated>2014-08-22T07:09:54Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2014-08-22T07:09:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a93528c0aa1ecb6a879cfbcecf6285fe7b0a3ba2'/>
<id>urn:sha1:a93528c0aa1ecb6a879cfbcecf6285fe7b0a3ba2</id>
<content type='text'>
Unlock ldvp and lock dvp to compensate for possible ldvp unlock in lower
VOP_LOOKUP() and dvp reclamation.  Use cached value of dvp-&gt;v_mount.
</content>
</entry>
<entry>
<title>MFC: r269771</title>
<updated>2014-08-16T21:36:22Z</updated>
<author>
<name>Rick Macklem</name>
<email>rmacklem@FreeBSD.org</email>
</author>
<published>2014-08-16T21:36:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6ec65cb88a230a119dc43760f91ba6ae3b065315'/>
<id>urn:sha1:6ec65cb88a230a119dc43760f91ba6ae3b065315</id>
<content type='text'>
Change the NFS server's printf related to hitting
the DRC cache's flood level so that it suggests
increasing vfs.nfsd.tcphighwater.
</content>
</entry>
</feed>
