1. 18 Oct, 2016 2 commits
  2. 15 Sep, 2016 3 commits
  3. 25 Aug, 2016 1 commit
  4. 11 Aug, 2016 4 commits
  5. 10 Aug, 2016 1 commit
  6. 09 Aug, 2016 4 commits
  7. 04 Aug, 2016 3 commits
  8. 03 Aug, 2016 3 commits
  9. 31 Jul, 2016 1 commit
  10. 25 Jul, 2016 5 commits
  11. 22 Jul, 2016 1 commit
    • Han-Wen Nienhuys's avatar
      Rewrite mount_darwin.go, obviating CGO. · ebe08a81
      Han-Wen Nienhuys authored
      The strategy was inspired by the mount code for Darwin in
      bazil.org/fuse.
      
      Unfortunately, OSX must have the event loop started before mounting
      can be completed. This means that WaitMount() must be maintained for
      use on OSX.
      
      Change-Id: Ie53425f306b4575b3e94e45407bab05017f5ce14
      ebe08a81
  12. 18 Jul, 2016 4 commits
  13. 13 Jul, 2016 2 commits
  14. 12 Jul, 2016 2 commits
  15. 11 Jul, 2016 1 commit
    • Han-Wen Nienhuys's avatar
      Add Debug fields to all Options structs, and use those. · a27cac55
      Han-Wen Nienhuys authored
      SetDebug methods are maintained for compatibility.
      
      This is part of a patch series to process the INIT opcode on
      mount. This will enable filesystems to switch functionality depending
      on kernel settings.
      
      In order to get the debug output for the INIT opcode, the debug option
      must be passed to the mount method.
      
      Deprecate the SetDebug methods. There is often little practical use in
      toggling debug on the fly, since the error scenarios depend on timing
      details, and must usually be isolated into unittests.
      
      Change-Id: I221c995add5f7621b627f738d7e97af7daf81b2a
      a27cac55
  16. 05 Jul, 2016 3 commits