<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/cryptfs, branch v0.5</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.5</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v0.5'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2015-11-29T20:55:20+00:00</updated>
<entry>
<title>Run go fmt</title>
<updated>2015-11-29T20:55:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-29T20:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ce42a6f23d9fd50ddf2e66a68e6ec57cad80c018'/>
<id>urn:sha1:ce42a6f23d9fd50ddf2e66a68e6ec57cad80c018</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add single-element cache for DirIV lookup</title>
<updated>2015-11-29T20:41:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-29T20:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=20b058a33335f48812864513cc13ea0a276aaaa3'/>
<id>urn:sha1:20b058a33335f48812864513cc13ea0a276aaaa3</id>
<content type='text'>
Another 3x performance boost for applications that walk the
directory tree.

Excerpt from performance.txt:

VERSION         UNTAR    LS     RM
v0.4               48     1.5    5
v0.5-rc1           56     7     19
v0.5-rc1-1         54     4.1    9
v0.5-rc1-2         45     1.7	 3.4  &lt;---- THIS VERSION
</content>
</entry>
<entry>
<title>OpenDir performance: Read DirIV once and reuse it for all names</title>
<updated>2015-11-29T19:03:37+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-29T18:57:48+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=1d0a442405e8fc7a0742a8f8db2ea0f874f750a5'/>
<id>urn:sha1:1d0a442405e8fc7a0742a8f8db2ea0f874f750a5</id>
<content type='text'>
Formerly, we called decryptPath for every name.
That resulted in a directory walk that reads in all diriv files
on the way.

Massive improvement for RM and LS (check performance.txt for details)

VERSION         UNTAR   RM   LS
v0.4               48    5    1.5
v0.5-rc1           56   19    7
v0.5-rc1-1         54    9    4.1   &lt;---- THIS VERSION
</content>
</entry>
<entry>
<title>Add "-scryptn" option that sets the cost parameter for scrypt</title>
<updated>2015-11-29T17:53:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-29T17:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=bb116282b7db6a6400586d756c6dfdcc8f85fdab'/>
<id>urn:sha1:bb116282b7db6a6400586d756c6dfdcc8f85fdab</id>
<content type='text'>
Use that option to speed up the automated tests by 7 seconds.

Before:
	ok  	github.com/rfjakob/gocryptfs/integration_tests	26.667s
After:
	ok  	github.com/rfjakob/gocryptfs/integration_tests	19.534s
</content>
</entry>
<entry>
<title>tests: add scrypt benchmark</title>
<updated>2015-11-29T13:50:02+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-29T13:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=71bfa1f0fb540790f87faac600e4041052b4d217'/>
<id>urn:sha1:71bfa1f0fb540790f87faac600e4041052b4d217</id>
<content type='text'>
Times the impact of the parameter "N" to scrypt.

Results on a 2.7GHz Pentium G630:

gocryptfs/cryptfs$ go test -bench=.
PASS
BenchmarkScrypt10-2	     300	   6021435 ns/op ... 6ms
BenchmarkScrypt11-2	     100	  11861460 ns/op
BenchmarkScrypt12-2	     100	  23420822 ns/op
BenchmarkScrypt13-2	      30	  47666518 ns/op
BenchmarkScrypt14-2	      20	  92561590 ns/op ... 92ms
BenchmarkScrypt15-2	      10	 183971593 ns/op
BenchmarkScrypt16-2	       3	 368506365 ns/op
BenchmarkScrypt17-2	       2	 755502608 ns/op ... 755ms
ok  	github.com/rfjakob/gocryptfs/cryptfs	18.772s
</content>
</entry>
<entry>
<title>diriv: fix readdir</title>
<updated>2015-11-28T17:39:45+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-27T23:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3b2143bafc8daeb3a5e77b611b5b5d2060bbdfbe'/>
<id>urn:sha1:3b2143bafc8daeb3a5e77b611b5b5d2060bbdfbe</id>
<content type='text'>
It decrypted all file names using the root directory iv
</content>
</entry>
<entry>
<title>diriv: use "DirIV" flag to discern and support mounting old filesystems</title>
<updated>2015-11-28T17:38:06+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-27T22:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=fe7355f9ee4ae8e52a9b76202e90032d78824f21'/>
<id>urn:sha1:fe7355f9ee4ae8e52a9b76202e90032d78824f21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run go fmt</title>
<updated>2015-11-27T21:20:01+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-27T21:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=a04a92cdab11df43f072db685b8ade6c973f8995'/>
<id>urn:sha1:a04a92cdab11df43f072db685b8ade6c973f8995</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diriv: Define "DirIV" feature flag</title>
<updated>2015-11-27T21:18:36+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-27T21:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6acd772cf908908e3b0d817a78e64f98faaa8b7b'/>
<id>urn:sha1:6acd772cf908908e3b0d817a78e64f98faaa8b7b</id>
<content type='text'>
(unused so far)
</content>
</entry>
<entry>
<title>diriv: Move WriteDirIV() to cryptfs; add locking to Mkdir, Rmdir</title>
<updated>2015-11-27T20:48:58+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2015-11-27T20:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=bdd9249a52d5ba2935625b9aeb12240214495e6f'/>
<id>urn:sha1:bdd9249a52d5ba2935625b9aeb12240214495e6f</id>
<content type='text'>
</content>
</entry>
</feed>
