Download List

项目描述

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 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

由于进行了更改,以在从版本2.6.27内核的修改,2.6.29至2.6.30。 mumufs_file_read中的一个竞争条件()函数是固定的。函数和变量标识符被替换,以适合内核的风格。
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