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>
fs/ext4/Makefile
fs/ext4/ext4.h
fs/ext4/inline.c [new file with mode: 0644]
fs/ext4/inode.c
fs/ext4/xattr.h

Simple merge
diff --cc fs/ext4/ext4.h
Simple merge
Simple merge
diff --cc fs/ext4/inode.c
Simple merge
diff --cc fs/ext4/xattr.h
Simple merge