summaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_recv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix send/recv lost spill blockBrian Behlendorf2019-05-071-9/+58
* Fix issues with truncated files in raw sendsTom Caputi2019-04-151-8/+12
* Fix issue in receive_object() during reallocationBrian Behlendorf2019-04-121-1/+6
* Fix TXG_MASK cstyleBrian Behlendorf2019-04-121-1/+1
* Revert "Fix issues with truncated files in raw sends"Brian Behlendorf2019-04-051-7/+8
* Fix issues with truncated files in raw sendsTom Caputi2019-03-271-12/+22
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-15/+47
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-131-11/+51
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-0/+24
* Fix 0 byte memory leak in zfs receiveTom Caputi2019-01-181-1/+6
* Fix error handling incallers of dbuf_hold_level()Tom Caputi2019-01-171-1/+6
* Provide more flexible object allocation interfaceBrian Behlendorf2019-01-101-2/+5
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-0/+2893