Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752701Ab2E2Dek (ORCPT ); Mon, 28 May 2012 23:34:40 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:48090 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752128Ab2E2Dei (ORCPT ); Mon, 28 May 2012 23:34:38 -0400 Date: Mon, 28 May 2012 23:34:34 -0400 From: Kent Overstreet To: Dave Chinner Cc: Mike Snitzer , linux-kernel@vger.kernel.org, linux-bcache@vger.kernel.org, dm-devel@redhat.com, linux-fsdevel@vger.kernel.org, axboe@kernel.dk, yehuda@hq.newdream.net, mpatocka@redhat.com, vgoyal@redhat.com, bharrosh@panasas.com, tj@kernel.org, sage@newdream.net, agk@redhat.com, drbd-dev@lists.linbit.com, Dave Chinner , tytso@google.com Subject: Re: [PATCH v3 14/16] Gut bio_add_page() Message-ID: <20120529033434.GC10175@dhcp-172-18-216-138.mtv.corp.google.com> References: <1337977539-16977-1-git-send-email-koverstreet@google.com> <1337977539-16977-15-git-send-email-koverstreet@google.com> <20120525204651.GA24246@redhat.com> <20120525210944.GB14196@google.com> <20120529015438.GZ5091@dastard> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120529015438.GZ5091@dastard> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 858 Lines: 17 On Tue, May 29, 2012 at 11:54:38AM +1000, Dave Chinner wrote: > It also allowed us to build IOs that span > entire RAID stripe widths, thereby avoiding potential RAID RMW > cycles, and even allowing high end raid controllers to trigger BBWC > bypass fast paths that could double or triple the write throughput > of the arrays... merge_bvec_fn has nothing to do with that though, since for one there aren't any merge_bvec_fn's being called in the IO paths on these high end disk arrays, and for our software raid implementations their merge_bvec_fns will keep you from sending them bios that span entire stripes. -- 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/