From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCC9BC43381 for ; Tue, 19 Feb 2019 12:15:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9A2322177E for ; Tue, 19 Feb 2019 12:15:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="SbY1+OPI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726817AbfBSMPE (ORCPT ); Tue, 19 Feb 2019 07:15:04 -0500 Received: from bombadil.infradead.org ([198.137.202.133]:32982 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726555AbfBSMPE (ORCPT ); Tue, 19 Feb 2019 07:15:04 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=D6O2OC9AyoAwJyFb338tQKBQroE7lZQTAnf1xjYkmls=; b=SbY1+OPIRSTUEGUpXCGCL0FPp FXaUEysWcEEed0d8M26swUDgusQDeYI8E7k78JUav1gFNKJnmaxGt+RAlshMzDpz2dS20WwkJzM2E w6KR0SEGF5C4gVhn0+h2ATry+nlLF+UhIVSKDhe7r9UMm06jNjAT+GYekw1xtL68ec3UjD9TQ7fvg F9CmyBhSHSxLyxXStR46mEDxidSJ6z07oJ4GpQG+WR2C7d0YesZEAwCx4Wk21BMIN1QOylyyCc/yR 1Q839IrkVKlia2GNhxS64Mx3PRcpMO+HjFtzCGflgC2m6BhZ4ZixXcx5/ujd9/7mjytVOttnPNdlL 1+UqpmLrQ==; Received: from willy by bombadil.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1gw4Ii-0002yT-39; Tue, 19 Feb 2019 12:15:04 +0000 Date: Tue, 19 Feb 2019 04:15:03 -0800 From: Matthew Wilcox To: Boaz harrosh Cc: linux-fsdevel , Anna Schumaker , Al Viro , Ric Wheeler , Miklos Szeredi , Steven Whitehouse , Jefff moyer , Amir Goldstein , Amit Golander , Sagi Manole Subject: Re: [RFC PATCH 00/17] zuf: ZUFS Zero-copy User-mode FileSystem Message-ID: <20190219121503.GZ12668@bombadil.infradead.org> References: <20190219115136.29952-1-boaz@plexistor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190219115136.29952-1-boaz@plexistor.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Tue, Feb 19, 2019 at 01:51:19PM +0200, Boaz harrosh wrote: > Please see first patch for License of this project > > Current status: There are a couple of trivial open-source filesystem > implementations and a full blown proprietary implementation from Netapp. I regard this patchset as being an attempt to avoid your obligations under the GPL. As such, I will not be reviewing this code and I oppose its inclusion.