Commit Graph

1040 Commits (3fe63db6fb6b8288631459284bc630d322709d67)

Author SHA1 Message Date
Aaron Jacobs d29e0a6f93 SyncFileOp 2015-07-24 12:51:29 +10:00
Aaron Jacobs 5e97b58fcc WriteFileOp 2015-07-24 12:51:29 +10:00
Aaron Jacobs 8c9daf83da ReleaseDirHandleOp 2015-07-24 12:51:29 +10:00
Aaron Jacobs d1c1155861 ReleaseFileHandleOp 2015-07-24 12:51:29 +10:00
Aaron Jacobs 86c921d9eb OpenDirOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs ecdc71b136 OpenFileOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs 90aee4644b ReadDirOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs fc142cb274 ReadFileOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs 7133c835aa RmDirOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs d8e3e30f99 UnlinkOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs f667900499 RenameOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs 88036b9232 CreateSymlinkOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs bf11280dcd CreateFileOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs 39b2936592 MkDirOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs 091d0e967c ForgetInodeOp 2015-07-24 12:51:28 +10:00
Aaron Jacobs a30301af46 SetInodeAttributesOp 2015-07-24 12:51:27 +10:00
Aaron Jacobs 93a670bc8c GetInodeAttributesOp 2015-07-24 12:51:27 +10:00
Aaron Jacobs f70c00c1ed LookUpInodeOp 2015-07-24 12:51:27 +10:00
Aaron Jacobs 7fb5d10b11 Begin on Convert. 2015-07-24 12:51:27 +10:00
Aaron Jacobs 8a92167cc8 Updated the signature of fuseops.Convert. 2015-07-24 12:51:27 +10:00
Aaron Jacobs de61f1bdca Export a Destroy method. 2015-07-24 12:51:27 +10:00
Aaron Jacobs c18d5a42e6 Split out message reading in preparation for reusing it. 2015-07-24 12:51:27 +10:00
Aaron Jacobs deded00e91 Export Message. 2015-07-24 12:51:27 +10:00
Aaron Jacobs e01202779d Deleted a broken test. 2015-07-24 12:51:12 +10:00
Aaron Jacobs f4231ede4b Copied over the juicy bits of bazilfuse, and made them work. 2015-07-24 09:42:43 +10:00
Aaron Jacobs aa32dd928b Fixed some more references to bazilfuse. 2015-07-24 09:42:43 +10:00
Aaron Jacobs dd005502f0 Fixed a build error. 2015-07-24 09:42:43 +10:00
Aaron Jacobs 61d71f86ba Fixed some package names. 2015-07-24 09:42:43 +10:00
Aaron Jacobs 38685c9ea2 Copied some missing files from from jacobsa/bazilfuse@b378951. 2015-07-24 09:42:43 +10:00
Aaron Jacobs b8bf3cacb4 Fixed some build errors. 2015-07-24 09:42:43 +10:00
Aaron Jacobs 8e0cba22dd Unexported unused Flags fields. 2015-07-24 09:42:43 +10:00
Aaron Jacobs 4dc22ba2e7 Use package fuseshim in package fuseops. 2015-07-24 09:42:42 +10:00
Aaron Jacobs 81dee67b51 Use package fuseshim in package fuse. 2015-07-24 09:42:42 +10:00
Aaron Jacobs 8c94df5ce9 Made package fuseshim build. 2015-07-24 09:42:42 +10:00
Aaron Jacobs b14b41f3f5 Fixed more build errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs bd41a4e788 Fixed more build errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs 4dd9732c5b Copied a missing file from from jacobsa/bazilfuse@b378951. 2015-07-24 09:42:42 +10:00
Aaron Jacobs ca5f985182 Fixed more errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs d6a582c6a5 Fixed more shim errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs f0fb8be9b4 Fixed some fuseshim build errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs 4bc4c23872 Fixed Protocol layering. 2015-07-24 09:42:42 +10:00
Aaron Jacobs e8ddcd361c Fixed kernel package name. 2015-07-24 09:42:42 +10:00
Aaron Jacobs 7b2b33d526 Fixed some build errors. 2015-07-24 09:42:42 +10:00
Aaron Jacobs d87d15e893 Copied from jacobsa/bazilfuse@b378951. 2015-07-24 09:42:41 +10:00
Aaron Jacobs 216fede41e Copied from jacobsa/bazilfuse@b378951. 2015-07-24 09:42:41 +10:00
Aaron Jacobs df9f2b75f3 Removed fuseops.OpHeader.
This gave UID and GID information that wasn't obviously useful to the file
system, given that (by default at least) the file system can only be used by
the mounting user.
2015-07-24 09:38:48 +10:00
Aaron Jacobs e6f7fe6013 Killed fuseops.OpHeader. 2015-07-24 09:38:40 +10:00
Aaron Jacobs 84c827f980 Stop using fuseops.Header in memfs. 2015-07-24 09:37:57 +10:00
Aaron Jacobs 591350f2c6 Fixed duplicate package documentation. 2015-07-24 09:35:14 +10:00
Aaron Jacobs 641f7b756d Avoid a few per-op allocations. 2015-07-23 15:33:15 +10:00