1. 19 Aug, 2011 1 commit
  2. 18 Aug, 2011 3 commits
  3. 17 Aug, 2011 2 commits
  4. 16 Aug, 2011 6 commits
  5. 15 Aug, 2011 2 commits
  6. 12 Aug, 2011 2 commits
  7. 11 Aug, 2011 1 commit
  8. 09 Aug, 2011 3 commits
  9. 05 Aug, 2011 1 commit
  10. 04 Aug, 2011 4 commits
  11. 30 Jul, 2011 3 commits
  12. 29 Jul, 2011 4 commits
  13. 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
  14. 27 Jul, 2011 3 commits
  15. 26 Jul, 2011 1 commit
  16. 13 Jul, 2011 2 commits
  17. 11 Jul, 2011 1 commit
    • 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