simplefs - a ridiculosly simple file system from the scratch

Greg Freemyer greg.freemyer at gmail.com
Wed Aug 7 18:07:24 EDT 2013


On Tue, Aug 6, 2013 at 11:06 AM, Sankar P <sankar.curiosity at gmail.com> wrote:
>> One recommendation: add support for page-cache. Start with read-cache
>> only, and then mmap support, you need that to allow binary execution.
>>
>
> oh okay. You suggest that I should do this before I start implementing
> the support for extents ?
>
> Sankar

Sankar,

Do a strace on just about any program and you will see mmap is used
heavily.  Extents is an internal nicety, but mmap is core
functionality that you would need even on a simpleFS for an embedded
system.

Greg
--
Greg Freemyer



More information about the Kernelnewbies mailing list