1. 17 2月, 2017 5 次提交
  2. 14 2月, 2017 5 次提交
  3. 09 2月, 2017 1 次提交
  4. 10 12月, 2016 1 次提交
    • C
      fs: try to clone files first in vfs_copy_file_range · a76b5b04
      Christoph Hellwig 提交于
      A clone is a perfectly fine implementation of a file copy, so most
      file systems just implement the copy that way.  Instead of duplicating
      this logic move it to the VFS.  Currently btrfs and XFS implement copies
      the same way as clones and there is no behavior change for them, cifs
      only implements clones and grow support for copy_file_range with this
      patch.  NFS implements both, so this will allow copy_file_range to work
      on servers that only implement CLONE and be lot more efficient on servers
      that implements CLONE and COPY.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      a76b5b04
  5. 06 12月, 2016 7 次提交
  6. 30 11月, 2016 4 次提交
  7. 25 10月, 2016 1 次提交
  8. 28 9月, 2016 1 次提交
  9. 27 9月, 2016 1 次提交
  10. 22 9月, 2016 1 次提交
  11. 25 8月, 2016 1 次提交
  12. 26 7月, 2016 3 次提交
  13. 26 5月, 2016 2 次提交
  14. 13 5月, 2016 1 次提交
  15. 06 5月, 2016 5 次提交
  16. 03 5月, 2016 1 次提交