aboutsummaryrefslogtreecommitdiffstats
path: root/module/os/linux/zfs/zpl_file_range.c
Commit message (Expand)AuthorAgeFilesLines
* 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