This document describes a proposed file system level snapshot feature for the Ext4 file system in Linux kernels 2.6 and higher. It begins with background on existing snapshot techniques, including volume-based and system-based approaches. It then discusses limitations of existing solutions like SnapFS and LVM. The document outlines key aspects of the Ext4 file system and proposes a system-based snapshot approach for Ext4 that allocates a new indirect inode to copy address space information when a snapshot is created, avoiding actual block copies. This allows for space-efficient snapshots in Ext4.