<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blown-fuse/examples/ext2.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 Ino, Ttl, Timestamp to crate::io</title>
<updated>2022-01-08T13:46:54+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-08T13:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=3f07297b0f4372e234ffe2b8bccc46312e9b68f8'/>
<id>3f07297b0f4372e234ffe2b8bccc46312e9b68f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unnecessary references to nix items</title>
<updated>2022-01-08T11:14:16+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-08T11:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=32ec09aa8018370d7f33f64c3173009b025369d8'/>
<id>32ec09aa8018370d7f33f64c3173009b025369d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor impls of Reply as individual traits</title>
<updated>2022-01-05T08:52:04+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-05T08:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=75cced9d4c101ec2f9f04ed95621ff3a3f750eae'/>
<id>75cced9d4c101ec2f9f04ed95621ff3a3f750eae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove use of individual ops in ext2 example</title>
<updated>2022-01-04T12:25:40+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-04T12:25:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=a134847d49224acaf4089e7bad0850a4032c2606'/>
<id>a134847d49224acaf4089e7bad0850a4032c2606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add example: passthrough</title>
<updated>2022-01-04T06:45:49+00:00</updated>
<author>
<name>Alejandro Soto</name>
<email>alejandro@34project.org</email>
</author>
<published>2022-01-04T06:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.sysret.org/blown-fuse/commit/?id=32958e3116c6afe91d4b358c310737e2619e49b1'/>
<id>32958e3116c6afe91d4b358c310737e2619e49b1</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>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>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>
