<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blown-fuse/src/fuse/io.rs, branch master</title>
<subtitle>Async filesystem in userspace (FUSE) daemon library </subtitle>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/'/>
<entry>
<title>Move crate::fuse::* to the top-level</title>
<updated>2022-01-04T12:49:52+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-04T12:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=70baa472b2bee69f205cc1aada304d597b858005'/>
<id>70baa472b2bee69f205cc1aada304d597b858005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Timestamp::new()</title>
<updated>2022-01-03T14:16:28+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-03T14:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=988ce8bbc2a33f6a90adecb7547a88cfbf7acaf2'/>
<id>988ce8bbc2a33f6a90adecb7547a88cfbf7acaf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace Reply::fallible() with Reply::and_then()</title>
<updated>2022-01-03T13:52:11+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-03T13:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=1a6552beb51334a1c3fa5069bbf3b62f2823980e'/>
<id>1a6552beb51334a1c3fa5069bbf3b62f2823980e</id>
<content type='text'>
This new API is more general on the error type. It also preserves the
error value with a dedicated tuple struct io::Failed. This introduces a
new trait io::Finish that may be used in the future for similar
purposes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This new API is more general on the error type. It also preserves the
error value with a dedicated tuple struct io::Failed. This introduces a
new trait io::Finish that may be used in the future for similar
purposes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split io::Known into io::Known and io::Stat</title>
<updated>2022-01-03T13:13:53+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-03T13:13:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=2b6a6881cb1e816f7eb0327c0bef5e643889af2c'/>
<id>2b6a6881cb1e816f7eb0327c0bef5e643889af2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Attrs::device()</title>
<updated>2022-01-03T12:44:18+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-03T12:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=dc95a1a9f4abed042d2350eda2e870de20545be9'/>
<id>dc95a1a9f4abed042d2350eda2e870de20545be9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ctime which is change (not creation) time</title>
<updated>2022-01-03T12:36:33+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-03T12:36:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=7a72e3f54d48f29517d7961590d418b1c60dfeaa'/>
<id>7a72e3f54d48f29517d7961590d418b1c60dfeaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split Attrs::block_size() from Attrs::blocks()</title>
<updated>2022-01-03T12:35:19+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-03T12:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=bf07291c069028d84b242222d1f89de5e673e636'/>
<id>bf07291c069028d84b242222d1f89de5e673e636</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for release</title>
<updated>2022-01-02T10:27:07+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-02T10:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=dbf62fa4be2025ee041f705f899df6c859e287d2'/>
<id>dbf62fa4be2025ee041f705f899df6c859e287d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Reply::flags() for Open</title>
<updated>2021-12-30T18:23:57+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2021-12-30T18:23:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=a6b20d4090014d00ee0dbeedb70beafe516f7e0b'/>
<id>a6b20d4090014d00ee0dbeedb70beafe516f7e0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor FsInfo API</title>
<updated>2021-12-29T12:11:42+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2021-12-29T12:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=36e6ca83518c5afec980561ae9dbd6bdf4118420'/>
<id>36e6ca83518c5afec980561ae9dbd6bdf4118420</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
