summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Vrable [Tue, 25 Aug 2009 23:10:11 +0000 (16:10 -0700)]
Begin adding write support.
Right now we only change the file size, but don't actually store the data.
Michael Vrable [Mon, 24 Aug 2009 22:43:08 +0000 (15:43 -0700)]
Fix up current time computation (ensure 64-bit math is used).
Michael Vrable [Mon, 24 Aug 2009 19:38:00 +0000 (12:38 -0700)]
Properly fill in result code for lookups.
Michael Vrable [Mon, 24 Aug 2009 03:50:17 +0000 (20:50 -0700)]
Remove debug message.
Michael Vrable [Sun, 23 Aug 2009 23:30:43 +0000 (16:30 -0700)]
CREATE working (sort of).
Michael Vrable [Sun, 23 Aug 2009 19:44:46 +0000 (12:44 -0700)]
Basic READDIR; not much tested.
Michael Vrable [Sun, 23 Aug 2009 16:01:13 +0000 (09:01 -0700)]
LOOKUP operation.
Michael Vrable [Fri, 21 Aug 2009 16:58:44 +0000 (09:58 -0700)]
Hook NFS proxy together with BlueSky core.
Michael Vrable [Fri, 21 Aug 2009 00:15:41 +0000 (17:15 -0700)]
Work on in-memory filesystem representation.
Michael Vrable [Thu, 20 Aug 2009 22:07:18 +0000 (15:07 -0700)]
Initial start on a user-level NFS server.