aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_recv.c
Commit message (Expand)AuthorAgeFilesLines
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-10/+9
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-1/+1
* module: mark arguments usedнаб2022-02-181-4/+0
* Receive checks should allow unencrypted child datasetsAttila Fülöp2022-02-091-1/+9
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-5/+5
* Annotated dprintf as printf-likeRich Ercolani2021-06-221-16/+28
* Fix dmu_recv_stream test for resumablePaul Zuchowski2021-05-131-2/+2
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-271-5/+6
* Improve zfs receive performance with lightweight writeMatthew Ahrens2020-12-111-140/+143
* Add zstd support to zfsMichael Niewöhner2020-08-201-7/+13
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-5/+12
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-89/+321
* Fix error handling in receive_writer_thread()Matthew Ahrens2020-05-141-1/+2
* remove unneeded member drc_err of dmu_recv_cookie_tMatthew Ahrens2020-05-141-7/+5
* Fix missing ivset guid with resumed raw base recvTom Caputi2020-04-241-1/+1
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-222/+7
* Separate warning for incomplete and corrupt streamsPaul Dagnelie2020-03-171-3/+4
* Improve zfs receive performance by batching writesMatthew Ahrens2020-03-161-51/+168
* dmu_objset_from_ds must be called with dp_config_rwlock heldMatthew Ahrens2020-03-121-19/+22
* 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