search for: btrfs_clone

Displaying 1 result from an estimated 1 matches for "btrfs_clone".

2013 Aug 06
6
[PATCH 0/4] btrfs: out-of-band (aka offline) dedupe v4
...de Perthuis also has a bedup branch which works against this ioctl. The branch can be found at: https://github.com/g2p/bedup/tree/wip/dedup-syscall Limitations We can''t yet dedupe within the same file (that is, source and destination are the same inode). This is due to a limitation in btrfs_clone(). Code review is very much appreciated. Thanks, --Mark ChangeLog All of this rounds fixes are thanks to review from Zach Brown <zab@redhat.com> - test for errors from extent_read_full_page_nolock() - use kmap_atomic() instead of kmap() - WARN_ON and return an error if blocksize...