<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs, branch v1.8.0</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.8.0</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v1.8.0'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2020-05-09T12:20:21+00:00</updated>
<entry>
<title>Update README for v1.8.0 release</title>
<updated>2020-05-09T12:20:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-09T12:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a6f515008f59131771581d084bcaca20e46e9e52'/>
<id>urn:sha1:a6f515008f59131771581d084bcaca20e46e9e52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Documentation: update performance.txt</title>
<updated>2020-05-03T19:20:30+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T19:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d612ee5d919a85200a893221c56a651705f2a863'/>
<id>urn:sha1:d612ee5d919a85200a893221c56a651705f2a863</id>
<content type='text'>
Bisecting shows that the performance drop is caused by
this commit:

commit ca9e912a28b901387e1dbb85f6c531119f2d5ef2 (refs/bisect/bad)
Author: Jakob Unterwurzacher &lt;jakobunt@gmail.com&gt;
Date:   Sat Feb 29 19:58:08 2020 +0100

    fusefrontend: drop xattr user namespace restriction
</content>
</entry>
<entry>
<title>go mod: update dependencies</title>
<updated>2020-05-03T18:49:18+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T18:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b23f77c8ead0dbb5ed59dd50e94f13aacf7dbaf1'/>
<id>urn:sha1:b23f77c8ead0dbb5ed59dd50e94f13aacf7dbaf1</id>
<content type='text'>
Updated using

    go get -t -u ./...
</content>
</entry>
<entry>
<title>build-without-openssl.bash: suppress "not a dynamic executable" message</title>
<updated>2020-05-03T18:47:39+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T18:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3e4545bbac6ed642533ad20723c553df79788eca'/>
<id>urn:sha1:3e4545bbac6ed642533ad20723c553df79788eca</id>
<content type='text'>
We redirected the wrong ldd fd to /dev/null. Fix it.
</content>
</entry>
<entry>
<title>inomap: fix TestSpill bit check</title>
<updated>2020-05-03T18:28:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T18:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=feaeee90e271b0c0f5747f856df2b622447505cc'/>
<id>urn:sha1:feaeee90e271b0c0f5747f856df2b622447505cc</id>
<content type='text'>
Wrong bit operator was used.
</content>
</entry>
<entry>
<title>inomap: fix spillBit not set on 2nd hit</title>
<updated>2020-05-03T18:21:11+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T18:21:11+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8c9c68fb724150654721bd665cc9233c641a0ea5'/>
<id>urn:sha1:8c9c68fb724150654721bd665cc9233c641a0ea5</id>
<content type='text'>
Also add a test for this.

Thanks @slackner for the comment.
</content>
</entry>
<entry>
<title>inomap: remove leftover debug output</title>
<updated>2020-05-03T18:01:12+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T17:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=91f5c242a8f4527f3266c09d7f18ff997593bafa'/>
<id>urn:sha1:91f5c242a8f4527f3266c09d7f18ff997593bafa</id>
<content type='text'>
This was committed by accident.
</content>
</entry>
<entry>
<title>fusefrontend_reverse: use inomap for inode number translation</title>
<updated>2020-05-03T13:22:10+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T13:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=518771e4e247762f60c5594de427a8c86f19bd57'/>
<id>urn:sha1:518771e4e247762f60c5594de427a8c86f19bd57</id>
<content type='text'>
Gets rid of static inode number value limitations.

Fixes https://github.com/rfjakob/gocryptfs/issues/457
</content>
</entry>
<entry>
<title>tests: reverse: add inode mapping test (TestVirtualFileIno)</title>
<updated>2020-05-03T12:49:32+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-03T11:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=db93a6c54cfd615561207f1bbcf7e665ebc296b6'/>
<id>urn:sha1:db93a6c54cfd615561207f1bbcf7e665ebc296b6</id>
<content type='text'>
Verify that virtual files get assigned inode numbers
we expect.
</content>
</entry>
<entry>
<title>inomap: comment constants</title>
<updated>2020-04-19T20:09:21+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-04-19T20:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=483054efaa1bd965b41265c681a78fb98e51b739'/>
<id>urn:sha1:483054efaa1bd965b41265c681a78fb98e51b739</id>
<content type='text'>
</content>
</entry>
</feed>
