<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/tests/test_helpers, branch v2.0-beta2</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.0-beta2</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.0-beta2'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2020-09-09T09:47:17+00:00</updated>
<entry>
<title>test_helpers: print warning when not running on ext4</title>
<updated>2020-09-09T09:47:17+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-09-09T09:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6577f1b1463137e5c1912d1778b736ed4e64f89f'/>
<id>urn:sha1:6577f1b1463137e5c1912d1778b736ed4e64f89f</id>
<content type='text'>
ext4 reuses inode numbers, tmpfs does not.
</content>
</entry>
<entry>
<title>test_helpers: mark MountOrFatal as a Helper()</title>
<updated>2020-09-09T09:15:54+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-09-09T09:15:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7c0363dee5966c2cf8751cc449d19a3b5422242a'/>
<id>urn:sha1:7c0363dee5966c2cf8751cc449d19a3b5422242a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test_helper: VerifyExistence: don't panic</title>
<updated>2020-08-15T13:39:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-08-15T13:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f270135c1614843f43a9df0e68b6e3fa556b6774'/>
<id>urn:sha1:f270135c1614843f43a9df0e68b6e3fa556b6774</id>
<content type='text'>
Instead bubble up the error to the testing object.
</content>
</entry>
<entry>
<title>v2api: fix Mkdir crash when using plaintextnames</title>
<updated>2020-07-12T11:35:37+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-07-12T11:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=735e2aa65b25e24743c4a60f763633bcba982b72'/>
<id>urn:sha1:735e2aa65b25e24743c4a60f763633bcba982b72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dircache: increase cache size &amp; lifetime</title>
<updated>2020-05-17T19:37:36+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-17T19:37:36+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f8ad2ac3e252108ccfedd115eb3009a5a7d77106'/>
<id>urn:sha1:f8ad2ac3e252108ccfedd115eb3009a5a7d77106</id>
<content type='text'>
Looking at the dircache debug output, we see
that a "git status" workload has a very bad
cache hit rate because the entries expire or
get evicted before they can be reused.

Increase both cache size and lifetime for
a 4x speedup:

Before: 75s
After:  17s

https://github.com/rfjakob/gocryptfs/issues/410
</content>
</entry>
<entry>
<title>Fix spelling mistakes found by misspell</title>
<updated>2020-05-09T22:25:49+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-09T22:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ead7008a08f9ace4591ebbc03e63fdc7ef37e502'/>
<id>urn:sha1:ead7008a08f9ace4591ebbc03e63fdc7ef37e502</id>
<content type='text'>
https://github.com/client9/misspell
</content>
</entry>
<entry>
<title>gocryptfs-xray: add -0 flag, add tests</title>
<updated>2020-05-09T22:04:14+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-09T22:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a9895b34872d2299cfe424444fab15516e7f96c9'/>
<id>urn:sha1:a9895b34872d2299cfe424444fab15516e7f96c9</id>
<content type='text'>
The -0 flags works like xargs -0.
</content>
</entry>
<entry>
<title>test_helpers: use new ctlsock.CtlSock API</title>
<updated>2020-05-09T17:09:33+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-09T17:09:33+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=171b1eac91263cc8896506321ce686f17cc66314'/>
<id>urn:sha1:171b1eac91263cc8896506321ce686f17cc66314</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test_helper: kill lsof after 1 second</title>
<updated>2020-05-09T17:03:16+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-09T17:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=f0184804f4e9f878c560648cc9b773f84d6a2c53'/>
<id>urn:sha1:f0184804f4e9f878c560648cc9b773f84d6a2c53</id>
<content type='text'>
lsof may get stuck when gocryptfs itself is stuck.
</content>
</entry>
<entry>
<title>ctlsock: create exported ctlsock client library</title>
<updated>2020-05-09T15:36:41+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-05-09T15:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=16221facb9066ccf03015ccfe9e7ca784b0d2099'/>
<id>urn:sha1:16221facb9066ccf03015ccfe9e7ca784b0d2099</id>
<content type='text'>
The former interal ctlsock server package is renamed
to ctlsocksrv.
</content>
</entry>
</feed>
