Filesystem error handling
Analyzing filesystem error handling by reproducing past studies on modern systems like ext4 and btrfs.
Analyzing filesystem error handling by reproducing past studies on modern systems like ext4 and btrfs.
Android Gingerbread will adopt the ext4 filesystem for improved performance, especially on dual-core ARM devices, replacing YAFFS.
A developer presents benchmark results showing ext4 filesystem scalability improvements on a 48-core system for an upcoming Linux kernel talk.
Explains the ext4 delayed allocation feature and the data loss risks for applications not using fsync(), addressing a recent Ubuntu bug.
Analyzes the write overhead of ext4 journaling on SSDs, comparing performance with and without a journal and using noatime.
A technical deep dive into improving ext4 filesystem performance by optimizing the allocator to reduce e2fsck pass2 times.
Article compares ext4 vs ext3 filesystem check (fsck) speeds, showing ext4 is significantly faster based on real-world laptop tests.
A developer shares their experience converting their laptop to use the ext4 filesystem, noting a minor bug and plans for wider testing.