new filesystem module
I'm working on kernel 2.2.26. I'm trying to add a new filesystem
module, this filesystem is mainly the ext2 one but i'd want to add
some new features, as the possibility to log file actions.
I have some questions.
What are the steps for adding a new filesystem?
how to clone ext2 filesystem and working on this copy easily ?
thanks.
.
Relevant Pages
- Re: Linux and Windows Disk Drive imaging
... etc. are stored within your, say, ext2 filesystem just like any other file), ... or is it a special filesystem that GRUB understands but that actually occupies ... the installer asks your filesystem code ... a kernel which wasn't even on the machine when you installed GRUB. ... (sci.electronics.design) - Re: Linux and Windows Disk Drive imaging
... etc. are stored within your, say, ext2 filesystem just like any other file), ... or is it a special filesystem that GRUB understands but that actually occupies ... The only part of GRUB which isn't part of a normal filesystem, ... Kernel update howto copyright Jan Panteltje 2009-always, ... (sci.electronics.design) - [patch] document that ext2 cant handle barriers
... Document things ext2 expects from storage filesystems, ... prior to writing them into the filesystem. ... -the time of a crash. ... If a transaction is complete at the time of a crash ... (Linux-Kernel) - Re: [patch] ext2/3: document conditions when reliable operation is possible
... The problem is that flash cards destroy whole erase block on unplug, ... and ext3 can't cope with that. ... So the way ext2 deals with the flash media actually matches what ... this isn't a filesystem specific cliam; ... (Linux-Kernel) - [RFC/PATCH 3/5] ext2: execute in place (V2)
... This patch adds support for execute in place in ext2. ... MODULE_DESCRIPTION("Second Extended Filesystem"); ... (Linux-Kernel) |
|