From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-soc+bounces-2474-garchives=archives.gentoo.org@lists.gentoo.org>
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 CD0551382C5
	for <garchives@archives.gentoo.org>; Sun, 14 Jun 2020 11:41:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CFBE9E0A9E;
	Sun, 14 Jun 2020 11:41:54 +0000 (UTC)
Received: from mail-il1-f171.google.com (mail-il1-f171.google.com [209.85.166.171])
	(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 7E044E0A9E
	for <gentoo-soc@lists.gentoo.org>; Sun, 14 Jun 2020 11:41:54 +0000 (UTC)
Received: by mail-il1-f171.google.com with SMTP id g3so12699506ilq.10
        for <gentoo-soc@lists.gentoo.org>; Sun, 14 Jun 2020 04:41:54 -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=8KeVP5/AkKEuqOgA2SCQLNpIu5cRBktCynf4COyq+EI=;
        b=DbcP0/VOVOBK8QCqsNyaevRIWq8Srs77/S/0G//abzJ2gr9NcR377qXYqYrTyJbo5f
         aB9FFwgIu7jngZ0YsZ8SqILFkeWbJg7LlszgJz0I6DvDy7/P0e+HHFlKNf6nfjEThdCP
         FCDfYN1uCpu2ZSPhFXaCItKD6kx1b83EfKB2vnMRMGwKAYIemPFZjwqYHWzD4Yq/IERt
         1Br0CG/DxeeMKLhO2xvhLqWS5N8gvqHQykNyY3uKJCMsJ2E/zzWj4FOARQ2kEj/xJcwy
         QLrL5kVz5yqE1cknz6nAFK61O/uXnsDIz9uKeARh1M87wZhH0bCRh7TilZXFsvvwUf3f
         mY1A==
X-Gm-Message-State: AOAM530VUNzoEwqF5tVrpqWgy+luP88Wa7hzXXFSCaNYXSat0H4lySU8
	LBDX6WuujLFYwpiMnNLvsuLiH6ozPHUve2zKXUcJl9RB
X-Google-Smtp-Source: ABdhPJzxSKo3dsbi/yG+ZaTSizf19PBBdbFqsgG4AJSn2XqWMP7k9lnWLW5IpdvXl2UQQ2AowkjI15SDPIT1BXk3Ft8=
X-Received: by 2002:a92:cf09:: with SMTP id c9mr21112576ilo.143.1592134913491;
 Sun, 14 Jun 2020 04:41:53 -0700 (PDT)
Precedence: bulk
List-Post: <mailto:gentoo-soc@lists.gentoo.org>
List-Help: <mailto:gentoo-soc+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-soc+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-soc+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-soc.gentoo.org>
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 <e_kaoru5@yahoo.co.jp>
Date: Sun, 14 Jun 2020 20:41:42 +0900
Message-ID: <CAHuS14NSWJD5iciqwXrVJZVukHqxFtEH2yL+GXSsaM_CM1xvvw@mail.gmail.com>
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: 0ed4d831-eeef-440f-87f4-2057cb38c94f
X-Archives-Hash: d3140d94b20cf09068400a7e82a29797

Hi,
This week, I'm trying to implement a virtual filesystem with FUSE.
This filesystem consists of many APIs and I have to implement it.
Fortunately, there is sample code at the repository of the library.
So I reference it and write a simple readonly filesystem.
In the second half of the week, I expand it and try to make it writable.
However, I found strange behavior in my program. I have to debug and
write test code.
So that is my objective for next week.

Regards,
Kaoru Esashika

Project Repository: https://github.com/pluser/fusebox