Re: documentation on user space code

2010-03-13 Thread nsabagwa mary
Hi I have been going through user space code for open-iscsi specifically looking for the function that receives read and write requests from applications. I need this because i want to monitor application requests to the virtual disk. Which user space file and function handles this? Mary -- You

developing prefetcher with open-iscsi

2009-12-21 Thread nsabagwa mary
Hi am new to linux kernel module development. been going through the open-iscsi code for some time now. i want to get and record memory page requests directed to the virtual disk files (read or write) which i want to later analyze and prefetch. this i hope to do with two modules (iscsiprefetcher a