<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwext4/fs_test, branch cscript</title>
<subtitle>Fork of lwext4 library for EXT2 filesystem manipulation</subtitle>
<id>https://git.carlh.net/cgit/lwext4/atom?h=cscript</id>
<link rel='self' href='https://git.carlh.net/cgit/lwext4/atom?h=cscript'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/'/>
<updated>2018-12-02T18:12:56Z</updated>
<entry>
<title>Fix "const const" warning</title>
<updated>2018-12-02T18:12:56Z</updated>
<author>
<name>Fangrui Song</name>
<email>i@maskray.me</email>
</author>
<published>2018-11-18T21:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=6fdf5dc163fb219d4bcb9084b754d91e05bf1ad6'/>
<id>urn:sha1:6fdf5dc163fb219d4bcb9084b754d91e05bf1ad6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Name refactiring inside file_windows module</title>
<updated>2017-04-05T17:50:41Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2017-04-05T17:47:04Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=9ae6dcb7e063d495267e7a53ddecb4d8356645ba'/>
<id>urn:sha1:9ae6dcb7e063d495267e7a53ddecb4d8356645ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ext4_filedev to file_dev</title>
<updated>2017-04-05T17:43:19Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2017-04-05T17:43:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=dc8bef53210b3d3bf87cf30d8f7dc99536c57414'/>
<id>urn:sha1:dc8bef53210b3d3bf87cf30d8f7dc99536c57414</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename io_raw module to more appropriate file_windows</title>
<updated>2017-04-05T17:42:52Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2017-04-05T17:35:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=7c617245da6163fe5eacab8b7a258c08ac63e075'/>
<id>urn:sha1:7c617245da6163fe5eacab8b7a258c08ac63e075</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4_mkfs: add journal node creation support</title>
<updated>2017-02-21T21:05:26Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2017-02-21T20:30:54Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=12af982ed6f006c0ff4b73a2dc266d139d490904'/>
<id>urn:sha1:12af982ed6f006c0ff4b73a2dc266d139d490904</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4: remove block cache parameter from device_register function</title>
<updated>2017-02-17T00:26:56Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2017-02-17T00:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=329eece6c3fa71bd4b74d67526f2a13b90be7217'/>
<id>urn:sha1:329eece6c3fa71bd4b74d67526f2a13b90be7217</id>
<content type='text'>
This parameter is useless since cache is always initialized by malloc.
</content>
</entry>
<entry>
<title>CMake: add library &amp; headers to make install target</title>
<updated>2016-03-31T20:53:44Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2016-03-31T18:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=0202d13dec910d55acc5b92c290b9aaa72d8b691'/>
<id>urn:sha1:0202d13dec910d55acc5b92c290b9aaa72d8b691</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4: add read_only parameter to ext4_mount routine.</title>
<updated>2016-01-30T15:26:22Z</updated>
<author>
<name>ngkaho1234</name>
<email>ngkaho1234@gmail.com</email>
</author>
<published>2016-01-30T15:26:22Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=8929c98e42e81dce0b00d03a1c7b2f45ee85fe87'/>
<id>urn:sha1:8929c98e42e81dce0b00d03a1c7b2f45ee85fe87</id>
<content type='text'>
Now users can mount a filesystem as read-only mode explicitly.
</content>
</entry>
<entry>
<title>ext4_bcache: remove EXT4_BCACHE_STATIC_INSTANCE obsolete macro</title>
<updated>2016-01-16T19:41:06Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2016-01-16T19:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=aa77b316bfa03a23028c29655bbb2359bb078833'/>
<id>urn:sha1:aa77b316bfa03a23028c29655bbb2359bb078833</id>
<content type='text'>
Cache can't be created in static way anymore
</content>
</entry>
<entry>
<title>ext4_bcache: add max cache depth watermark</title>
<updated>2015-12-31T11:08:50Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2015-12-31T11:02:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=dcbc722c722a79f8f08c538ef21f5126f5f763db'/>
<id>urn:sha1:dcbc722c722a79f8f08c538ef21f5126f5f763db</id>
<content type='text'>
</content>
</entry>
</feed>
