From owner-svn-src-all@FreeBSD.ORG Sun Oct 27 21:37:11 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 23812184; Sun, 27 Oct 2013 21:37:11 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CF282E80; Sun, 27 Oct 2013 21:37:09 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id hp15so4584448lab.19 for ; Sun, 27 Oct 2013 14:37:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=Cti/UApU8nS1f+PW9k8njKJegICc+oEH+ys8GtHP6DI=; b=ba2CZWlnX+SxHmgN8Z17jd5SjqTTcYsQ0UGzc9jslnrpYA7YY+VJhvTqIt4tHEd+f+ BcBgvocsDKQXc9vpggj7bCq77OCFJd8ebgulhW01y4js9e9D6Ufdw2/qia1NpzUIfZjh JVXXM1aCOS7GHUJdGVtCJzN7MxzSsC75R2cQqneZ3fxTrrAdwb8l3XfIfmkPeyJrxbRf Zgc7Y8lZjCdyyBhZKghdyvorRali1ozJh188rZVO2KQJCN89Qb9mVV00J0p1jPmT6zGw Az4XJZKJ+AnAExxq1V9Fssvr5XEe3Ohp7E6dcJDixK0uKFaLJwzGoMsLuucbOWZP8qyN EMoA== X-Received: by 10.152.29.103 with SMTP id j7mr12025533lah.7.1382909828183; Sun, 27 Oct 2013 14:37:08 -0700 (PDT) Received: from mavbook.mavhome.dp.ua ([91.198.175.1]) by mx.google.com with ESMTPSA id zc3sm10727612lbb.2.2013.10.27.14.37.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Oct 2013 14:37:07 -0700 (PDT) Sender: Alexander Motin Message-ID: <526D8780.2080600@FreeBSD.org> Date: Sun, 27 Oct 2013 23:37:04 +0200 From: Alexander Motin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130616 Thunderbird/17.0.6 MIME-Version: 1.0 To: Slawa Olhovchenkov Subject: Re: svn commit: r252010 - head/sys/geom/mirror References: <201306192152.r5JLqWfs058862@svn.freebsd.org> <20131027183653.GA9023@zxy.spb.ru> <526D9336.5020209@FreeBSD.org> <20131027213204.GN63359@zxy.spb.ru> In-Reply-To: <20131027213204.GN63359@zxy.spb.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Scott Long X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 21:37:11 -0000 On 27.10.2013 23:32, Slawa Olhovchenkov wrote: > On Mon, Oct 28, 2013 at 12:27:02AM +0200, Alexander Motin wrote: > >> On 27.10.2013 20:36, Slawa Olhovchenkov wrote: >>> On Wed, Jun 19, 2013 at 09:52:32PM +0000, Scott Long wrote: >>> >>>> Author: scottl >>>> Date: Wed Jun 19 21:52:32 2013 >>>> New Revision: 252010 >>>> URL: http://svnweb.freebsd.org/changeset/base/252010 >>>> >>>> Log: >>>> Mark geom_mirror as capable of unmapped i/o >>> >>> Can you add capable of unmapped i/o to geom_stripe? >> >> I've added support for unmapped I/O for STRIPE and CONCAT as part of my >> GEOM direct dispatch commit (r256880). I've forgot to mention it in the >> commit message. > > Thanks! > Can I direct applay this commit to 10.x? You may wish/need to pick up some other nearby commits of mine too. I've tested that at some point, but then cut the big patch into several commits separated by few days. I plan to merge it all to 10/9-STABLE after 10.0 cycle complete. -- Alexander Motin