<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwext4/blockdev/linux, 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>2019-06-18T11:05:34Z</updated>
<entry>
<title>Fix #includes and build a shared library.</title>
<updated>2019-06-18T11:05:34Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2019-06-18T11:05:34Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=e1bdae15781d64ee42205903c12ea65ab750290b'/>
<id>urn:sha1:e1bdae15781d64ee42205903c12ea65ab750290b</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>ext4_filedev: use ftello instead of ftell.</title>
<updated>2016-01-23T15:02:33Z</updated>
<author>
<name>ngkaho1234</name>
<email>ngkaho1234@gmail.com</email>
</author>
<published>2016-01-23T08:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=854a6310224e668ef55d11616ef8ace2bda1be45'/>
<id>urn:sha1:854a6310224e668ef55d11616ef8ace2bda1be45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4_filedev: fix travis build</title>
<updated>2015-12-29T09:52:26Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2015-12-29T09:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=c9b6c30e64e69abab013d29532bacda3c9c5d45f'/>
<id>urn:sha1:c9b6c30e64e69abab013d29532bacda3c9c5d45f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ext4_mbr: multiple changes related to MBR parsing</title>
<updated>2015-12-08T19:14:33Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2015-12-08T19:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=e69f4b3ad8c1b56035b669e10072054ae2939695'/>
<id>urn:sha1:e69f4b3ad8c1b56035b669e10072054ae2939695</id>
<content type='text'>
1. Introduce part_offset &amp; part_size fields in blockdev
2. Blockdev operations with part_offset
3. Blockdev operations check based on part_size
4. lwext4_mbr tool: scan master boot record for linux partitions
5. Set right partition sizes in linux/windows file blockdevs
</content>
</entry>
<entry>
<title>Add lock/unlock functions to blockdev_iface</title>
<updated>2015-12-08T16:47:43Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2015-12-08T16:47:43Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=c8e804846cda63d86b70a705c3be57d378447e1e'/>
<id>urn:sha1:c8e804846cda63d86b70a705c3be57d378447e1e</id>
<content type='text'>
Since one blockdev_iface could be shared by multi block devices
lock/unlock functions is needed. Locks are not needed in single
partition mode.
</content>
</entry>
<entry>
<title>Indroduce split ext4_blockdev to two separate structures</title>
<updated>2015-12-07T20:01:32Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2015-12-07T19:54:24Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=9e8466622a31fed8113e9a01969f01a850f92cea'/>
<id>urn:sha1:9e8466622a31fed8113e9a01969f01a850f92cea</id>
<content type='text'>
Preparation for multi partition mode. New ext4_blockdev_iface
will allow to share same interface by multiple block devices.
</content>
</entry>
<entry>
<title>Return success when 0 block read/write is called</title>
<updated>2015-11-15T21:57:32Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2015-11-15T21:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=46513990026f467c02bc405fcf7607ecac410900'/>
<id>urn:sha1:46513990026f467c02bc405fcf7607ecac410900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>define _LARGEFILE64_SOURCE to be able to access large files.</title>
<updated>2015-11-14T11:02:40Z</updated>
<author>
<name>ngkaho1234</name>
<email>ngkaho1234@gmail.com</email>
</author>
<published>2015-11-14T10:52:15Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=2057a5f4d23e187fad7c3d5ebb261e72233ce592'/>
<id>urn:sha1:2057a5f4d23e187fad7c3d5ebb261e72233ce592</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Demo apps refactoring</title>
<updated>2015-09-21T22:19:51Z</updated>
<author>
<name>gkostka</name>
<email>kostka.grzegorz@gmail.com</email>
</author>
<published>2015-09-21T20:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/lwext4/commit/?id=107a9ee9b40fc55a65e84c755b5433e7ad465332'/>
<id>urn:sha1:107a9ee9b40fc55a65e84c755b5433e7ad465332</id>
<content type='text'>
</content>
</entry>
</feed>
