From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Christie Subject: Re: [PATCH 00/35 v2] separate operations from flags in the bio/request structs Date: Fri, 08 Jan 2016 14:50:58 -0600 Message-ID: <56902132.8080008@cs.wisc.edu> References: <1452027218-32303-1-git-send-email-mchristi@redhat.com> <20160108133237.GA7663@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160108133237.GA7663@infradead.org> Sender: linux-scsi-owner@vger.kernel.org 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 List-Id: linux-raid.ids 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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id 838307F37 for ; Fri, 8 Jan 2016 14:52:25 -0600 (CST) Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by relay1.corp.sgi.com (Postfix) with ESMTP id 456FB8F8035 for ; Fri, 8 Jan 2016 12:52:21 -0800 (PST) Received: from sabe.cs.wisc.edu (sabe.cs.wisc.edu [128.105.6.20]) by cuda.sgi.com with ESMTP id uAOvvnAF8tIft1dg (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 08 Jan 2016 12:52:18 -0800 (PST) Message-ID: <56902132.8080008@cs.wisc.edu> Date: Fri, 08 Jan 2016 14:50:58 -0600 From: Mike Christie MIME-Version: 1.0 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> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Christoph Hellwig , mchristi@redhat.com Cc: linux-bcache@vger.kernel.org, linux-block@vger.kernel.org, xfs@oss.sgi.com, ocfs2-devel@oss.oracle.com, linux-scsi@vger.kernel.org, konrad.wilk@oracle.com, linux-kernel@vger.kernel.org, philipp.reisner@linbit.com, linux-f2fs-devel@lists.sourceforge.net, linux-raid@vger.kernel.org, dm-devel@redhat.com, target-devel@vger.kernel.org, linux-mtd@lists.infradead.org, osd-dev@open-osd.org, linux-fsdevel@vger.kernel.org, lars.ellenberg@linbit.com, linux-ext4@vger.kernel.org, linux-btrfs@vger.kernel.org, drbd-dev@lists.linbit.com 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. _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Christie Date: Fri, 08 Jan 2016 14:50:58 -0600 Subject: [Ocfs2-devel] [PATCH 00/35 v2] separate operations from flags in the bio/request structs In-Reply-To: <20160108133237.GA7663@infradead.org> References: <1452027218-32303-1-git-send-email-mchristi@redhat.com> <20160108133237.GA7663@infradead.org> Message-ID: <56902132.8080008@cs.wisc.edu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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.