Re: [PATCHv2 0/9] zswap: compressed swap caching

2013-01-22 Thread Seth Jennings
I forgot to include the link to the performance information we have gathered on zswap from the first patchset. Here are some addition performance metrics regarding the performance improvements and I/O reductions that can be achieved using zswap as measured by SPECjbb. http://ibm.co/VCgHvM These

Re: [PATCHv2 0/9] zswap: compressed swap caching

2013-01-22 Thread Seth Jennings
I forgot to include the link to the performance information we have gathered on zswap from the first patchset. Here are some addition performance metrics regarding the performance improvements and I/O reductions that can be achieved using zswap as measured by SPECjbb. http://ibm.co/VCgHvM These

[PATCHv2 0/9] zswap: compressed swap caching

2013-01-07 Thread Seth Jennings
Changelog: v2: * Rename zswap_fs_* functions to zswap_frontswap_* to avoid confusion with "filesystem" * Add comment about what the tree lock protects * Remove "#if 0" code (should have been done before) * Break out changes to existing swap code into separate patch * Fix blank line EOF warning

[PATCHv2 0/9] zswap: compressed swap caching

2013-01-07 Thread Seth Jennings
Changelog: v2: * Rename zswap_fs_* functions to zswap_frontswap_* to avoid confusion with filesystem * Add comment about what the tree lock protects * Remove #if 0 code (should have been done before) * Break out changes to existing swap code into separate patch * Fix blank line EOF warning on