From owner-svn-src-all@FreeBSD.ORG Sun Oct 27 21:27:09 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 89709AD0; Sun, 27 Oct 2013 21:27:09 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8238B2DB2; Sun, 27 Oct 2013 21:27:08 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id o14so2199636lbi.23 for ; Sun, 27 Oct 2013 14:27:06 -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=Pd3dDeySE3d1e+KmPgA+vxhboDJtmOoMOfpqUVAoPvM=; b=BKXC3OHLQmYTCnUZtF+wep7uG44lxnw3flFvGDttBQc0M+hMnLnsk4TpAAap4Tk263 cFrbZxRsWqOnFOybC/aPG19FkPEWDB5gjDUqBVuBVN4Yz/4GBs/elEAcGSijY/Ac3Ww8 PiAuHDPf5C3XKeYWPabz541hw91RYBzDaWgsjexJmyJFc16X5D231E9ML7kRLNlxvGoO jmLcA8A1FwY0d2hKrGefo73gtmXhnJhhzq1QY1dCC59G9EbFW5l1cyzyR3Qz0oFM96bJ bZApaBQCXlEnAJE2IDvertVONiDu36Px0fQkKD3HxvmtlQ52aRD6Pl9Iyh2R4vsqB7bS e0/g== X-Received: by 10.112.198.39 with SMTP id iz7mr8916842lbc.24.1382909226308; Sun, 27 Oct 2013 14:27:06 -0700 (PDT) Received: from mavbook.mavhome.dp.ua ([91.198.175.1]) by mx.google.com with ESMTPSA id l10sm10678255lbh.13.2013.10.27.14.27.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Oct 2013 14:27:03 -0700 (PDT) Sender: Alexander Motin Message-ID: <526D9336.5020209@FreeBSD.org> Date: Mon, 28 Oct 2013 00:27:02 +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> In-Reply-To: <20131027183653.GA9023@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:27:09 -0000 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. -- Alexander Motin