From b9ec6d1a52723496b877ce2571ba1e017a746152 Mon Sep 17 00:00:00 2001
From: Andre Noll resize2fs(8)
without specifying the new size.
+ +Optimization introduced in 2020 (Linux-5.10). + +activated at mkfs time + +light-weight journaling method + +Idea: parts of the metadata written to the log can instead be derived +from the inode. Leads to more compact format. + +Implementation: additional journal for fast commits, i.e., for those +operations that can be optimized. Contains changes at the *file* level + +
/proc/fs/ext4/dev/fc_info
to see whether fast
+commits are supported in the runing kernel.