Le driver NTFSPLUS devient NTFS et progresse vers le kernel Linux

https://fed.brid.gy/r/https://korben.info/linux-ntfsplus-driver-confiance-paragon.html

NTFSPlus Becomes "NTFS" as Driver Moves Closer to Kernel Integration

The v3 patch series brings improved performance and new features while dropping the "Plus" moniker.

It's FOSS

What is NTFSPlus and Why Does It Matter for Linux Users?

NTFSPlus (often stylized as NTFSPLUS) is the name of a new NTFS driver for the Linux kernel, with the goal of producing a performant, featureful, and accurate read/write driver implementation for this notoriously tricky filesystem.

https://itsfoss.com/ntfsplus/

#Linux #NTFSPlus

(more Linux news in original post)

Rust Coreutils 0.3 Released With Some Major Speed-Ups, Better GNU Compatibility:
https://www.phoronix.com/news/Rust-Coreutils-0.3-Released

GE-Proton 10-21 brings fixes for Blue Protocol, Black Desert, Battle.net, Ubisoft Connect:
https://www.gamingonlinux.com/2025/10/ge-proton-10-21-brings-fixes-for-blue-protocol-black-desert-battle-net-ubisoft-connect/

Proton Experimental brings fixes for Fellowship, Marvel Rivals, Assassin's Creed Shadows and more:
https://www.gamingonlinux.com/2025/10/proton-experimental-brings-fixes-for-fellowship-marvel-rivals-assassins-creed-shadows-and-more/

Linux Kernel 6.18 RC2 Released: Addressing Regressions, ARM64 KVM Fixes:
https://ostechnix.com/linux-kernel-6-18-rc2-released/

Linux's Kconfig Is No Longer Orphaned:
https://www.phoronix.com/news/Kconfig-No-Longer-Orphaned

Linux Looks To Orphan Its ISDN Subsystem:
https://www.phoronix.com/news/Linux-2025-Orphan-ISDN-mISDN

GTK 4.22 To Natively Support SVG - Including Animations:
https://www.phoronix.com/news/GTK-4.22-Native-SVG

NTFSPLUS Announced: A New Linux Driver For NTFS With Better Performance, More Features:
https://www.phoronix.com/news/Linux-NTFSPLUS-NTFS-Driver

(FOSS news in comments)

#WeeklyNews #News #Linux #LinuxNews #LinuxKernel #Proton #GEProton #ProtonExperimental #RustCoreutils #Kconfig #ISDN #GTK #GTK4 #NTFS #NTFSPLUS #Gaming #LinuxGaming #FosseryTech

Rust Coreutils 0.3 Released With Some Major Speed-Ups, Better GNU Compatibility

The uutils project announced tonight the release of Rust Coreutils 0.3, another step forward for this Rust version alternative to GNU Coreutils that has been attracting a lot of interest lately due to Ubuntu 25.10 now using it by default.

🐧 NTFSPlus Proposed as New NTFS Driver for Linux / Linuxiac

「 Currently, Linux users rely on either the old read-only “NTFS Classic” driver, which has already been removed from the kernel, or NTFS3, which—despite being newer—has faced stability issues and limited maintenance. Many distributions still ship ntfs-3g instead, a user-space driver that trades performance for reliability 」

https://linuxiac.com/ntfsplus-proposed-as-new-ntfs-driver-for-linux/

#ntfs #ntfsplus #linux #opensource

NTFSPlus Proposed as New NTFS Driver for Linux

A new NTFSPlus driver has been proposed to replace NTFS3, aiming for faster, cleaner, and more stable NTFS support in Linux.

Linuxiac

#meingeschreibsel

Und noch ein quelloffener #NTFS-Treiber für #Linux, der wahrscheinlich vierte von Relevanz.

Wenn mit dem alles rundläuft, könnte das etwas Ordnung ins Ganze bringen. Aber das ist ein weiter Weg mit einigen Hürden, die bewältigt werden wollen.

https://www.heise.de/news/Abermals-neuer-NTFS-Treiber-fuer-Linux-vorgestellt-10789388.html

#LinuxKernel #kernel #ntfsplus

Abermals neuer NTFS-Treiber für Linux vorgestellt

Ein erfahrener Kernel-Hacker hat den Dateisystem-Treiber "ntfsplus" vorgestellt, der Schwächen bisheriger Lösungen vermeidet, aber keinen Freifahrtschein hat.

heise online
NTFSPLUS: Neuer NTFS-Treiber vorgestellt

Mit NTFSPLUS wurde jetzt ein neuer NTFS-Treiber für den Kernel vorgestellt, der die Probleme des NTFS3-Treibers von Paragon beheben soll und zudem…

LinuxNews.de

Namjae Jeon from exFAT and KSMBD fame published a new #NTFS #Linux #kernel driver called #NTFSPLUS

https://lore.kernel.org/lkml/202510200[email protected]/

""Currently, ntfs support in Linux was the long-neglected NTFS Classic (read-only), which has been removed from the Linux kernel, leaving the poorly maintained ntfs3. ntfs3 still has many problems and is poorly maintained, so users and distributions are still using the old legacy ntfs-3g.

What is ntfsplus?

The remade ntfs called ntfsplus is an implementation that supports write and the essential requirements(iomap, no buffer-head, utilities, xfstests test result) based on read-only classic NTFS. The old read-only ntfs code is much cleaner, with extensive comments, offers readability that makes understanding NTFS easier. This is why ntfsplus was developed on old read-only NTFS base. The target is to provide current trends(iomap, no buffer head, folio), enhanced performance, stable maintenance, utility support including fsck.""

#LinuxKernel