All of lore.kernel.org
 help / color / mirror / Atom feed
* Intercepting memory mapped files
@ 2015-01-30 10:26 Kunal Baweja
  2015-01-30 10:33 ` Saket Sinha
  0 siblings, 1 reply; 11+ messages in thread
From: Kunal Baweja @ 2015-01-30 10:26 UTC (permalink / raw)
  To: kernelnewbies

Hi,
I am currently working on implementing a simple encrypted file system using
a stackable file system WrapFS <http://wrapfs.filesystems.org/>. In order
to do so, as I read in the WrapFS mailing list
<http://www.fsl.cs.sunysb.edu/pipermail/wrapfs/2011-November/000058.html>
one needs to implement address space operations, which I have done and
posted on my github at this link
<https://github.com/bawejakunal/wrapfs-addresspace-operations/blob/master/mmap.c>
and it works fine. But now when I am trying to modify the data before being
written in wrapfs_lower() function I get a blank output in files written
out.
Please guide where am I going wrong in modifying the data to be written and
what could be the best way to decrypt it ?

Thanks

*Kunal Baweja*

Undergraduate B.E. (Hons.) Computer Science
Birla Institute Of Technology & Science, Pilani
K.K. Birla Goa Campus
+91 9049655665
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150130/3ec8d9d9/attachment.html 

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-01-30 14:46 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-30 10:26 Intercepting memory mapped files Kunal Baweja
2015-01-30 10:33 ` Saket Sinha
2015-01-30 11:48   ` Kunal Baweja
2015-01-30 11:55     ` devendra.aaru
2015-01-30 12:59       ` Kunal Baweja
2015-01-30 13:31       ` Valdis.Kletnieks at vt.edu
2015-01-30 13:13     ` Valdis.Kletnieks at vt.edu
2015-01-30 13:17       ` Kunal Baweja
2015-01-30 13:35         ` Valdis.Kletnieks at vt.edu
2015-01-30 14:01           ` Kunal Baweja
2015-01-30 14:46             ` Kunal Baweja

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.