From nobody Wed Jun 05 08:06:16 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VvKmF0BWTz5MK8Q for ; Wed, 05 Jun 2024 08:06:21 +0000 (UTC) (envelope-from SRS0=RKoA=NH=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (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 4VvKmD57pLz49jF; Wed, 5 Jun 2024 08:06:20 +0000 (UTC) (envelope-from SRS0=RKoA=NH=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id A5158D789B; Wed, 5 Jun 2024 10:06:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1717574777; bh=0AoyQHUrlqgxeii5VTVBi8LsEvFUTnXOo3px7wRNVN0=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=LI+Gjp+UigGyw2hqt6b+GsJU23Bleh9UHjGEnV0tqDC0CLf2scXV8GFTTQZt0r8YK Vh9W/NfDDq0moUR/S8A+7jjgcTfCmzjJ0dMkzZNhR/SNES4a6+765lscb6F9F4XTg6 Q+fy1GgnzOkKSr8Iix+XwP1qVZkaGHhbc1bQKewI= Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 8C4C1D788A; Wed, 5 Jun 2024 10:06:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quip.cz; s=private; t=1717574776; bh=0AoyQHUrlqgxeii5VTVBi8LsEvFUTnXOo3px7wRNVN0=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=4bo47NCavj4DMy2pbmiC07rzG3xVY0qWWqKJWAewjGK/gqdOIz4I5bfLxSJl1+SUY +QJIAB68pvrSffq8r2g1BS2UTV+RvXZEHqaGxXD17t0i6zi2ly6wDn2G+nobRXpPRS TXeBBF/8YtSlIw/JddutM0R/gEjDoGRHdxBQkL0c= Message-ID: Date: Wed, 5 Jun 2024 10:06:16 +0200 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Deprecating smbfs(5) and removing it before FreeBSD 14 To: John Hixson Cc: Rick Macklem , "freebsd-current@freebsd.org" References: <489849ca-a404-fb54-81d1-d62ea18c5832@FreeBSD.org> <254a0b5e-72d9-f93e-0c49-82b50a35db41@quip.cz> <3bbacbac-9238-f29d-653c-86d13085afe0@quip.cz> <4ea542mqtue7ety23gpgxborpl4brx3fewhgy5p23ozivjzeay@dyk4oxvgs7c5> Content-Language: cs-Cestina From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Queue-Id: 4VvKmD57pLz49jF On 05/06/2024 01:05, John Hixson wrote: >> >> Thank you for the message. I'm glad someone has the courage to take the >> plunge. Smbfs is still very important to me. In a heterogeneous environment >> it is still the most common way to share data between systems. >> Are you planning the final version as a kernel module, or will the final >> version be via FUSE? I have had bad experiences with FUSE in the past with >> stability and performance. > > The final version will be a kernel module. It will also be BSD > licensed. I am not an expert at the VFS layer so I want to get the stack > ironed out in FUSE before moving it into kernel space. This is really good news. I can't help with the code, but once you get something I can test, let me know. I'd be happy to help with testing. Best regards Miroslav Lachman