- 06 Jul, 2011 6 commits
-
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
- 04 Jul, 2011 8 commits
-
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
Test for behavior of deletion cache drop too.
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
in NewUnionFsFromRoots(). This allows Termite to use other forms of caching.
-
- 30 Jun, 2011 10 commits
-
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
* In-process mounts are now always on synthetic inodes. FileSystems no longer have to generate GetAttr() responses for mount points. Advantages: - Simplifies FileSystems: there is no need to represent the state between mountpoint appearing and Mount() succeeding, and mount points appear automatically in ReadDir(). - Mount point inodes are always associated with one filesystem over their lifetime. This simplifies synchronization around unmount calls, which could previously lead to "unlock of unlocked mutex" panics. * (Un)mount always takes 2 locks: treeLock from the parent, and the treeLock of the filesystem itself, as the parent/child relation crosses the boundary between filesystems.. * Remove unmountPending variable; Unmount now removes all known inodes directly, removing reliance on eventual consistency. * Document Mount(), Unmount() * Forced forgets (eg. when fusermount -u is called) will also cause FileSystem.Unmount() to be called. * Changes to accomodate new conventions in ZipFs/UnionFs * Configure MultiZipFs using symlinks rather than catching file writes. * Remove return from Mount() api call.
-
Han-Wen Nienhuys authored
-
- 28 Jun, 2011 1 commit
-
-
Han-Wen Nienhuys authored
-
- 27 Jun, 2011 1 commit
-
-
Han-Wen Nienhuys authored
-
- 24 Jun, 2011 9 commits
-
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
openedFile. To make this work, add OpenCountMutex to inode. This fixes a race condition in considerDropInode().
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
conversion.
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
- 23 Jun, 2011 2 commits
-
-
James D. Nurmi authored
-
James D. Nurmi authored
-
- 22 Jun, 2011 3 commits
-
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-
Han-Wen Nienhuys authored
-