<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/gnu/ext2fs, branch release/4.1.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F4.1.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2000-08-03T18:48:27Z</updated>
<entry>
<title>move $FreeBSD$ to the same place as -current</title>
<updated>2000-08-03T18:48:27Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-03T18:48:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e7351cf99a54eda4b32fca1f1aace78b7e109b38'/>
<id>urn:sha1:e7351cf99a54eda4b32fca1f1aace78b7e109b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: $FreeBSD$</title>
<updated>2000-08-03T00:54:41Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-08-03T00:54:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b245958cd3ea7381f0622c14daf335461b9d0bc8'/>
<id>urn:sha1:b245958cd3ea7381f0622c14daf335461b9d0bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>    MFC sequential write detection heuristic.  This extends the sequential</title>
<updated>2000-04-26T20:36:36Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>2000-04-26T20:36:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=383c30fcec1be155ab8d940f710d575da74c2980'/>
<id>urn:sha1:383c30fcec1be155ab8d940f710d575da74c2980</id>
<content type='text'>
    read heuristic to also cover sequential writes, causing write-behind
    to be used only for the sequential write case.  This solves a number of
    performance issues with random writes to medium sized files using
    large block sizes, as occurs with DBM files.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_4'.</title>
<updated>2000-03-13T04:59:44Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-13T04:59:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=842f30848780866cb822fe01c4d3d4576718ddb3'/>
<id>urn:sha1:842f30848780866cb822fe01c4d3d4576718ddb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't forget to check for unsupported features when updating.  It was</title>
<updated>2000-03-09T05:21:10Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-03-09T05:21:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d1a417f17ed3893fe20613320b44ecd60c0435b2'/>
<id>urn:sha1:d1a417f17ed3893fe20613320b44ecd60c0435b2</id>
<content type='text'>
possible to defeat the check for rw incompatibilty by mounting ro and
updating to rw.

Approved by:	jkh
</content>
</entry>
<entry>
<title>MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).</title>
<updated>2000-03-03T08:00:27Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-03-03T08:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fc47f29c64601554da697a295151ba21d2d0f8aa'/>
<id>urn:sha1:fc47f29c64601554da697a295151ba21d2d0f8aa</id>
<content type='text'>
Approved by:	jkh
</content>
</entry>
<entry>
<title>Give vn_isdisk() a second argument where it can return a suitable errno.</title>
<updated>2000-01-10T12:04:27Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-01-10T12:04:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ba4ad1fceab8c8580845aa2006c51598a2573117'/>
<id>urn:sha1:ba4ad1fceab8c8580845aa2006c51598a2573117</id>
<content type='text'>
Suggested by:	bde
</content>
</entry>
<entry>
<title>Support filesystems with the not-so-new "filetype" feature.  This</title>
<updated>2000-01-05T19:31:26Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-01-05T19:31:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9b652d2f6f81e9b02feadd343b9043f2006895a'/>
<id>urn:sha1:b9b652d2f6f81e9b02feadd343b9043f2006895a</id>
<content type='text'>
feature gives the d_type field for struct dirent.  We used to panic
in ext2_readdir() for filesystems with this feature.
</content>
</entry>
<entry>
<title>Don't allow mounting (or mounting R/W) of filesystems with unsupported</title>
<updated>2000-01-02T17:40:02Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-01-02T17:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6291b96b031520bc7ec6b9c768472ec83e5da0f9'/>
<id>urn:sha1:6291b96b031520bc7ec6b9c768472ec83e5da0f9</id>
<content type='text'>
features (except for file types in directory entries, which will be
supported soon).

Centralized the magic number and compatibility checking.

Dropped support for ancient (pre-0.2b) filesystems, as in the Linux
version.  Our "support" consisted of printing more details in the error
message before failing at mount time.
</content>
</entry>
<entry>
<title>Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35.  The</title>
<updated>2000-01-01T17:39:21Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2000-01-01T17:39:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d68084cd895e9458c2ed3dd723b18e93fef28766'/>
<id>urn:sha1:d68084cd895e9458c2ed3dd723b18e93fef28766</id>
<content type='text'>
main changes are:
- many things are more dynamic; e.g., the inode size is a new parameter
  in the superblock instead of a constant.
- extensions are controlled by new flags in the superblock.
- directory entries may have a file type field.
These changes are not used yet, except for a spelling change which affects
ext2_cnv.c
</content>
</entry>
</feed>
