From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 997217E for ; Thu, 28 Apr 2022 00:47:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 348C2C385B0 for ; Thu, 28 Apr 2022 00:47:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651106878; bh=z76S75gHWRBeo2WeeqouXCUPQvpWiCldWKzSEf9wLvs=; h=In-Reply-To:References:From:Date:Subject:To:Cc:From; b=rCTodqKoEkhbHbnskTQlzdGc/rZXFY8qeiYBjKg1OmVyhRW7U3FNT9+nkuJzoPyEu 9A5S/PGhPcNnm3csoR39/CPR09VntQDU14diH8Nws++a4CmouiEeqWjTyElosZW8Cn zDDPbCc5tWAOGOxTI8f2RiePHMkPkIS1dM2G/lCpkULT7QhEeN2IHhjop46NbQMaBG DmU5OtPgeunF+Dcs0iVcKXvrVozbuccHSODPPznjitqgEcaxx8jB0050rw8CLFI8l6 No9cKe3WGfcIlYdUiGPmLnCE8BeZ7KtaF27Fn6WXFzZWXr0RzU6lkNfeDEWT7HabqZ YkgKhhjbrGyVA== Received: by mail-wr1-f47.google.com with SMTP id e2so4647980wrh.7 for ; Wed, 27 Apr 2022 17:47:58 -0700 (PDT) X-Gm-Message-State: AOAM533QFzszREKip0xb1MxWjFXJOY7+b5QtVuoUdpr8CzQ82i1uu4Qa KWLdbgUgXhKGaCTTycH/icSUm6N6WC5H/ZlMIQQ= X-Google-Smtp-Source: ABdhPJxGzxOVO1oQ28XErTn5grU1C68oVDLlC3tEYTQrXeg72jCtnscD+8a6dcuZ/lwywZE6Nylt+PUo7p5opvy2woU= X-Received: by 2002:a5d:47ab:0:b0:20a:7f8a:ec69 with SMTP id 11-20020a5d47ab000000b0020a7f8aec69mr24366063wrb.504.1651106876322; Wed, 27 Apr 2022 17:47:56 -0700 (PDT) Precedence: bulk X-Mailing-List: ntfs3@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Received: by 2002:a5d:64e7:0:0:0:0:0 with HTTP; Wed, 27 Apr 2022 17:47:55 -0700 (PDT) In-Reply-To: References: From: Namjae Jeon Date: Thu, 28 Apr 2022 09:47:55 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: NTFS3 driver is orphan already. What we do? To: Linus Torvalds Cc: Kari Argillander , Konstantin Komarov , ntfs3@lists.linux.dev, "Theodore Ts'o" , Christoph Hellwig , Matthew Wilcox , Eric Biggers , "Darrick J. Wong" , Christian Brauner , Al Viro , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" 2022-04-28 2:47 GMT+09:00, Linus Torvalds : > [ Sad state of affairs mostly edited out ] > > On Tue, Apr 26, 2022 at 2:22 AM Kari Argillander > wrote: >> >> I also did suggest that I could co maintain this driver to take burden >> from >> Konstantin, but haven't got any replay. > > If you are willing to maintain it (and maybe find other like-minded > people to help you), I think that would certainly be a thing to try. I can help him. > > And if we can find *nobody* that ends up caring and maintaining, then > I guess we should remove it, rather than end up with *two* effectively > unmaintained copies of NTFS drivers. And I'm currently working write support on read-only NTFS(fs/ntfs) with the goal of being released in a few months. And after that, I am planning to start working fsck in ntfsprogs in ntfs-3g to solve the current lack of utility issue. Thanks! > > Not that two unmaintained filesystems are much worse than one :-p > > Linus >