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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 26F1EC3A59F for ; Sat, 31 Aug 2019 05:46:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B43252343A for ; Sat, 31 Aug 2019 05:46:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=szeredi.hu header.i=@szeredi.hu header.b="AzNCUdOE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726179AbfHaFqk (ORCPT ); Sat, 31 Aug 2019 01:46:40 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:34269 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725903AbfHaFqk (ORCPT ); Sat, 31 Aug 2019 01:46:40 -0400 Received: by mail-io1-f66.google.com with SMTP id s21so18539481ioa.1 for ; Fri, 30 Aug 2019 22:46:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=szeredi.hu; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=WOhpJr5tHKYGv4ZK0AZEodoAvczvxbwsxiG+g58CPSs=; b=AzNCUdOEXkVwKcnJjrrzdT8T9BXEGdnj5LnXTA3jsHKPVwhxRTS54L+zKAJfk1McCZ v2iSDmsKiPscsLnl1Q75W2eXy5q7fRUcnEG32yp0RRQ+huKkKuvGVbQGQT54TWd9O9JZ EGlVNMqeKOnWWUGl3SbbozlhVrqQ0d5tZ+dV8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=WOhpJr5tHKYGv4ZK0AZEodoAvczvxbwsxiG+g58CPSs=; b=dEkfivImk5XAwHkquwsR08fIbzRnt2cOoHFqZDDqI7wIWmIB9oo0su+ZKOkP36qkOk 2RXeA17oWA/eI0nn+jKoJajv9ajczJZkqc3gKiah2wdvl7LWiQttwVdWth5PRBkbOxZU p6mFfkBtmcf78qeseOpLQijRSuwcFgagu1cNxm/1W4SDnsox7QUVwtQl/RL24KREuSh1 lVlAeJYMS7lMQ2qeSjs1mMCEAhugokK5MeHr/E9buXg7dnSbsTkZvXaPTUh6PLElBWNf njze6X66gInfKxZ6FM/RNVJW7nUxe1LAtfb3gyP90Fb0+D2B6Z0HO79HwR90HjwtTFpP aM5A== X-Gm-Message-State: APjAAAVGXlAVBuOr6hMzQqAgHjQ4NKpGUeZzD6d25KRm3AuQZBaJhqK2 BVoNvDu/qsxZWmFu//BRSfk1L9Ekj9USJnLpQB0fSw== X-Google-Smtp-Source: APXvYqzTQ6X1gw8RVQ9UztzASzRQB9OfdUi4aEvgBDjMnNaXFg7p95/i1Qk3oGdVaCTySPWdW4nWnQQzC2V7P3kIS2c= X-Received: by 2002:a5e:da48:: with SMTP id o8mr13245634iop.252.1567230399342; Fri, 30 Aug 2019 22:46:39 -0700 (PDT) MIME-Version: 1.0 References: <20190821173742.24574-1-vgoyal@redhat.com> <20190829160106.GC6744@redhat.com> In-Reply-To: <20190829160106.GC6744@redhat.com> From: Miklos Szeredi Date: Sat, 31 Aug 2019 07:46:28 +0200 Message-ID: Subject: Re: [PATCH v3 00/13] virtio-fs: shared file system for virtual machines To: Vivek Goyal Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, virtio-fs@redhat.com, Stefan Hajnoczi , "Dr. David Alan Gilbert" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 29, 2019 at 6:01 PM Vivek Goyal wrote: > > On Thu, Aug 29, 2019 at 11:28:27AM +0200, Miklos Szeredi wrote: > > [..] > > There are miscellaneous changes, so needs to be thoroughly tested. > > Hi Miklos, > > First round of tests passed. Ran pjdfstests, blogbench and bunch of fio > jobs and everyting looks good. fsx-linux with cache=always revealed a couple of bugs in the argpages case. Pushed fixes for those too. Thanks, Miklos