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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS 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 BB365C43381 for ; Thu, 7 Mar 2019 12:13:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9178220675 for ; Thu, 7 Mar 2019 12:13:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726214AbfCGMNP (ORCPT ); Thu, 7 Mar 2019 07:13:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49356 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726101AbfCGMNO (ORCPT ); Thu, 7 Mar 2019 07:13:14 -0500 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B48A681F19; Thu, 7 Mar 2019 12:13:14 +0000 (UTC) Received: from shalem.localdomain.com (ovpn-116-59.ams2.redhat.com [10.36.116.59]) by smtp.corp.redhat.com (Postfix) with ESMTP id E8B6619C68; Thu, 7 Mar 2019 12:13:13 +0000 (UTC) From: Hans de Goede To: Alexander Viro Cc: Hans de Goede , linux-fsdevel@vger.kernel.org Subject: [PATCH v8 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support Date: Thu, 7 Mar 2019 13:13:11 +0100 Message-Id: <20190307121312.6394-1-hdegoede@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Thu, 07 Mar 2019 12:13:14 +0000 (UTC) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi All, Here is the 8th version of my cleaned-up / refactored version of the VirtualBox shared-folder VFS driver. This version has been used by several distributions (arch, Fedora) for a while now and as such has seen quite a bit of testing. This testing has found 2 issues which are both fixed in this new version. Since the whole purpose of the clean-up / refactoring was to make this code suitable for mainline inclusion and since this is being quite widely used now, it would be nice if this version could get an upstream review and then after 1 or 2 more revisions it can hopefully be merged. The changes between versions are detailed in the commit msg of the patch. Regards, Hans