From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9C8E8138359 for ; Sun, 12 Jul 2020 23:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBC62E0857; Sun, 12 Jul 2020 23:01:20 +0000 (UTC) Received: from mail-io1-f48.google.com (mail-io1-f48.google.com [209.85.166.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0AE3E0857 for ; Sun, 12 Jul 2020 23:01:20 +0000 (UTC) Received: by mail-io1-f48.google.com with SMTP id e64so11553301iof.12 for ; Sun, 12 Jul 2020 16:01:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=bGDkLH5l3yaPbFvKvNgbR/w//0ympMa5fezcDsjoBxk=; b=rZeTyeeqAQvmWYAx7mS+3dxPPqkvzMHSknkVpqKW10f/6ySZWspbGnU04H6JQnvhXr tLwW/KpPQ0YJ37a2NL6fon8nWKhKwrTP8sqcIW/iVDnWbI58XmeCmF1/gXcW+IaT5AiD PlE4uWGifMEJpfzzZcismrtQ2v158ocOzTs5tsJIfooHIMyOCSIk6X2JZCJslu8RVhuH FrAQyQ09nxAQJh0nFUMNEB2a1iALDQWsDkox1tz23tGijeq3m4x/Axvj2YvJmL8wp6FN 6omdrUt57MSCONGjkV0APB3XUnmwgHoJPdKz4fxlcmTdtmQXI+JAmhO/lPsf+FiiDRoX hbxg== X-Gm-Message-State: AOAM533xoLD4kDqaeneOiKyf6IQZpBMdOXoEFNRprYq6ddd9moloHjej sM3YxYfgMM0nJ1PkttovzpneLNLj+bafyUIAqAaC5f3R X-Google-Smtp-Source: ABdhPJw8WERKjgdAxydy5WSNrUKvNg1sWwxsi52VxSpZS/YmpJT9E4WcE9ebCOXfOEs27bHrgb2jvHX/QwrkrZ1aEM0= X-Received: by 2002:a5e:c30f:: with SMTP id a15mr59048136iok.184.1594594879893; Sun, 12 Jul 2020 16:01:19 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 From: Kaoru Esashika Date: Mon, 13 Jul 2020 08:00:00 +0900 Message-ID: Subject: [gentoo-soc] Weekly Report: Fusebox - FUSE Porwered sandbox project To: gentoo-soc@lists.gentoo.org Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 77ccde4f-02cf-4bdb-8a02-9b20684807ee X-Archives-Hash: b487d4d14322919bc97e103b480a1716 Hi, This week, I'm coding about vnode related code. 'vnode' is virtual inode. Passing through the base file system inodes as is may cause inode conflicts. So I have to 'convert' inode to vnode. And I was writing that code. I also refactored the code because I feel code quality is not good. Next week, I will write the code about unit test and ACL (Access Control List) feature. Project Repository: https://github.com/pluser/fusebox Regards, Kaoru Esashika