Download List

Projeto Descrição

Mumufs is a virtual file system to support IPC of type many-to-many. It resides in RAM, and supports regular files, directories, symbolic, and hard links. Each file on mumufs is associated with a data block of an arbitrary size. Read/write operations for a file correspond to read/write operations from/to the corresponding data block. Each successful write to a file operation replaces the previously stored data block. Each new read/write operation must start from the shift 0 from the beginning of a file. An operation is considered successful only if the whole data block is read or written. Each file can be opened for reading and writing simultaneously many times. Both blocking and non-blocking IO are supported. Mumufs supports select и poll operations.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-11-18 20:04
0.1.1

As alterações foram feitas devido a alterações no kernel da versão 2.6.27 através de 2.6.29 a 2.6.30. Uma condição de corrida no mumufs_file_read função () foi corrigido. Identificadores de funções e variáveis, foram substituídas para se ajustar ao estilo do kernel.
Changes were made due to changes in the kernel from version 2.6.27 through 2.6.29 to 2.6.30. A race condition in the mumufs_file_read() function was fixed. Identifiers of functions and variables were replaced to fit the kernel style.

Project Resources