This is a patch set to use copy_file_range() system call to copy file from source to destination. The advantage is lower system time because it avoids copy to and from userspace.
In my tests, I am getting lower system times consumed while performing with the copy_file_range. -- Goldwyn
