Commit Graph

53 Commits (355975cfcaa074104a7e9011246cc02e60c8cffc)

Author SHA1 Message Date
Aaron Jacobs b0d206254f Fixed another dumb bug. 2015-07-29 10:20:53 +10:00
Aaron Jacobs 6d01ffa44f Replaced AppendDirent with WriteDirent. 2015-07-29 10:08:16 +10:00
Aaron Jacobs 522995296e Fixed package fuse. 2015-07-27 15:44:17 +10:00
Aaron Jacobs ea210ae2bb Fixed package fuseutil. 2015-07-27 15:15:07 +10:00
Aaron Jacobs f0f62136a7 Killed the stale random delays feature. 2015-07-16 10:55:38 +10:00
Aaron Jacobs 8ba8c0bf24 Oops, forgot fileSystemServer.handleOp. 2015-06-25 21:38:39 +10:00
Aaron Jacobs 723fcb1d3e Added FileSystem support. 2015-06-25 21:38:39 +10:00
Aaron Jacobs e4cd605c76 Updated package fuseutil. 2015-06-22 12:30:17 +10:00
Aaron Jacobs 0f62458e21 Destroy when done. 2015-06-09 11:11:52 +10:00
Aaron Jacobs 630f40de94 NotImplementedFileSystem.Destroy 2015-06-09 11:05:02 +10:00
Aaron Jacobs 6fff9f3f20 Added FileSystem.Destroy. 2015-06-09 11:05:02 +10:00
Aaron Jacobs 5ae9856c29 Define that Server.ServeOps must wait for in-flights. 2015-06-09 11:01:11 +10:00
Aaron Jacobs 100c7af28a Put a wait group in fileSystemServer. 2015-06-09 10:47:35 +10:00
Aaron Jacobs b791d33db0 Fixed fileSystemServer.handleOp. 2015-06-05 14:20:39 +10:00
Aaron Jacobs 78b00c64d9 Removed RespondToOp. 2015-06-05 14:19:30 +10:00
Aaron Jacobs 1573b41ff3 Fixed NotImplementedFileSystem. 2015-06-05 14:14:49 +10:00
Aaron Jacobs 48571ab6cb Updated the FileSystem interface. 2015-06-05 14:13:59 +10:00
Aaron Jacobs 05091dee19 Added file system support. 2015-05-19 16:06:57 +10:00
Aaron Jacobs f71fe97d5e Added file system support. 2015-05-19 15:33:19 +10:00
Aaron Jacobs dd0d1163f8 Improved the flag name. 2015-04-02 11:20:53 +11:00
Aaron Jacobs 02d14a685e Added a random delays feature for #8. 2015-04-02 11:19:56 +11:00
Aaron Jacobs 0461ddac4f Handle each op in its own goroutine. 2015-04-02 10:52:58 +11:00
Aaron Jacobs 4d06d8aef8 Updated NewFileSystemServer docs. 2015-04-02 10:50:44 +11:00
Aaron Jacobs 7ed1d0689d Updated documentation in light of the investigation in issue #8. 2015-04-02 10:45:38 +11:00
Aaron Jacobs c1a851403d Added a RespondToOp helper. 2015-03-25 09:59:24 +11:00
Aaron Jacobs 6667a7f8f6 Fixed NotImplementedFileSystem. 2015-03-25 09:54:12 +11:00
Aaron Jacobs 93d1bc181f Don't return error from FileSystem methods. 2015-03-25 09:53:26 +11:00
Aaron Jacobs 2c0b99bdce Implemented NewFileSystemServer. 2015-03-25 09:24:44 +11:00
Aaron Jacobs 579e3f648e Added NotImplementedFileSystem methods. 2015-03-25 09:20:54 +11:00
Aaron Jacobs 485f5d64fc Declared NotImplementedFileSystem. 2015-03-25 09:17:58 +11:00
Aaron Jacobs 00809e98fe Added a FileSystem interface and declared a function that transforms it. 2015-03-25 09:16:03 +11:00
Aaron Jacobs ddee157432 Deleted NotImplementedFileSystem. 2015-03-24 15:37:12 +11:00
Aaron Jacobs 9b930cd8b5 Updated dirent.go. 2015-03-24 15:36:57 +11:00
Aaron Jacobs d3cb0c2ba9 NotImplementedFileSystem.SyncFile 2015-03-20 13:38:42 +11:00
Aaron Jacobs 2fcd202d66 NotImplementedFileSystem.FlushFile 2015-03-20 13:23:12 +11:00
Aaron Jacobs a113de2e87 Added NotImplementedFileSystem.Unlink. 2015-03-06 23:27:31 -06:00
Aaron Jacobs 528b112c72 Added NotImplementedFileSystem.SetInodeAttributes. 2015-03-06 05:45:45 +11:00
Aaron Jacobs 0e4bdb538a Added NotImplementedFileSystem.WriteFile. 2015-03-04 15:16:55 +11:00
Aaron Jacobs 1aba7cb8a8 Added NotImplementedFileSystem.CreateFile. 2015-03-04 14:55:50 +11:00
Aaron Jacobs b2a8322aaa Fixed copyright notices. 2015-03-04 08:27:42 +11:00
Aaron Jacobs 63408f6a0d Added an RmDir method. 2015-03-03 11:25:50 +11:00
Aaron Jacobs e612c866cb Declared a MkDir method. 2015-03-02 16:11:14 +11:00
Aaron Jacobs fff3a342db Added NotImplementedFileSystem support. 2015-02-27 15:25:39 +11:00
Aaron Jacobs 63b70540e3 Added an Init method. 2015-02-27 14:40:09 +11:00
Aaron Jacobs afe364822a Added a getattr method. 2015-02-27 13:32:04 +11:00
Aaron Jacobs ed1cf943b0 Made Release dir-specific too. 2015-02-27 13:29:02 +11:00
Aaron Jacobs 7b77e1d567 Define directory structure. 2015-02-27 12:37:26 +11:00
Aaron Jacobs 2bf317ef16 Corrected the notion of Dirent.Offset. 2015-02-27 11:48:48 +11:00
Aaron Jacobs a4e48c2ebe Finished AppendDirent. 2015-02-27 11:45:57 +11:00
Aaron Jacobs 4f4362773e Started on AppendDirent. 2015-02-27 11:19:49 +11:00