aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/dmu_recv.c
Commit message (Expand)AuthorAgeFilesLines
* Provide macros for setting and getting blkptr birth timesGeorge Wilson2024-03-251-4/+7
* ZAP: Massively switch to _by_dnode() interfacesAlexander Motin2024-03-251-6/+1
* Update resume token at object receive.Alexander Motin2024-03-211-0/+10
* dmu: Allow buffer fills to failAlexander Motin2023-12-151-1/+1
* Fix raw receive with different indirect block size.Alexander Motin2023-07-141-10/+12
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-2/+2
* Enable the head_errlog feature to remove errorsGeorge Amanakis2023-05-091-1/+1
* nvpair: Constify string functionsRichard Yao2023-03-141-4/+5
* Zero zio_prop_t in flush_write_batch_impl()Richard Yao2023-03-141-1/+1
* Fix uninitialized scalar value read regression in dmu_recv_begin()Richard Yao2023-03-141-1/+1
* Fix incremental receive silently failing for recursive sends Paul Dagnelie2023-03-101-9/+26
* Skip memory allocation when compressing holesRichard Yao2023-02-271-1/+2
* Wait for txg sync if the last DRR_FREEOBJECTS might result in a holeDavid Hedberg2023-01-231-0/+26
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-231-3/+14
* Fix reading uninitialized variable in receive_readChunwei Chen2023-01-201-2/+2
* Deny receiving into encrypted datasets if the keys are not loadedAttila Fülöp2022-11-031-1/+1
* Convert enum zio_flag to uint64_tRichard Yao2022-10-271-2/+2
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-6/+6
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-271-0/+11
* Fix unchecked return values and unused return valuesRichard Yao2022-09-231-0/+2
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-38/+366
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* 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-051-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-231-16/+28
* Fix dmu_recv_stream test for resumablePaul Zuchowski2021-05-141-2/+2
* Removed duplicated includesAndrea Gelmini2021-03-221-1/+0
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-281-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-121-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-151-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-251-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