ext4: add the basic function for inline data support
authorTao Ma <boyu.mt@taobao.com>
Mon, 10 Dec 2012 19:04:46 +0000 (14:04 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Dec 2012 19:04:46 +0000 (14:04 -0500)
Implement inline data with xattr.

Now we use "system.data" to store xattr, and the xattr will
be extended if the i_size is increased while we don't release
the space during truncate.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found