https://www.phoronix.com/news/Linux-7.1-New-NTFS-Driver
#linux #ntfs #filesystem

Healthchecks.io ping endpoints accept HTTP HEAD, GET, and POST request methods. When using HTTP POST, clients can include an arbitrary payload in the request body. Healthchecks.io stores the first 100kB of the request body. If the request body is tiny, Healthchecks.io stores it in the PostgreSQL database. Otherwise, it stores it in S3-compatible object storage. [...]
Microsoft Finally Ups FAT32 Size Limit
https://hackaday.com/2026/04/17/microsoft-finally-ups-fat32-size-limit/
Linux 7.0 Released: Rust Gains Ground, XFS Gets Self-Healing, AI Tools Find Their Rules
Linux 7.0 officially released with Rust entering production use, XFS gaining self-healing capabilities, and AI coding tools getting formal governance in the kernel community.Linux 7.0 è ufficiale: più spazio a Rust, novità per XFS e regole per gli strumenti AI
Linux 7.0 è stato rilasciato ufficialmente con Rust stabile, filesystem XFS auto-riparante e nuovo supporto hardware. Tutte le novità del kernel di aprile 2026.FTRS - is a Fault-Tolerant Radiation-Robust #Filesystem for #linux designed for use in #Space
Not happy with world domination alone, Linux is set out to conquer the universe!
Oh, heck :(

Admins were not happy. Initial attempts to resolve the issue by replacing files with hardlinks also failed due to ext4’s 65,000 hardlink limit.
Oh, heck :(

Admins were not happy. Initial attempts to resolve the issue by replacing files with hardlinks also failed due to ext4’s 65,000 hardlink limit.
New article: Btrfs 🌳
The Linux filesystem that never overwrites data. Every write goes to a new location.
Snapshots, RAID, per-block checksums with auto-repair on RAID, atomic transactions, all built into the filesystem.

In the previous article , we explored XFS—a filesystem built for extreme scale that divides the disk into independent Allocation Groups, each with its own B+ trees for free space, inodes, and extent tracking. XFS, like every filesystem we’ve covered in this series, shares one fundamental characteristic with ext4, NTFS, and FAT32: it modifies data in place. When you update a block, the new data overwrites the old data at the same disk location.