Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-09 | Updated copyright years | Sergiu Ivanov | |
The copyright years were listed only up to 2008, so I added 2009. Also, some of the files I created from scratch used to list copyright years starting with 2001, which was wrong. This has also been corrected. | |||
2008-11-21 | Moved the code to GCS | Sergiu Ivanov | |
Now the code is (hopefully) compliant with GNU Coding Standards. | |||
2008-09-07 | Added proxy nodes, optimized node management policy | Sergiu Ivanov | |
Now, when 'file,,x' is requested, nsmux will create a proxy node and will set the translator 'x' on this node, not on the real filesystem node. Also, nsmux will not create nodes for simple file looks, instead it will simply return the port to the required file, thus avoiding the necessity to handle IO operations inside itself. | |||
2008-07-13 | Copied the skeleton for mirroring a directory from filterfs. | Sergiu Ivanov | |
At the moment nsmux is only capable of creating a read-only mirror of the given directory. |