1. 04 Mar, 2011 1 commit
  2. 03 Mar, 2011 1 commit
  3. 02 Mar, 2011 1 commit
  4. 22 Feb, 2011 2 commits
  5. 21 Feb, 2011 5 commits
  6. 04 Feb, 2011 3 commits
  7. 29 Jan, 2011 1 commit
  8. 27 Jan, 2011 6 commits
  9. 26 Jan, 2011 2 commits
  10. 25 Jan, 2011 3 commits
  11. 20 Jan, 2011 1 commit
  12. 18 Jan, 2011 3 commits
  13. 17 Jan, 2011 3 commits
  14. 14 Jan, 2011 4 commits
  15. 03 Jan, 2011 4 commits
    • Han-Wen Nienhuys's avatar
      Remove outdated comment. · 02a3355d
      Han-Wen Nienhuys authored
      02a3355d
    • Han-Wen Nienhuys's avatar
      Run Gofmt. · aed6ef69
      Han-Wen Nienhuys authored
      aed6ef69
    • Han-Wen Nienhuys's avatar
      2445a2e9
    • Han-Wen Nienhuys's avatar
      Add SubmountFileSystem. · 0603a121
      Han-Wen Nienhuys authored
      This is a file system that will composite multiple FUSE
      filesystems, so you can have for example
      
       /dir1   -> one simple FUSE filesystem
       /dir2   -> another simple FUSE filesystem
       /config -> a FS interface to daemon configuration
      
      Each of these directories should be RawFileSystem instances.  This
      class takes care of the mapping between global inode ids and inode ids
      of each sub-FUSE filesystem.
      
      No files or directories may be created in the toplevel dir. Instead,
      the daemon should issue AddFileSystem() and RemoveFileSystem()
      methods internally.  This could be done in response to writes in a
      /config directory.
      0603a121