From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sabe.cs.wisc.edu ([128.105.6.20]:41437 "EHLO sabe.cs.wisc.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752061AbcAHU74 (ORCPT ); Fri, 8 Jan 2016 15:59:56 -0500 Message-ID: <56902132.8080008@cs.wisc.edu> Date: Fri, 08 Jan 2016 14:50:58 -0600 From: Mike Christie MIME-Version: 1.0 To: Christoph Hellwig , mchristi@redhat.com CC: linux-f2fs-devel@lists.sourceforge.net, linux-ext4@vger.kernel.org, konrad.wilk@oracle.com, drbd-dev@lists.linbit.com, philipp.reisner@linbit.com, lars.ellenberg@linbit.com, linux-raid@vger.kernel.org, dm-devel@redhat.com, linux-fsdevel@vger.kernel.org, linux-bcache@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, linux-mtd@lists.infradead.org, target-devel@vger.kernel.org, linux-btrfs@vger.kernel.org, osd-dev@open-osd.org, xfs@oss.sgi.com, ocfs2-devel@oss.oracle.com Subject: Re: [PATCH 00/35 v2] separate operations from flags in the bio/request structs References: <1452027218-32303-1-git-send-email-mchristi@redhat.com> <20160108133237.GA7663@infradead.org> In-Reply-To: <20160108133237.GA7663@infradead.org> Content-Type: text/plain; charset=windows-1252 Sender: linux-btrfs-owner@vger.kernel.org List-ID: On 01/08/2016 07:32 AM, Christoph Hellwig wrote: > This looks good to me from a highlevel point of view. > Do you also have a git tree to take a look at all the changes in a > single big diff? I uploaded a git tree here: https://github.com/mikechristie/linux-kernel.git based off of linux-next today. The patches are just in the master branch.