Re: Points to fs architecture

From: Horst von Brand
Date: Tue Jul 06 2004 - 07:58:30 EST



> I want to create a utility that "hooks" into the the filesystem. What I
> want to do is to be able to review all file system read/write/seek
> requests, most of the time without affecting file system operation (ie
> after review the request is passed on to the entity that would have
> received it had my utility not been installed, however some of the
> requests my driver should handle itself.

Prelink something that handles read/write to your application(s). No kernel
stuff involved at all. Better yet, this in completely independent of the
underlying filesystem.
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/