Re: [RFC v3 13/13] vfs: add documentation

2012-10-15 Thread Zhi Yong Wu
On Mon, Oct 15, 2012 at 8:35 AM, Zheng Liu wrote: > Hi Zhi Yong, > > [cut...] >> +3. The Design >> + >> +These include the following parts: >> + >> +* Hooks in existing vfs functions to track data access frequency >> + >> +* New rbtrees for tracking access frequency of inodes and sub-file

Re: [RFC v3 13/13] vfs: add documentation

2012-10-15 Thread Zhi Yong Wu
On Mon, Oct 15, 2012 at 8:35 AM, Zheng Liu gnehzuil@gmail.com wrote: Hi Zhi Yong, [cut...] +3. The Design + +These include the following parts: + +* Hooks in existing vfs functions to track data access frequency + +* New rbtrees for tracking access frequency of inodes and

Re: [RFC v3 13/13] vfs: add documentation

2012-10-14 Thread Zheng Liu
Hi Zhi Yong, [cut...] > +3. The Design > + > +These include the following parts: > + > +* Hooks in existing vfs functions to track data access frequency > + > +* New rbtrees for tracking access frequency of inodes and sub-file ^^^ s/rbtrees/radix-trees > +ranges

Re: [RFC v3 13/13] vfs: add documentation

2012-10-14 Thread Zheng Liu
Hi Zhi Yong, [cut...] +3. The Design + +These include the following parts: + +* Hooks in existing vfs functions to track data access frequency + +* New rbtrees for tracking access frequency of inodes and sub-file ^^^ s/rbtrees/radix-trees +ranges (hot_rb.c)

[RFC v3 13/13] vfs: add documentation

2012-10-10 Thread zwu . kernel
From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu --- Documentation/filesystems/00-INDEX |2 + Documentation/filesystems/hot_tracking.txt | 165 2 files changed, 167 insertions(+), 0 deletions(-) create mode 100644

[RFC v3 13/13] vfs: add documentation

2012-10-10 Thread zwu . kernel
From: Zhi Yong Wu wu...@linux.vnet.ibm.com Signed-off-by: Zhi Yong Wu wu...@linux.vnet.ibm.com --- Documentation/filesystems/00-INDEX |2 + Documentation/filesystems/hot_tracking.txt | 165 2 files changed, 167 insertions(+), 0 deletions(-) create mode