Re: [PATCHv1, RFC 00/33] ext4: support of huge pages
From: Jan Kara <jack@suse.cz>
Date: 2016-07-27 09:17:23
Also in:
linux-block, linux-fsdevel, linux-mm, lkml
On Tue 26-07-16 22:12:12, Kirill A. Shutemov wrote:
On Tue, Jul 26, 2016 at 01:29:38PM -0400, Theodore Ts'o wrote:quoted
On Tue, Jul 26, 2016 at 03:35:02AM +0300, Kirill A. Shutemov wrote:quoted
Here's the first version of my patchset which intended to bring huge pages to ext4. It's not yet ready for applying or serious use, but good enough to show the approach.Thanks. The major issues I noticed when doing a quick scan of the patches you've already mentioned here. I'll try to take a closer look in the next week or so when I have time.Thanks.quoted
One random question --- in the huge=always approach, how much additional work would be needed to support file systems with a 64k block size on a system with 4k pages?I think it's totally different story. Here I have block size smaller than page size and it's not new to the filesystem -- similar to 1k block size with 4k page size. So I was able to re-use most of infrastructure to handle the situation. Block size bigger than page size is backward task. I don't think I know enough to understand how hard it would be. I guess not easy. :)
I think Ted wanted to ask: When you always have huge pages in page cache, block size of 64k is smaller than the page size of the page cache so there are chances it could work. Or is there anything which still exposes the fact that actual pages are 4k even in huge=always case? Honza -- Jan Kara [off-list ref] SUSE Labs, CR -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>