Commit Graph

1438 Commits (b6e2754edfa8ac864bd26efe8541ebf2ee6563eb)

Author SHA1 Message Date
Aaron Jacobs f8a67d283f Fixed a mkdir bug on Linux. 2015-07-24 13:23:39 +10:00
Aaron Jacobs ab8c5728eb Fixed some size-related bugs on Linux. 2015-07-24 13:08:26 +10:00
Aaron Jacobs f3956ca109 Fixed some Linux build errors. 2015-07-24 12:57:29 +10:00
Aaron Jacobs 23cab6ad6f Read and write kernel messages directly instead of using fuseshim requests. 2015-07-24 12:51:42 +10:00
Aaron Jacobs 050bcb1c02 Fixed a bug. 2015-07-24 12:51:33 +10:00
Aaron Jacobs d9c8d95df7 Fixed a panic. 2015-07-24 12:51:33 +10:00
Aaron Jacobs 0f1a471c06 Revert "Log fuse errors in the test."
There are lots of benign errors that add noise.

This reverts commit 9a148bfd0246c3603ab580c4adfe548f5bd3e3b9.
2015-07-24 12:51:33 +10:00
Aaron Jacobs 503825fd5f Fixed a conversion bug. 2015-07-24 12:51:32 +10:00
Aaron Jacobs ff42037981 Changed method order. 2015-07-24 12:51:32 +10:00
Aaron Jacobs 497407fde2 Better debug logging for getattr. 2015-07-24 12:51:32 +10:00
Aaron Jacobs 85cd1cb299 Fixed error and debug logging. 2015-07-24 12:51:32 +10:00
Aaron Jacobs 9c2f2652f7 Write replies to the kernel. 2015-07-24 12:51:32 +10:00
Aaron Jacobs b6ae9475ba Partially implemented sendReply. 2015-07-24 12:51:32 +10:00
Aaron Jacobs 4a2eeda4ca Log fuse errors in the test. 2015-07-24 12:51:32 +10:00
Aaron Jacobs 9b8d9280ac Fixed a logging bug. 2015-07-24 12:51:32 +10:00
Aaron Jacobs 22c5b466f6 Fixed a bug. 2015-07-24 12:51:32 +10:00
Aaron Jacobs 75e9eb21a2 convertTime 2015-07-24 12:51:32 +10:00
Aaron Jacobs 987b494dca Finished with kernelResponse methods. 2015-07-24 12:51:32 +10:00
Aaron Jacobs b7d2d61e21 More kernelResponse methods. 2015-07-24 12:51:31 +10:00
Aaron Jacobs 350f75b812 CreateFileOp.kernelResponse 2015-07-24 12:51:31 +10:00
Aaron Jacobs 4ce589bcf1 SetInodeAttributesOp.kernelResponse 2015-07-24 12:51:31 +10:00
Aaron Jacobs c59b546a87 GetInodeAttributesOp.kernelResponse 2015-07-24 12:51:31 +10:00
Aaron Jacobs 99efba2200 LookUpInodeOp.kernelResponse 2015-07-24 12:51:31 +10:00
Aaron Jacobs e226901fc6 Fixed a bunch of build errors. 2015-07-24 12:51:31 +10:00
Aaron Jacobs 32dc0dc4da Started on LookUpInodeOp.kernelResponse. 2015-07-24 12:51:31 +10:00
Aaron Jacobs 9206e9af94 Refactored OpenFileOp.kernelResponse. 2015-07-24 12:51:31 +10:00
Aaron Jacobs 738a1dad7d InternalStatFSOp.kernelResponse 2015-07-24 12:51:31 +10:00
Aaron Jacobs 707d5245b0 Killed bfReq fields. 2015-07-24 12:51:31 +10:00
Aaron Jacobs b0acac98d5 Fixed a panic. 2015-07-24 12:51:31 +10:00
Aaron Jacobs b8d3dfd5ac Fixed statfs and interrupt. 2015-07-24 12:51:30 +10:00
Aaron Jacobs 35021f0bfe Improved error messages. 2015-07-24 12:51:30 +10:00
Aaron Jacobs b5f954ccfb Added Convert support for the internal ops. 2015-07-24 12:51:30 +10:00
Aaron Jacobs 296d9cbc62 Declared internal ops. 2015-07-24 12:51:30 +10:00
Aaron Jacobs 72906b755a Fixed much of Connection.ReadOp. 2015-07-24 12:51:30 +10:00
Aaron Jacobs 290ac455fd Fixed some build errors. 2015-07-24 12:51:30 +10:00
Aaron Jacobs 9082660f6d Eliminated some unnecessary function calls. 2015-07-24 12:51:30 +10:00
Aaron Jacobs f717d87868 Fixed some build errors. 2015-07-24 12:51:30 +10:00
Aaron Jacobs a5b7862c5c Fixed the Convert interface. 2015-07-24 12:51:30 +10:00
Aaron Jacobs af893b822a Updated respond signatures. 2015-07-24 12:51:30 +10:00
Aaron Jacobs e2849d09f3 commonOp.Respond 2015-07-24 12:51:30 +10:00
Aaron Jacobs fc9297d3d1 commonOp.init 2015-07-24 12:51:29 +10:00
Aaron Jacobs 36e4dd8331 commonOp.ShortDesc 2015-07-24 12:51:29 +10:00
Aaron Jacobs a2c287f90a Updated commonOp fields again. 2015-07-24 12:51:29 +10:00
Aaron Jacobs 6ded0a543e Updated commonOp fields. 2015-07-24 12:51:29 +10:00
Aaron Jacobs 75e419f391 OpenFileOp.kernelResponse 2015-07-24 12:51:29 +10:00
Aaron Jacobs 5cc86afafb Fixed an error. 2015-07-24 12:51:29 +10:00
Aaron Jacobs 3d9ad48171 ReadSymlinkOp 2015-07-24 12:51:29 +10:00
Aaron Jacobs b7a46f5fc6 FlushFileOp 2015-07-24 12:51:29 +10:00
Aaron Jacobs d29e0a6f93 SyncFileOp 2015-07-24 12:51:29 +10:00
Aaron Jacobs 5e97b58fcc WriteFileOp 2015-07-24 12:51:29 +10:00