This document summarizes a presentation about updates to local file systems in Linux. It provides an overview of common Linux file systems like Ext4, Xfs, and Btrfs. It discusses challenges around scalability and reliability as hardware capacities increase. It then focuses on improvements made in recent versions of Xfs, Ext4 and Btrfs to address scalability and reliability issues through features like delayed logging in Xfs, bigalloc in Ext4, and checksumming in Btrfs. The document points to additional resources for learning more about updates in these file systems.