From owner-soc-status@freebsd.org Sun Jun 27 13:16:40 2021 Return-Path: Delivered-To: soc-status@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 17CF1640D99 for ; Sun, 27 Jun 2021 13:16:40 +0000 (UTC) (envelope-from christos@freebsd.org) Received: from christos (mail.margiolis.net [95.179.159.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GCWTz3sRwz3vcN; Sun, 27 Jun 2021 13:16:39 +0000 (UTC) (envelope-from christos@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; s=default; bh=/xqfcLFZFabz I/wReDhFUX9vAh9onmJwfW1Pzuj5XoI=; h=subject:cc:to:from:date; d=margiolis.net; b=GcARDwRXX/dnGflMIZFObAS0jgNytKPXjqK9nitjRk1HAZ6gPqe Hh7WvZ65nDAqiQhLuIN17UUsYpKYbAWkwIrTospOf7KdVlIZoLrTey8m/OUWOdALunrAZh JvJlB2xIxA042DI28M7MwbN/cXw74jXHB/lfqHJPDieMuENWlI= Received: from pleb (athedsl-202981.home.otenet.gr [85.74.112.131]) by christos (OpenSMTPD) with ESMTPSA id 6850a0e5 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 27 Jun 2021 13:16:36 +0000 (UTC) Date: Sun, 27 Jun 2021 16:16:22 +0300 From: Christos Margiolis To: soc-status@freebsd.org Cc: hselasky@freebsd.org Subject: [GSoC'21 Weekly Update #3] Sound mixer improvements Message-ID: <20210627131622.3esepg5dl6dbizmv@pleb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Rspamd-Queue-Id: 4GCWTz3sRwz3vcN X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:20473, ipnet:95.179.144.0/20, country:US] X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2021 13:16:40 -0000 Hello, This week not much has actually been done because I had to focus a bit more on my university's exams, but here's the progress I've made. mixer(8): - Got rid of the `-r {+|-|^|=}rdev` interface for modifying a recording source I implemented last week and brought back the old `{+|-|^|=}rec rdev` interface, since it seems to be more practical. - I implemented an -o option which is a simpler and modified re-implementation of the -s and -S options, but with a few minor differences. - Did some fine-tuning to get the program to work properly in `/etc/rc.d/mixer`. mixer(3): - Minor bug fixes mostly. The code is available on: - GitHub: https://github.com/christosmarg/mixer - Sourcehut: https://git.sr.ht/~crm/mixer - My Git server: https://git.margiolis.net/mixer/files.html The project's Wiki article can be found at: - https://wiki.freebsd.org/SummerOfCode2021Projects/SoundMixerImprovements -- Christos From owner-soc-status@freebsd.org Mon Jun 28 13:55:25 2021 Return-Path: Delivered-To: soc-status@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 532DE656B45 for ; Mon, 28 Jun 2021 13:55:25 +0000 (UTC) (envelope-from mail@khaledemara.dev) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4GD8JD1L0bz3HCd for ; Mon, 28 Jun 2021 13:55:23 +0000 (UTC) (envelope-from mail@khaledemara.dev) Received: (Authenticated sender: mail@khaledemara.dev) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 6D8421BF214 for ; Mon, 28 Jun 2021 13:55:21 +0000 (UTC) Received: by mail-io1-f50.google.com with SMTP id l5so6173758iok.7 for ; Mon, 28 Jun 2021 06:55:21 -0700 (PDT) X-Gm-Message-State: AOAM532WGHCjFDiE2DFUQSwnHcOtMgXrNYyw1m6D9d5nSXyoQHaQPju0 +4/7xWjrZfB+acYUCXxwL9jOoWlagJFQy652QCw= X-Google-Smtp-Source: ABdhPJzHg2CtvSdx1yEcstKpzhy/bXLQCyYhYCqw9soYk7i9LD3vJDU6fuYeuHPgPJcrBmAilW+p3LowD1gRcJu1H2M= X-Received: by 2002:a05:6602:2287:: with SMTP id d7mr12891589iod.172.1624888520031; Mon, 28 Jun 2021 06:55:20 -0700 (PDT) MIME-Version: 1.0 From: Khaled Emara Date: Mon, 28 Jun 2021 15:55:09 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: [GSoC'21 Weekly Update #3] XFS Filesystem FUSE Implementation To: soc-status@freebsd.org X-Rspamd-Queue-Id: 4GD8JD1L0bz3HCd X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of mail@khaledemara.dev designates 217.70.183.201 as permitted sender) smtp.mailfrom=mail@khaledemara.dev X-Spamd-Result: default: False [-1.95 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[217.70.183.201:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:217.70.183.192/28]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[soc-status@freebsd.org]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[217.70.183.201:from:127.0.2.255]; DMARC_NA(0.00)[khaledemara.dev]; RBL_DBL_DONT_QUERY_IPS(0.00)[217.70.183.201:from]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_SHORT(0.45)[0.450]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[soc-status]; RCVD_IN_DNSWL_LOW(-0.10)[217.70.183.201:from] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 13:55:25 -0000 Hi everyone, The past two weeks I have been working on the following: 1. Block Directories. 2. Leaf Directories. 3. B+tree Data Structures. 4. Node Directories (Incomplete). This week, I plan on working on the following: 1. Complete Node Directories 2. Start Work on B+tree Directories You can view the work done so far here . -Khaled