aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/zpl_file_range.c
Commit message (Expand)AuthorAgeFilesLines
* config: remove HAVE_VFS_COPY_FILE_RANGERob Norris2024-09-181-2/+0
* config: remove HAVE_VFS_FILE_OPERATIONS_EXTENDRob Norris2024-09-181-6/+4
* Linux 6.8 compat: use splice_copy_file_range() for fallbackRob N2024-03-201-2/+14
* BRT: Fix FICLONE/FICLONERANGE shortened copyBrian Behlendorf2024-02-051-21/+27
* Add a tunable to disable BRT support.Rich Ercolani2023-11-161-0/+5
* Ensure we call fput when cloning fails due to different devices.Daniel Berlin2023-10-101-2/+6
* copy_file_range: fix fallback when source create on same txgRob N2023-08-141-2/+3
* zfs_clone_range should return a descriptive error codesoromenahar2023-08-081-2/+2
* linux/copy_file_range: properly request a fallback copy on Linux <5.3Rob N2023-08-011-0/+7
* linux: implement filesystem-side copy/clone functions for EL7Rob Norris2023-07-241-5/+7
* linux: implement filesystem-side clone ioctlsRob Norris2023-07-241-0/+79
* linux: implement filesystem-side copy/clone functionsRob Norris2023-07-241-0/+183