1. 11 Aug, 2016 4 commits
  2. 10 Aug, 2016 1 commit
  3. 09 Aug, 2016 4 commits
  4. 04 Aug, 2016 3 commits
  5. 03 Aug, 2016 3 commits
  6. 31 Jul, 2016 1 commit
  7. 25 Jul, 2016 5 commits
  8. 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
  9. 18 Jul, 2016 4 commits
  10. 13 Jul, 2016 2 commits
  11. 12 Jul, 2016 2 commits
  12. 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
  13. 05 Jul, 2016 3 commits
  14. 30 Jun, 2016 3 commits
  15. 29 May, 2016 1 commit
    • Jakob Unterwurzacher's avatar
      nodefs: lock early on FORGET · bd746dd8
      Jakob Unterwurzacher authored
      Taking the treeLock after inodeMap.Forget() exposed a
      small window where the Inode that is about to be forgotten
      could be handed out to the kernel under a new node ID.
      
      Testing with fsstress for 1.000+ iterations showed that the
      race can actually be hit, and causes "No such file or directory"
      errors.
      
      With the lock taken earlier, loopbackfs passes 10.000+ fsstress
      iterations.
      
      Change-Id: Ic02ae757d9a726ece01e8f0b3f0ff877f8e2dbc3
      bd746dd8
  16. 23 May, 2016 1 commit
  17. 22 May, 2016 1 commit