ZFS dedup
lessfs
?page=0,1
?page=0,2
!topic/lessfs/aeLVgezHDuE
Opendedup SDFS
开源重复数据删除技术纵览
SYSCALL_DEFINE.(read
vfs_read
file->f_op->read
ext4_file_operations.read = do_sync_read //struct file_operations
ext4_file_operations.aio_read = generic_file_aio_read
do_generic_file_read
mapping->a_ops->readpage
ext4_ordered_aops.readpage = ext4_readpage //struct address_space_operations
ext4_get_block
阅读(2021) | 评论(0) | 转发(0) |