Commit Briefs

Omar Polo

delete the MAINTAINERS file

It's not relevant since docker archived the project.



Omar Polo

fix the build on OpenBSD


Omar Polo

fork the library


GitHub

Merge pull request #42 from bippityboppity/add-link-to-docs

Add link to the P9P protocl specification


GitHub

Merge pull request #43 from npe9/master

fix spelling error in doc.go


Alex Ponti

Add link to the P9P protocl specification

Signed-off-by: Alex Ponti <bippityboppity@users.noreply.github.com>


Noah Evans

fix spelling error in doc.go

defering -> deferring Signed-off-by: Noah Evans <noah.evans@gmail.com>


GitHub

Merge pull request #38 from progrium/ufs

ufs: added mostly working unix filesystem server session implementation


GitHub

Merge pull request #39 from flynn/fix-readdir-eof

Fix EOF indication from Readdir


Jeff Lindsay

ufs: Allow fid to be 0

0 is a valid fid, so check against the NOFID value instead. Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>


GitHub

Merge pull request #40 from flynn/cleanup-logging

Clean up logging


Jeff Lindsay

ufs: Fix deadlock in Create

Ensure that we don't attempt to lock the FileRef twice, which causes a deadlock. Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>


Jonathan Rudenberg

Fix EOF indication from Readdir

EOF is indicated by a zero-length result with no error, so ensure that io.EOF does not ever get returned by Readdir.Read. Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>


Jeff Lindsay

ufs: added mostly working unix filesystem server session implementation

Signed-off-by: Jeff Lindsay <progrium@gmail.com>