Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-10 | ext4: add read support for inline data | Tao Ma | |
Let readpage and readpages handle the case when we want to read an inlined file. Signed-off-by: Tao Ma <boyu.mt@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> | |||
2012-12-10 | ext4: add the basic function for inline data support | Tao Ma | |
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> |