<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/fs/hpfs, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-03-02T14:54:33Z</updated>
<entry>
<title>Garbage collect HPFS bits which are now already completely disconnected</title>
<updated>2013-03-02T14:54:33Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2013-03-02T14:54:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=258bee160c22bfaa2ae20a018cb208b8ab1960a7'/>
<id>urn:sha1:258bee160c22bfaa2ae20a018cb208b8ab1960a7</id>
<content type='text'>
from the tree since few months (please note that the userland bits
were already disconnected since a long time, thus there is no need
to update the OLD* entries).

This is not targeted for MFC.
</content>
</entry>
<entry>
<title>Fix up kernel sources to be ready for a 64-bit ino_t.</title>
<updated>2012-09-27T23:30:49Z</updated>
<author>
<name>Matthew D Fleming</name>
<email>mdf@FreeBSD.org</email>
</author>
<published>2012-09-27T23:30:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fc8fdae0df307dafd3b1ee23533ae7799212dae7'/>
<id>urn:sha1:fc8fdae0df307dafd3b1ee23533ae7799212dae7</id>
<content type='text'>
Original code by:	Gleb Kurtsou
</content>
</entry>
<entry>
<title>Use C99-style initialization for struct dirent in preparation for</title>
<updated>2012-05-25T09:16:59Z</updated>
<author>
<name>Gleb Kurtsou</name>
<email>gleb@FreeBSD.org</email>
</author>
<published>2012-05-25T09:16:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fb2a3e6ea1857a4bacdf35637e76840de865fd8c'/>
<id>urn:sha1:fb2a3e6ea1857a4bacdf35637e76840de865fd8c</id>
<content type='text'>
changing the structure.

Sponsored by:	Google Summer of Code 2011
</content>
</entry>
<entry>
<title>Remove unused thread argument to vrecycle().</title>
<updated>2012-04-23T14:10:34Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2012-04-23T14:10:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=af6e6b87ad62c94b7d01c24d9022db7f56a2e4dd'/>
<id>urn:sha1:af6e6b87ad62c94b7d01c24d9022db7f56a2e4dd</id>
<content type='text'>
Reviewed by:	kib
</content>
</entry>
<entry>
<title>Remove unused thread argument from vtruncbuf().</title>
<updated>2012-04-23T13:21:28Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2012-04-23T13:21:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c52fd858ae680729fcc6dd199526551da2222942'/>
<id>urn:sha1:c52fd858ae680729fcc6dd199526551da2222942</id>
<content type='text'>
Reviewed by:	kib
</content>
</entry>
<entry>
<title>Clean up style(9) nits</title>
<updated>2012-03-04T09:38:20Z</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2012-03-04T09:38:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dd104b330565209624208bb85b030b11f56b1cb1'/>
<id>urn:sha1:dd104b330565209624208bb85b030b11f56b1cb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure all intermediate variables holding mount flags (mnt_flag)</title>
<updated>2012-01-17T01:08:01Z</updated>
<author>
<name>Kirk McKusick</name>
<email>mckusick@FreeBSD.org</email>
</author>
<published>2012-01-17T01:08:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cc672d3599a56c72def9d5f90ad53d2366ce321a'/>
<id>urn:sha1:cc672d3599a56c72def9d5f90ad53d2366ce321a</id>
<content type='text'>
and that all internal kernel calls passing mount flags are declared
as uint64_t so that flags in the top 32-bits are not lost.

MFC after: 2 weeks
</content>
</entry>
<entry>
<title>Add a lock flags argument to the VFS_FHTOVP() file system</title>
<updated>2011-05-22T01:07:54Z</updated>
<author>
<name>Rick Macklem</name>
<email>rmacklem@FreeBSD.org</email>
</author>
<published>2011-05-22T01:07:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=694a586a43ad15e65a6fe278af031e4ec18a3524'/>
<id>urn:sha1:694a586a43ad15e65a6fe278af031e4ec18a3524</id>
<content type='text'>
method, so that callers can indicate the minimum vnode
locking requirement. This will allow some file systems to choose
to return a LK_SHARED locked vnode when LK_SHARED is specified
for the flags argument. This patch only adds the flag. It
does not change any file system to use it and all callers
specify LK_EXCLUSIVE, so file system semantics are not changed.

Reviewed by:	kib
</content>
</entry>
<entry>
<title>Remove prtactive variable and related printf()s in the vop_inactive</title>
<updated>2010-11-19T21:17:34Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-11-19T21:17:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=730b63b0c26398addee1a7c8b17ba7c0e8ad9a96'/>
<id>urn:sha1:730b63b0c26398addee1a7c8b17ba7c0e8ad9a96</id>
<content type='text'>
and vop_reclaim() methods. They seems to be unused, and the reported
situation is normal for the forced unmount.

MFC after:   1 week
X-MFC-note:  keep prtactive symbol in vfs_subr.c
</content>
</entry>
<entry>
<title>The r184588 changed the layout of struct export_args, causing an ABI</title>
<updated>2010-10-10T07:05:47Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-10-10T07:05:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0cc54f3b427a42751bb0a96ca8feaa6ac200073'/>
<id>urn:sha1:d0cc54f3b427a42751bb0a96ca8feaa6ac200073</id>
<content type='text'>
breakage for old mount(2) syscall, since most struct &lt;filesystem&gt;_args
embed export_args. The mount(2) is supposed to provide ABI
compatibility for pre-nmount mount(8) binaries, so restore ABI to
pre-r184588.

Requested and reviewed by:	bde
MFC after:    2 weeks
</content>
</entry>
</feed>
