cleancache: SSD backed cleancache backend
From: | Shaohua Li <shli@kernel.org> | |
To: | linux-mm@kvack.org | |
Subject: | [RFC 0/4] cleancache: SSD backed cleancache backend | |
Date: | Thu, 26 Sep 2013 22:14:28 +0800 | |
Message-ID: | <20130926141428.392345308@kernel.org> | |
Cc: | sjenning@linux.vnet.ibm.com, bob.liu@oracle.com, dan.magenheimer@oracle.com | |
Archive‑link: | Article |
Hi, This is a cleancache backend which caches page to disk, usually a SSD. The usage model is similar like Windows readyboost. Eg, user plugs a USB drive, and we use the USB drive to cache clean pages to reduce IO to hard disks. So far I only did some micro benchmark, for example, access files with size excess memory size. The result is positive. Of course we need solid data for more real workloads. I'd like some comments/suggestions before I put more time on it. Thanks, Shaohua -- 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>