-
- Downloads
nilfs2: support contiguous lookup of blocks
Although get_block() callback function can return extent of contiguous
blocks with bh->b_size, nilfs_get_block() function did not support
this feature.
This adds contiguous lookup feature to the block mapping codes of
nilfs, and allows the nilfs_get_blocks() function to return the extent
information by applying the feature.
Signed-off-by:
Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Showing
- fs/nilfs2/bmap.c 11 additions, 1 deletionfs/nilfs2/bmap.c
- fs/nilfs2/bmap.h 4 additions, 0 deletionsfs/nilfs2/bmap.h
- fs/nilfs2/btree.c 84 additions, 0 deletionsfs/nilfs2/btree.c
- fs/nilfs2/direct.c 43 additions, 0 deletionsfs/nilfs2/direct.c
- fs/nilfs2/inode.c 8 additions, 7 deletionsfs/nilfs2/inode.c
Loading
Please register or sign in to comment