Linux Kernel 5.19 will optimize exFAT, EXT4 and XFS filesystems
- An American company made 0.7nm chips: EUV lithography machines can’t do it
- CVE-2007-4559 Python vulnerability ignored for 15 years puts 350,000 projects at risk of code execution
- RISC-V only takes 12 years to achieve the milestone of 10 billion cores
- 14000 cores + 450W: RTX 4080 graphics card perfectly replaces the RTX 3080
- Big upgrade: The difference between Bluetooth 5.0 and 5.2
- Geeks Disappointed that RTX 4080/4090 doesn’t come with PCIe 5.0
- What are advantages and disadvantages of different load balancing?
Linux Kernel 5.19 will optimize exFAT, EXT4 and XFS filesystems.
In addition to updates for the Btrfs filesystem, Linux Kernel 5.19, which is under development, has optimizations for the exFAT, EXT4, and XFS filesystems.
During the merge window, the Linux team will definitely fix multiple bugs with the EXT4, exFAT, and EROFS filesystems, and add some interesting features.
Among them, there are mainly two updates for the exFAT file system.
One is that Sony engineers contributed about a 73% performance boost when handling zeroing the cluster by reducing the number of block requests. This is a big improvement for exFAT.
Another improvement for exFAT is the new “sys_tz” mount option.
This is to use the system time zone as the time offset when dealing with exFAT timestamps that are treated as UTC offsets from the current local time.
What follows is an EROFS update to the read-only Linux filesystem originally developed by Huawei , used by some Android devices .
A major change to EROFS in Linux 5.19 is the on-demand loading of EROFS using the FSCACHE/CacheFiles infrastructure.
This introduces a new file-based backend and other improvements. See the Git merge linked earlier for all the details.
In addition to EROFS now supporting mount-on-demand support on FSCACHE, Linux 5.19 now supports IDMAPPED mounts, support for NFS exports, and various fixes.
The EXT4 update focuses on various bug fixes and cleanups.
Bug fixes include items found through different fuzzers and bug injection tools.
Overall, this widely used Linux filesystem has relatively light cycles.
- DIY a PBX (Phone System) on Raspberry Pi
- How to host multiple websites on Raspberry Pi 3/4?
- A Free Intercom/Paging system with Raspberry pi and old Android phones
- DIY project: How to use Raspberry Pi to build DNS server?
- Raspberry Pi project : How to use Raspberry Pi to build git server?