Linux 6.0 introduces F2FS low memory mode to reduce memory usage with performance
2 min readLinux 6.0 introduces F2FS low memory mode to reduce memory usage with performance
- 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 6.0 introduces F2FS low memory mode to reduce memory usage with performance.
Flash Friendly File-System (F2FS) remains a powerful file system option for flash memory devices, especially SSDs and portable hard drives.
In Linux 6.0, this file system driver brings more improvements, introducing some new features including Low-Memory Mode.
Low memory mode adjusts file system behavior to reduce memory usage on low-end Android phones and devices with less memory.
But this behavior at the cost of saving memory space may affect the running performance.
Linux 6.0’s F2FS also has improvements in its atomic write operations, foreground garbage collection time, fixes, and more.
F2FS maintainer Jaegeuk Kim summarizes the work of this development cycle:
During this development cycle, we mainly fixed some corner cases where the per-file compression flags were inappropriately manipulated.
Also, we found that f2fs calculates incorrect blocks in a block when the zone capacity is set, so it was fixed with an extra sysfs entry for checking.
Finally, this series includes several patches related to the new atomic write support, such as several bug fixes and re-adding atomic_write_abort support since we mistakenly removed this support patch in the previous release.
See the PR for details .
- 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?