git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
879b382
)
ext4: add the basic function for inline data support
author
Tao Ma
<boyu.mt@taobao.com>
Mon, 10 Dec 2012 19:04:46 +0000
(14:04 -0500)
committer
Theodore 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