From owner-svn-src-all@FreeBSD.ORG Sun Oct 27 21:30:07 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 21E74CA4; Sun, 27 Oct 2013 21:30:07 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id AE1A32DE8; Sun, 27 Oct 2013 21:30:06 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1VaXwK-000FDN-GH; Mon, 28 Oct 2013 01:32:04 +0400 Date: Mon, 28 Oct 2013 01:32:04 +0400 From: Slawa Olhovchenkov To: Alexander Motin Subject: Re: svn commit: r252010 - head/sys/geom/mirror Message-ID: <20131027213204.GN63359@zxy.spb.ru> References: <201306192152.r5JLqWfs058862@svn.freebsd.org> <20131027183653.GA9023@zxy.spb.ru> <526D9336.5020209@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <526D9336.5020209@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false 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:30:07 -0000 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?