1. 03 May, 2011 3 commits
    • Han-Wen Nienhuys's avatar
      Clean up cache handling: · c9b1b570
      Han-Wen Nienhuys authored
      * Always strip trailing '/' from keys
      
      * UnionFs.getBranchResult() to cut down on type casts.
      
      * Introduct UnionFs.promoteDirsTo(), updating the branch cache for
        each parent directory too.
      
      * On Chmod, update the branchcache too.
      
      * On file release, drop the cache entry, which probably has incorrect
        file size.
      c9b1b570
    • Han-Wen Nienhuys's avatar
      Add a TimedCache.DropEntry method. · fb4ec9d0
      Han-Wen Nienhuys authored
      fb4ec9d0
    • Han-Wen Nienhuys's avatar
      Introduce FileSystem.Release() · 561c7984
      Han-Wen Nienhuys authored
      This method gets called when a writable file gets closed in the
      filesystem.  This allows filesystems to react to changed file sizes
      due to writes.
      561c7984
  2. 01 May, 2011 24 commits
  3. 30 Apr, 2011 3 commits
  4. 29 Apr, 2011 10 commits