<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwext4/src, branch static-on-linux</title>
<subtitle>Fork of lwext4 library for EXT2 filesystem manipulation</subtitle>
<id>https://git.carlh.net/cgit/lwext4/atom?h=static-on-linux</id>
<link rel='self' href='https://git.carlh.net/cgit/lwext4/atom?h=static-on-linux'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/'/>
<updated>2020-04-24T19:16:59Z</updated>
<entry>
<title>More.</title>
<updated>2020-04-24T19:16:59Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-24T19:16:59Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=a60ac6f3ba2ce4c48c05fc2f9ed76ccbbbb837cf'/>
<id>urn:sha1:a60ac6f3ba2ce4c48c05fc2f9ed76ccbbbb837cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use 64-bit quantities for partition size when writing MBR.</title>
<updated>2020-04-12T22:17:18Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2020-04-12T21:37:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=cd330f6f0ea478a921bf32a29b970a0fa4e4cfd3'/>
<id>urn:sha1:cd330f6f0ea478a921bf32a29b970a0fa4e4cfd3</id>
<content type='text'>
This fixes attempts to make partitions &gt; 4GB.
</content>
</entry>
<entry>
<title>Fix jbd_commit_header::chksum_{type,size}</title>
<updated>2018-12-02T18:19:21Z</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2018-11-18T06:39:12Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=d1f4f6d1631975e7d01ef8d471188f3a8d26e93d'/>
<id>urn:sha1:d1f4f6d1631975e7d01ef8d471188f3a8d26e93d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4: fix ext4_fsymlink creation</title>
<updated>2018-09-26T20:35:36Z</updated>
<author>
<name>Grzegorz Kostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2018-09-26T20:35:36Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=c5f8d135cf3555404f1c4df5617f94f4fc2bac87'/>
<id>urn:sha1:c5f8d135cf3555404f1c4df5617f94f4fc2bac87</id>
<content type='text'>
Solve the problem with long symbolic links creation.
Thanks to: @cobenhan
</content>
</entry>
<entry>
<title>ext4_dir: fix non existing entry creation issue</title>
<updated>2018-09-26T20:22:36Z</updated>
<author>
<name>rajeshvenkataraman</name>
<email>rajesh_venkataraman@trimble.com</email>
</author>
<published>2018-09-23T14:49:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=1aa974054274a4f59dfa59c88bb9a85461eca113'/>
<id>urn:sha1:1aa974054274a4f59dfa59c88bb9a85461eca113</id>
<content type='text'>
Added the length of the name string a a parameter.
Using strlen() on the name string may not give the correct length
in case of paths like: /mountpoint/nonexistdir1/nonexistdir2.
</content>
</entry>
<entry>
<title>ext4: move ext4_fs_alloc_inode result check to right place</title>
<updated>2018-04-05T08:54:24Z</updated>
<author>
<name>Grzegorz Kostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2018-04-05T08:54:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=dc0347cc9b3ea74da062c553dbcdc541c030f114'/>
<id>urn:sha1:dc0347cc9b3ea74da062c553dbcdc541c030f114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #36 from mmmaisel/dev</title>
<updated>2018-03-01T18:58:03Z</updated>
<author>
<name>Grzegorz Kostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2018-03-01T18:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=96b4563a7ed9f603a6f66cbe21cbd1acb2f0294a'/>
<id>urn:sha1:96b4563a7ed9f603a6f66cbe21cbd1acb2f0294a</id>
<content type='text'>
Improvements from ext4-browser project</content>
</entry>
<entry>
<title>Merge pull request #35 from mmmaisel/cmake</title>
<updated>2018-03-01T18:51:41Z</updated>
<author>
<name>Grzegorz Kostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2018-03-01T18:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=66168642b95814725e1f6662729b112d80ab3abb'/>
<id>urn:sha1:66168642b95814725e1f6662729b112d80ab3abb</id>
<content type='text'>
CMake: Added option whether to build static or shared library</content>
</entry>
<entry>
<title>CMake: Added option whether to build static or shared library</title>
<updated>2018-03-01T17:13:11Z</updated>
<author>
<name>Max</name>
<email>max.maisel@posteo.de</email>
</author>
<published>2018-03-01T16:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=cc37917dfb7785b7a2deb375026cb476d1a60beb'/>
<id>urn:sha1:cc37917dfb7785b7a2deb375026cb476d1a60beb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4-mkfs: Use correct partition size</title>
<updated>2018-03-01T16:58:32Z</updated>
<author>
<name>Max Maisel</name>
<email>max.maisel@posteo.de</email>
</author>
<published>2018-03-01T16:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=de16b0f8bcb8b9c49811e1dcab476e0271e6cc39'/>
<id>urn:sha1:de16b0f8bcb8b9c49811e1dcab476e0271e6cc39</id>
<content type='text'>
</content>
</entry>
</feed>
