Commit Graph

1491 Commits (master)
 

Author SHA1 Message Date
Brendan McMillion 9ed0e37421
Fix tests on MacOS. (#86) 3 years ago
Brendan McMillion 1ec76bd410
Add ARM support. (#85) 3 years ago
Michael Stapelberg 1d001802f7 add samples/mount_hello executable 3 years ago
Michael Stapelberg b6e2754edf prefer fusermount3 (from FUSE 3), fall back to old fusermount 3 years ago
Ka-Hing Cheung ffe3eb03da
rw and ro were flipped (#80) 3 years ago
kungf 7d791d27a2
make fstype be composed of "fuse" and subtype (#77) 3 years ago
Michael Stapelberg 2f65426467 implement NoOpenSupport and NoOpendirSupport 3 years ago
Michael Stapelberg 7c2b569250 implement symlink caching 3 years ago
Michael Stapelberg ae5da07e4c
remove naked returns across the code base (#75) 3 years ago
Ka-Hing Cheung 4898d79241 plumb through Fd in setattr (#67) 3 years ago
Ka-Hing Cheung e7bcad2083 fix getxattr and listxattr (#72) 3 years ago
Ka-Hing Cheung 4ee1cf7f62 add support for fallocate (#66) 3 years ago
Michael Stapelberg 081e9f4bc7
Merge pull request #59 from stapelberg/mount 4 years ago
Michael Stapelberg 53aac50a1c open /dev/fuse in blocking mode so the runtime does not use a poller 4 years ago
Michael Stapelberg b71377f287 try mounting without fusermount(1) first 4 years ago
Michael Stapelberg 659cc51b20
convertAttributes: set S_ISUD bit from os.FileMode’s os.ModeSetuid (#58) 4 years ago
Michael Stapelberg cd3c1bb470 flush_fs_test: match another error message 4 years ago
Michael Stapelberg 3c60dc478a .travis.yml: pin to macOS 10.12 4 years ago
Michael Stapelberg fbd48a3771 fix/skip tests for Go 1.13 4 years ago
Michael Stapelberg 90d933551c fix formatting directives (to pass go test) 4 years ago
Michael Stapelberg bf89eeaf3e .travis.yml: upgrade to Go 1.13 4 years ago
Functionary Robot cd3959611b samples/memfs: fix errors found by vet 5 years ago
Aaron Jacobs 3b43406003
Merge pull request #39 from saracen/context 5 years ago
Arran Walker a43f6514bf .travis.yml: upgrade to Go 1.9.3. 5 years ago
Arran Walker 5ee7049312 replace imports of "golang.org/x/net/context" with "context" 5 years ago
Aaron Jacobs c4e473376f
Merge pull request #36 from sbg/feature/hard-links 5 years ago
Srdjan Rilak 4ee295e334 Add tests for hard link 5 years ago
Srdjan Rilak 1b4a34cc7b Add CreateLink implementation 5 years ago
Aaron Jacobs 88e3bc5ff0
Merge pull request #34 from inevity/mountsubtype 5 years ago
baul eba79bc989 add mount subtype documentation 5 years ago
baul 171218ed60 add fuse mount subtype to mountconfig 5 years ago
Ka-Hing Cheung 1ab97fb2eb handle forget inline instead of in goroutine 6 years ago
Aaron Jacobs fe7f3a55dc .travis.yml: enable macOS builds too. 6 years ago
Aaron Jacobs da343d6bf5 Add support for xattr ops. 6 years ago
Aaron Jacobs 6770eccb1c memfs_test: touch up the style of xattr tests. 6 years ago
Ka-Hing Cheung 3eadae8418 use constants from upstream PR 6 years ago
Ka-Hing Cheung d650fe34ba added tests and enhanced comments 6 years ago
Ka-Hing Cheung cbeaa55087 SetXattr support 6 years ago
Ka-Hing Cheung d20c4665c1 GetXattr/ListXattr implementation 6 years ago
Ka-Hing Cheung 8aade5c71f RemoveXattr implementation 6 years ago
Aaron Jacobs 77e8f7f767 Add option for direct I/O. 6 years ago
Aaron Jacobs df7caed6a7 dynamic_fs_test: run goimports and reflow text. 6 years ago
Aaron Jacobs 4fc546bdf9 dynamic_fs.go: reflow text. 6 years ago
Ben Sidhom 6a1014cd27 Enable StatFS on dynamicfs 6 years ago
Ben Sidhom 8edb6e4462 Add integration test for direct-io filesystem 6 years ago
Ben Sidhom b289b8e423 Address doc comment. 6 years ago
Ben Sidhom 5f27f3f261 Add comment to read op semantics for direct io 6 years ago
Ben Sidhom 025868ecf2 Add direct io option for file operations 6 years ago
Aaron Jacobs bf33916294 .travis.yml: do away with Go tip. 6 years ago
Aaron Jacobs 6e112b67be .travis.yml: upgrade to Go 1.8.1. 6 years ago