aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_recv.c
Commit message (Expand)AuthorAgeFilesLines
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-5/+20
* Fix errata #4 handling for resuming streamsTom Caputi2020-01-141-1/+13
* Add 'zfs send --saved' flagTom Caputi2020-01-101-1/+0
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-8/+8
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-1/+1
* Enable compiler to typecheck loggingMatthew Macy2019-09-121-2/+2
* Make module tunables cross platformMatthew Macy2019-09-051-6/+6
* Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-031-3/+7
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-201-12/+12
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-563/+691
* Fix incorrect error message for raw receiveTom Caputi2019-06-101-2/+9
* 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