Re: [PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-19 Thread Simon Jeons
Hi Kirill, On 03/15/2013 01:50 AM, Kirill A. Shutemov wrote: From: "Kirill A. Shutemov" Here's the second version of the patchset. The intend of the work is get code ready to enable transparent huge page cache for the most simple fs -- ramfs. We have read()/write()/mmap() functionality now. S

Re: [PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-18 Thread Ric Mason
On 03/18/2013 07:42 PM, Kirill A. Shutemov wrote: Simon Jeons wrote: Hi Kirill, On 03/18/2013 07:19 PM, Kirill A. Shutemov wrote: Simon Jeons wrote: On 03/18/2013 12:03 PM, Simon Jeons wrote: Hi Kirill, On 03/15/2013 01:50 AM, Kirill A. Shutemov wrote: From: "Kirill A. Shutemov" Here's the

Re: [PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-18 Thread Kirill A. Shutemov
Simon Jeons wrote: > Hi Kirill, > On 03/18/2013 07:19 PM, Kirill A. Shutemov wrote: > > Simon Jeons wrote: > >> On 03/18/2013 12:03 PM, Simon Jeons wrote: > >>> Hi Kirill, > >>> On 03/15/2013 01:50 AM, Kirill A. Shutemov wrote: > From: "Kirill A. Shutemov" > > Here's the second vers

Re: [PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-18 Thread Simon Jeons
Hi Kirill, On 03/18/2013 07:19 PM, Kirill A. Shutemov wrote: Simon Jeons wrote: On 03/18/2013 12:03 PM, Simon Jeons wrote: Hi Kirill, On 03/15/2013 01:50 AM, Kirill A. Shutemov wrote: From: "Kirill A. Shutemov" Here's the second version of the patchset. The intend of the work is get code re

Re: [PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-18 Thread Kirill A. Shutemov
Simon Jeons wrote: > On 03/18/2013 12:03 PM, Simon Jeons wrote: > > Hi Kirill, > > On 03/15/2013 01:50 AM, Kirill A. Shutemov wrote: > >> From: "Kirill A. Shutemov" > >> > >> Here's the second version of the patchset. > >> > >> The intend of the work is get code ready to enable transparent huge pa

Re: [PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-17 Thread Simon Jeons
Hi Kirill, On 03/15/2013 01:50 AM, Kirill A. Shutemov wrote: From: "Kirill A. Shutemov" Here's the second version of the patchset. The intend of the work is get code ready to enable transparent huge page cache for the most simple fs -- ramfs. We have read()/write()/mmap() functionality now. S

Re: [PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-15 Thread Kirill A. Shutemov
Hillf Danton wrote: > On Fri, Mar 15, 2013 at 1:50 AM, Kirill A. Shutemov > wrote: > > > > Here's the second version of the patchset. > > > > The intend of the work is get code ready to enable transparent huge page > > cache for the most simple fs -- ramfs. > > > Where is your git tree including T

Re: [PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-14 Thread Hillf Danton
On Fri, Mar 15, 2013 at 1:50 AM, Kirill A. Shutemov wrote: > > Here's the second version of the patchset. > > The intend of the work is get code ready to enable transparent huge page > cache for the most simple fs -- ramfs. > Where is your git tree including THP cache? Hillf -- To unsubscribe fro

[PATCHv2, RFC 00/30] Transparent huge page cache

2013-03-14 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" Here's the second version of the patchset. The intend of the work is get code ready to enable transparent huge page cache for the most simple fs -- ramfs. We have read()/write()/mmap() functionality now. Still plenty work ahead. Any feedback is welcome. Changes sinc