linux/fs/ext4
Zheng Liu c0677e6d0f ext4: add data structures for the extent status tree
This patch adds two structures that supports extent status tree, extent_status
and ext4_es_tree.  Currently extent_status is used to track a delay extent for
an inode, which record the start block and the length of the delay extent.
ext4_es_tree is used to store all extent_status for an inode in memory.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: Allison Henderson <achender@linux.vnet.ibm.com>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2012-11-08 15:18:54 -05:00
..
acl.c ext4: fix memory leak in ext4_xattr_set_acl()'s error path 2012-11-08 15:11:11 -05:00
acl.h
balloc.c
bitmap.c
block_validity.c
dir.c
ext4.h ext4: add data structures for the extent status tree 2012-11-08 15:18:54 -05:00
ext4_extents.h
ext4_jbd2.c
ext4_jbd2.h
extents.c ext4: fix missing call to trace_ext4_ext_map_blocks_exit 2012-11-08 14:47:52 -05:00
extents_status.h ext4: add data structures for the extent status tree 2012-11-08 15:18:54 -05:00
file.c
fsync.c
hash.c
ialloc.c
indirect.c ext4: print map->m_flags in trace_ext4_ext/ind_map_blocks_exit 2012-11-08 14:34:04 -05:00
inode.c ext4: remove code duplication in ext4_get_block_write_nolock() 2012-11-08 15:07:16 -05:00
ioctl.c
Kconfig
Makefile
mballoc.c
mballoc.h
migrate.c
mmp.c
move_extent.c
namei.c
page-io.c ext4: use 'inode' variable that is already dereferenced 2012-11-08 14:53:35 -05:00
resize.c
super.c ext4: fix error handling in ext4_fill_super() 2012-11-08 15:16:54 -05:00
symlink.c
truncate.h
xattr.c
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c