From mboxrd@z Thu Jan 1 00:00:00 1970 From: sudvijayr@gmail.com (Sudharsan Vijayaraghavan) Date: Tue, 15 Mar 2016 15:19:36 +0530 Subject: copy offload (copy_file_range) and sendfile() Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hi All, I having a tough time to understand how copy_file_range() is better than sendfile(), assuming we want to do it within the same mount point. I see the usage of term "filesystem level optimization", what exactly this? It will be good if someone can throw some light on it Thanks, Sudharsan