<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/fs, branch releng/11.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-08-10T12:53:30Z</updated>
<entry>
<title>MFC r303710:</title>
<updated>2016-08-10T12:53:30Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-08-10T12:53:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2fb0221495e821668092ba42e0517c166d7ca7e0'/>
<id>urn:sha1:2fb0221495e821668092ba42e0517c166d7ca7e0</id>
<content type='text'>
Remove unneeded (recursing) Giant acquisition around vprintf(9).

MFC r303715:
Remove ncl_printf(), use printf(9) directly.

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r303704:</title>
<updated>2016-08-10T12:34:49Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-08-10T12:34:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=74fef9f0ed122a819345fc02ab28d6a59a60ac5a'/>
<id>urn:sha1:74fef9f0ed122a819345fc02ab28d6a59a60ac5a</id>
<content type='text'>
Some style changes.  Fix a typo in comment.

MFC r303705:
Remove Giant asserts.  Update comment.

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Handle IOC_VOID special case of passing an integer IOCTL argument through CUSE.</title>
<updated>2016-07-06T22:21:22Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2016-07-06T22:21:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=010638ab22eb13d3219893db5a716e19ebbb9e85'/>
<id>urn:sha1:010638ab22eb13d3219893db5a716e19ebbb9e85</id>
<content type='text'>
Submitted by:	Vladimir Kondratyev &lt;wulf@cicgroup.ru&gt;
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Rewrite sigdeferstop(9) and sigallowstop(9) into more flexible</title>
<updated>2016-06-26T20:07:24Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-06-26T20:07:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3a1e5dd8e63cbee02f14030ae0a1538a0b1907b9'/>
<id>urn:sha1:3a1e5dd8e63cbee02f14030ae0a1538a0b1907b9</id>
<content type='text'>
framework allowing to set the suspension policy for the dynamic block.
Extend the currently possible policies of stopping on interruptible
sleeps and ignoring such sleeps by two more: do not suspend at
interruptible sleeps, but interrupt them with either EINTR or ERESTART.

Reviewed by:	jilles
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Clean other flags in ncl_inactive, only.  Add comment explaining why other</title>
<updated>2016-06-26T14:18:28Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-06-26T14:18:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=20de93c6c06de1a133c4660ac760e24a86fe1958'/>
<id>urn:sha1:20de93c6c06de1a133c4660ac760e24a86fe1958</id>
<content type='text'>
flags should be unset.

Suggested and reviewed by:	rmacklem
Sponsored by:	The FreeBSD Foundation
MFC after:	12 days
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Since VOP_INACTIVE() is not guaranteed to be called, all cleanups</title>
<updated>2016-06-25T11:34:06Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-06-25T11:34:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8f73d398eda19cea49d16932d09e165ff3e299b5'/>
<id>urn:sha1:8f73d398eda19cea49d16932d09e165ff3e299b5</id>
<content type='text'>
executed by inactive methods, must be repeated on reclaim.  In
particular, unlink and free sillyrenamed vnode both on inactivation
and reclaim.

Reported and tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	2 weeks
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>Do not access NFS data for reclaimed vnode.</title>
<updated>2016-06-19T18:29:43Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-06-19T18:29:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e37dfd3d2b204c08d0a5296c379df78cb30d70f0'/>
<id>urn:sha1:e37dfd3d2b204c08d0a5296c379df78cb30d70f0</id>
<content type='text'>
Reported and tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Approved by:	re (delphij)
</content>
</entry>
<entry>
<title>Another follow-up to r291460. Only access vp-&gt;v_rdev for VCHR vnodes</title>
<updated>2016-06-15T15:55:14Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2016-06-15T15:55:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2d5bba3ae320422ed721d160fd59624ba449b6ad'/>
<id>urn:sha1:2d5bba3ae320422ed721d160fd59624ba449b6ad</id>
<content type='text'>
in devfs_reclaim().

Reported and tested by:	pho
Sponsored by:	The FreeBSD Foundation
Approved by:	re (gjb)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix a style bug.</title>
<updated>2016-06-08T02:39:10Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2016-06-08T02:39:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45cbcf9b832aa16a2d45d99e5fe1aa56e6e3a626'/>
<id>urn:sha1:45cbcf9b832aa16a2d45d99e5fe1aa56e6e3a626</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext2fs: Stop dropping and reacquiring Giant around geom calls.</title>
<updated>2016-06-07T21:40:42Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-06-07T21:40:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=633785280da4bd534d15bd12f897d3582ac30cd8'/>
<id>urn:sha1:633785280da4bd534d15bd12f897d3582ac30cd8</id>
<content type='text'>
As in UFS r300366.
</content>
</entry>
</feed>
