1. 18 Aug, 2011 3 commits
  2. 17 Aug, 2011 2 commits
  3. 16 Aug, 2011 6 commits
  4. 15 Aug, 2011 2 commits
  5. 12 Aug, 2011 2 commits
  6. 11 Aug, 2011 1 commit
  7. 09 Aug, 2011 3 commits
  8. 05 Aug, 2011 1 commit
  9. 04 Aug, 2011 4 commits
  10. 30 Jul, 2011 3 commits
  11. 29 Jul, 2011 4 commits
  12. 28 Jul, 2011 1 commit
    • Han-Wen Nienhuys's avatar
      Add inode notify. · 8acbd4b0
      Han-Wen Nienhuys authored
      This can be used to advise the kernel of updated attributes or data of
      existing data; it cannot be used to remove negative entries.
      8acbd4b0
  13. 27 Jul, 2011 3 commits
  14. 26 Jul, 2011 1 commit
  15. 13 Jul, 2011 2 commits
  16. 11 Jul, 2011 2 commits
    • Han-Wen Nienhuys's avatar
      Only forget inode if inode.mountPoint == nil. · 646ae57a
      Han-Wen Nienhuys authored
      Previously, a FORGET opcode could force a mount that was unused to be
      forgotten.  This would cause the mounting filesystem to get into
      inconsistent states: MultiZipFs and AutoUnionFs would believe the
      mount is still live, but FilesystemConnector had already forgotten it.
      
      The downside to this solution is that submount FileSystems will no
      longer be unmounted if the root FileSystem is unmounted with
      "fusermount -u".
      646ae57a
    • Han-Wen Nienhuys's avatar
      Split off benchmarking stuff into benchmark/ . · 0a349536
      Han-Wen Nienhuys authored
      Add a gotest benchmark running off a synthetic stat-only filesystem.
      0a349536