Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756939AbYGDDkr (ORCPT ); Thu, 3 Jul 2008 23:40:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755099AbYGDDkj (ORCPT ); Thu, 3 Jul 2008 23:40:39 -0400 Received: from fms-01.valinux.co.jp ([210.128.90.1]:56199 "EHLO mail.valinux.co.jp" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755050AbYGDDki (ORCPT ); Thu, 3 Jul 2008 23:40:38 -0400 Date: Fri, 04 Jul 2008 12:40:38 +0900 (JST) Message-Id: <20080704.124038.193696173.ryov@valinux.co.jp> To: linux-kernel@vger.kernel.org, dm-devel@redhat.com, containers@lists.linux-foundation.org, virtualization@lists.linux-foundation.org, xen-devel@lists.xensource.com Cc: agk@sourceware.org Subject: [PATCH 0/2] dm-ioband: I/O bandwidth controller v1.2.0: Introduction From: Ryo Tsuruta X-Mailer: Mew version 5.2.52 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1369 Lines: 33 Hi everyone, This is the dm-ioband version 1.2.0 release. Dm-ioband is an I/O bandwidth controller implemented as a device-mapper driver, which gives specified bandwidth to each job running on the same physical device. - Can be applied to the kernel 2.6.26-rc5-mm3. - Changes from 1.1.0 (posted on June 2, 2008): - Dynamic policy switching A user can change the bandwidth control policy while the dm-ioband device is active. It is useful when the dm-ioband device is used as a root device. - I/O smoothing take #1 This feature makes I/O requests of each group issued smoothly. Once a certain group has used up its tokens, all I/O requests to the group will be blocked until all the other groups used up theirs. This feature is to minimize this blocking time. We are now testing on the 2nd step and we will release it soon, which will improve the smoothness significantly. - Replace simple_strtol() with strict_strtol(). - Fix I/O errors encountered after "dmsetup resume." Thanks, Ryo Tsuruta Linux Block I/O Bandwidth Control Project http://people.valinux.co.jp/~ryov/bwctl/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/