Commit Graph

  • f2e8a5d806 Connection.readMessage Aaron Jacobs 2015-07-24 15:04:28 +1000
  • 9ea4360f19 InMessage.Init Aaron Jacobs 2015-07-24 14:57:18 +1000
  • b550b092fe Implemented some other InMessage methods. Aaron Jacobs 2015-07-24 14:55:35 +1000
  • e0d989cba3 InMessage.Header Aaron Jacobs 2015-07-24 14:52:54 +1000
  • d93a81b046 Defined the constant for Linux, too. Aaron Jacobs 2015-07-24 14:46:45 +1000
  • b8110bf8a7 Added a buffer field. Aaron Jacobs 2015-07-24 14:45:47 +1000
  • ca4f55538f Fixed remaining build errors. Aaron Jacobs 2015-07-24 14:41:59 +1000
  • eb177d5cf4 Fixed a bunch more. Aaron Jacobs 2015-07-24 14:40:43 +1000
  • 64f4827424 Fixed some build errors. Aaron Jacobs 2015-07-24 14:36:59 +1000
  • 3b9092aca5 Use InMessage in several places. Aaron Jacobs 2015-07-24 14:33:27 +1000
  • 0370159a68 Export some fields of fuseshim.Conn. Aaron Jacobs 2015-07-24 14:29:31 +1000
  • 2e8b1546be Declared InMessage. Aaron Jacobs 2015-07-24 14:27:14 +1000
  • 2199f98f19 Rename buffer.Buffer to buffer.OutMessage. Aaron Jacobs 2015-07-24 14:12:27 +1000
  • 34bba99216 Fixed a bunch of build errors. Aaron Jacobs 2015-07-24 14:12:12 +1000
  • b3d13508fb Renamed to OutMessage. Aaron Jacobs 2015-07-24 14:11:03 +1000
  • 5166631830 Renamed to out_message.go. Aaron Jacobs 2015-07-24 14:09:11 +1000
  • 6dd4bf3b90 Stop referring to fuseshim.RootID. Aaron Jacobs 2015-07-24 14:05:13 +1000
  • 964ae1b4e5 Don't rely on fuseshim for errors. Aaron Jacobs 2015-07-24 14:02:55 +1000
  • 3720ab2963 Updated a TODO. Aaron Jacobs 2015-07-24 13:48:10 +1000
  • 24a6daeaeb Stop using fuseshim.Buffer. Aaron Jacobs 2015-07-24 13:47:00 +1000
  • 2c346ca77f Fixed kernelResponse methods. Aaron Jacobs 2015-07-24 13:46:18 +1000
  • 7784641da1 Use buffer in commonOp.Respond. Aaron Jacobs 2015-07-24 13:41:05 +1000
  • 9c1134ca3f Added a Buffer type. Aaron Jacobs 2015-07-24 13:36:53 +1000
  • 3fe63db6fb Pasted from package fuseshim. Aaron Jacobs 2015-07-24 13:26:25 +1000
  • 27eba3068c Fixed several issues that only showed up on Linux. Aaron Jacobs 2015-07-24 13:24:12 +1000
  • f8a67d283f Fixed a mkdir bug on Linux. Aaron Jacobs 2015-07-24 13:23:39 +1000
  • ab8c5728eb Fixed some size-related bugs on Linux. Aaron Jacobs 2015-07-24 13:08:26 +1000
  • f3956ca109 Fixed some Linux build errors. Aaron Jacobs 2015-07-24 12:57:29 +1000
  • 23cab6ad6f Read and write kernel messages directly instead of using fuseshim requests. Aaron Jacobs 2015-07-24 12:51:42 +1000
  • 050bcb1c02 Fixed a bug. Aaron Jacobs 2015-07-24 11:57:53 +1000
  • d9c8d95df7 Fixed a panic. Aaron Jacobs 2015-07-24 11:54:56 +1000
  • 0f1a471c06 Revert "Log fuse errors in the test." Aaron Jacobs 2015-07-24 11:50:11 +1000
  • 503825fd5f Fixed a conversion bug. Aaron Jacobs 2015-07-24 11:49:37 +1000
  • ff42037981 Changed method order. Aaron Jacobs 2015-07-24 11:48:24 +1000
  • 497407fde2 Better debug logging for getattr. Aaron Jacobs 2015-07-24 11:47:39 +1000
  • 85cd1cb299 Fixed error and debug logging. Aaron Jacobs 2015-07-24 11:38:23 +1000
  • 9c2f2652f7 Write replies to the kernel. Aaron Jacobs 2015-07-24 11:27:03 +1000
  • b6ae9475ba Partially implemented sendReply. Aaron Jacobs 2015-07-24 11:16:49 +1000
  • 4a2eeda4ca Log fuse errors in the test. Aaron Jacobs 2015-07-24 11:14:36 +1000
  • 9b8d9280ac Fixed a logging bug. Aaron Jacobs 2015-07-24 11:13:17 +1000
  • 22c5b466f6 Fixed a bug. Aaron Jacobs 2015-07-24 11:10:14 +1000
  • 75e9eb21a2 convertTime Aaron Jacobs 2015-07-24 11:08:24 +1000
  • 987b494dca Finished with kernelResponse methods. Aaron Jacobs 2015-07-24 11:07:17 +1000
  • b7d2d61e21 More kernelResponse methods. Aaron Jacobs 2015-07-24 11:04:12 +1000
  • 350f75b812 CreateFileOp.kernelResponse Aaron Jacobs 2015-07-24 11:01:36 +1000
  • 4ce589bcf1 SetInodeAttributesOp.kernelResponse Aaron Jacobs 2015-07-24 10:58:17 +1000
  • c59b546a87 GetInodeAttributesOp.kernelResponse Aaron Jacobs 2015-07-24 10:57:34 +1000
  • 99efba2200 LookUpInodeOp.kernelResponse Aaron Jacobs 2015-07-24 10:55:03 +1000
  • e226901fc6 Fixed a bunch of build errors. Aaron Jacobs 2015-07-24 10:54:09 +1000
  • 32dc0dc4da Started on LookUpInodeOp.kernelResponse. Aaron Jacobs 2015-07-24 10:41:29 +1000
  • 9206e9af94 Refactored OpenFileOp.kernelResponse. Aaron Jacobs 2015-07-24 10:36:50 +1000
  • 738a1dad7d InternalStatFSOp.kernelResponse Aaron Jacobs 2015-07-24 10:35:51 +1000
  • 707d5245b0 Killed bfReq fields. Aaron Jacobs 2015-07-24 10:34:45 +1000
  • b0acac98d5 Fixed a panic. Aaron Jacobs 2015-07-24 10:33:39 +1000
  • b8d3dfd5ac Fixed statfs and interrupt. Aaron Jacobs 2015-07-24 10:32:36 +1000
  • 35021f0bfe Improved error messages. Aaron Jacobs 2015-07-24 10:31:07 +1000
  • b5f954ccfb Added Convert support for the internal ops. Aaron Jacobs 2015-07-24 10:30:46 +1000
  • 296d9cbc62 Declared internal ops. Aaron Jacobs 2015-07-24 10:28:47 +1000
  • 72906b755a Fixed much of Connection.ReadOp. Aaron Jacobs 2015-07-24 10:19:21 +1000
  • 290ac455fd Fixed some build errors. Aaron Jacobs 2015-07-24 10:04:12 +1000
  • 9082660f6d Eliminated some unnecessary function calls. Aaron Jacobs 2015-07-24 09:59:18 +1000
  • f717d87868 Fixed some build errors. Aaron Jacobs 2015-07-24 09:58:42 +1000
  • a5b7862c5c Fixed the Convert interface. Aaron Jacobs 2015-07-24 09:55:24 +1000
  • af893b822a Updated respond signatures. Aaron Jacobs 2015-07-24 09:53:28 +1000
  • e2849d09f3 commonOp.Respond Aaron Jacobs 2015-07-24 09:52:37 +1000
  • fc9297d3d1 commonOp.init Aaron Jacobs 2015-07-24 09:43:02 +1000
  • 36e4dd8331 commonOp.ShortDesc Aaron Jacobs 2015-07-24 08:41:16 +1000
  • a2c287f90a Updated commonOp fields again. Aaron Jacobs 2015-07-24 08:37:20 +1000
  • 6ded0a543e Updated commonOp fields. Aaron Jacobs 2015-07-24 08:33:40 +1000
  • 75e419f391 OpenFileOp.kernelResponse Aaron Jacobs 2015-07-24 08:30:43 +1000
  • 5cc86afafb Fixed an error. Aaron Jacobs 2015-07-24 08:20:44 +1000
  • 3d9ad48171 ReadSymlinkOp Aaron Jacobs 2015-07-24 08:19:32 +1000
  • b7a46f5fc6 FlushFileOp Aaron Jacobs 2015-07-24 08:19:04 +1000
  • d29e0a6f93 SyncFileOp Aaron Jacobs 2015-07-24 08:16:46 +1000
  • 5e97b58fcc WriteFileOp Aaron Jacobs 2015-07-24 08:15:52 +1000
  • 8c9daf83da ReleaseDirHandleOp Aaron Jacobs 2015-07-24 08:14:02 +1000
  • d1c1155861 ReleaseFileHandleOp Aaron Jacobs 2015-07-24 08:13:36 +1000
  • 86c921d9eb OpenDirOp Aaron Jacobs 2015-07-24 08:12:29 +1000
  • ecdc71b136 OpenFileOp Aaron Jacobs 2015-07-24 08:12:07 +1000
  • 90aee4644b ReadDirOp Aaron Jacobs 2015-07-24 08:11:24 +1000
  • fc142cb274 ReadFileOp Aaron Jacobs 2015-07-24 08:10:45 +1000
  • 7133c835aa RmDirOp Aaron Jacobs 2015-07-24 08:09:07 +1000
  • d8e3e30f99 UnlinkOp Aaron Jacobs 2015-07-24 08:08:41 +1000
  • f667900499 RenameOp Aaron Jacobs 2015-07-24 08:07:22 +1000
  • 88036b9232 CreateSymlinkOp Aaron Jacobs 2015-07-24 08:04:59 +1000
  • bf11280dcd CreateFileOp Aaron Jacobs 2015-07-24 08:04:03 +1000
  • 39b2936592 MkDirOp Aaron Jacobs 2015-07-24 08:02:49 +1000
  • 091d0e967c ForgetInodeOp Aaron Jacobs 2015-07-24 07:57:31 +1000
  • a30301af46 SetInodeAttributesOp Aaron Jacobs 2015-07-24 07:53:16 +1000
  • 93a670bc8c GetInodeAttributesOp Aaron Jacobs 2015-07-23 16:41:34 +1000
  • f70c00c1ed LookUpInodeOp Aaron Jacobs 2015-07-23 16:40:27 +1000
  • 7fb5d10b11 Begin on Convert. Aaron Jacobs 2015-07-23 16:37:58 +1000
  • 8a92167cc8 Updated the signature of fuseops.Convert. Aaron Jacobs 2015-07-23 16:36:31 +1000
  • de61f1bdca Export a Destroy method. Aaron Jacobs 2015-07-23 16:35:19 +1000
  • c18d5a42e6 Split out message reading in preparation for reusing it. Aaron Jacobs 2015-07-23 16:33:59 +1000
  • deded00e91 Export Message. Aaron Jacobs 2015-07-23 16:31:06 +1000
  • e01202779d Deleted a broken test. Aaron Jacobs 2015-07-24 12:51:12 +1000
  • f4231ede4b Copied over the juicy bits of bazilfuse, and made them work. Aaron Jacobs 2015-07-23 16:27:14 +1000
  • aa32dd928b Fixed some more references to bazilfuse. Aaron Jacobs 2015-07-23 16:26:32 +1000
  • dd005502f0 Fixed a build error. Aaron Jacobs 2015-07-23 16:23:45 +1000