<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/pathfs_frontend/write_lock.go, branch xattr_user_buffer</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2016-02-06T18:27:59+00:00</updated>
<entry>
<title>Move pathfs_frontend to internal/fusefrontend</title>
<updated>2016-02-06T18:27:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-02-06T18:27:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9078a77850dd680bfa938d9ed7c83600a60c0e7b'/>
<id>urn:sha1:9078a77850dd680bfa938d9ed7c83600a60c0e7b</id>
<content type='text'>
"git status" for reference:

renamed:    pathfs_frontend/args.go -&gt; internal/fusefrontend/args.go
renamed:    pathfs_frontend/compat_darwin.go -&gt; internal/fusefrontend/compat_darwin.go
renamed:    pathfs_frontend/compat_linux.go -&gt; internal/fusefrontend/compat_linux.go
renamed:    pathfs_frontend/file.go -&gt; internal/fusefrontend/file.go
renamed:    pathfs_frontend/file_holes.go -&gt; internal/fusefrontend/file_holes.go
renamed:    pathfs_frontend/fs.go -&gt; internal/fusefrontend/fs.go
renamed:    pathfs_frontend/fs_dir.go -&gt; internal/fusefrontend/fs_dir.go
renamed:    pathfs_frontend/names.go -&gt; internal/fusefrontend/names.go
renamed:    pathfs_frontend/write_lock.go -&gt; internal/fusefrontend/write_lock.go
modified:   main.go
</content>
</entry>
<entry>
<title>Add per-inode write mutex</title>
<updated>2016-01-24T12:08:08+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2016-01-24T12:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=2f32114bd356c2124d75fb1879ff230fc1f0ca1b'/>
<id>urn:sha1:2f32114bd356c2124d75fb1879ff230fc1f0ca1b</id>
<content type='text'>
At the moment, FUSE writes to a single file are serialized by the kernel.
However, it is unclear if this is guaranteed behaviour or may change
in the future.

This patch adds our own per-inode write lock to rule out races regardless
of kernel behavoir.
</content>
</entry>
</feed>
