From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx145.postini.com [74.125.245.145]) by kanga.kvack.org (Postfix) with SMTP id AB0016B0083 for ; Mon, 21 May 2012 04:09:51 -0400 (EDT) Received: from /spool/local by e06smtp13.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 21 May 2012 09:09:50 +0100 Received: from d06av11.portsmouth.uk.ibm.com (d06av11.portsmouth.uk.ibm.com [9.149.37.252]) by d06nrmr1307.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q4L89JIW2334728 for ; Mon, 21 May 2012 09:09:19 +0100 Received: from d06av11.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av11.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q4L89IND004204 for ; Mon, 21 May 2012 02:09:18 -0600 From: ehrhardt@linux.vnet.ibm.com Subject: [PATCH 0/2] swap: improve swap I/O rate - V2 Date: Mon, 21 May 2012 10:09:13 +0200 Message-Id: <1337587755-4743-1-git-send-email-ehrhardt@linux.vnet.ibm.com> Sender: owner-linux-mm@kvack.org List-ID: To: linux-mm@kvack.org Cc: axboe@kernel.dk, Ehrhardt Christian From: Ehrhardt Christian From: Christian Ehrhardt * Update in V2 * - Adapted the documentation patch according to feedback of Minchan Kim - Added the Acks I got to V1 so far In an memory overcommitment scneario with KVM I ran into a lot of waits for swap. While checking the I/O done on the swap disks I found almost all I/Os to be done as single page 4k request. Despite the fact that swap in is a batch of 1< email@kvack.org