aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_send.c
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leaks in dmu_send()/dmu_send_obj()Richard Yao2022-10-181-0/+8
* Cleanup: Remove NULL pointer check from dmu_send_impl()Richard Yao2022-10-181-2/+1
* Cleanup: Delete dead code from send_merge_thread()Richard Yao2022-10-181-3/+2
* Fix unsafe string operationsRichard Yao2022-09-271-1/+2
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-10/+10
* Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"Brian Behlendorf2022-08-251-4/+0
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-2/+2
* Avoid panic with recordsize > 128k, raw sending and no large_blocksGeorge Amanakis2022-06-271-0/+4
* Switch from _Noreturn to __attribute__((noreturn))Brian Behlendorf2022-03-231-4/+4
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-13/+13
* Use _Noreturn (C11; GNU89) properlyAlejandro Colomar2022-03-041-4/+4
* Report dnodes with faulty bonuslenGeorge Amanakis2022-02-031-0/+2
* Clean up CSTYLEDsнаб2022-01-261-2/+0
* module/*.ko: prune .data, global .rodataнаб2022-01-141-8/+8
* module: zfs: fix unused, remove argsusedнаб2021-12-231-1/+2
* ZFS send/recv with ashift 9->12 leads to data corruptionPaul Dagnelie2021-12-071-6/+17
* Allow sending corrupt snapshots even if metadata is corruptedAllan Jude2021-09-091-0/+2
* implicit conversion from 'boolean_t' to 'ds_hold_flags_t'Toomas Soome2020-12-271-2/+4
* Drop references when skipping dmu_send due to EXDEVRyan Moeller2020-09-301-4/+7
* Don't set numobjs to UINT64_MAX or near itPaul Dagnelie2020-09-221-3/+1
* Add zstd support to zfsMichael Niewöhner2020-08-201-0/+22
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+2
* Fix double mutex_init bug in send codePaul Dagnelie2020-06-031-5/+12
* Upstream: add missing thread_exit()Jorgen Lundman2020-05-141-0/+2
* dmu_objset_from_ds must be called with dp_config_rwlock heldMatthew Ahrens2020-03-121-30/+11
* Improve zfs send performance by bypassing the ARCMatthew Ahrens2020-03-101-150/+210
* Refactor dnode dirty context from dbuf_dirtyMatthew Macy2020-02-261-1/+1
* Remove unused structs and members in dmu_send.cMatthew Ahrens2020-02-241-32/+0
* dmu_send: redacted: fix memory leak on invalid redaction/from bookmarkChristian Schwarz2020-01-231-6/+6
* Add 'zfs send --saved' flagTom Caputi2020-01-101-31/+142
* Don't call arc_buf_destroy on unallocated arc_bufchrisrd2019-10-231-4/+5
* Remove dead code and cleanup scoping in dmu_send.cMatthew Macy2019-10-131-16/+5
* Typo fix in comment: dso_dryrunchrisrd2019-10-111-1/+1
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-7/+7
* Make module tunables cross platformMatthew Macy2019-09-051-16/+12
* Fix typos in module/zfs/Andrea Gelmini2019-09-021-2/+2
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-740/+2086
* Fix send/recv lost spill blockBrian Behlendorf2019-05-071-0/+52
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-4/+28
* zfs should optionally send holdsPaul Zuchowski2019-02-151-1/+0
* Add types to featureflags in zfsPaul Dagnelie2018-10-161-2/+2
* Refactor dmu_recv into its own filePaul Dagnelie2018-10-091-2829/+0
* Fix issues with raw receive_write_byref()Tom Caputi2018-08-201-6/+28
* Check encrypted dataset + embedded recv earlierTom Caputi2018-08-151-9/+45
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-21/+72
* Fix 'zfs recv' of non large_dnode send streamsTom Caputi2018-06-281-8/+10
* Raw receive functions must not decrypt dataTom Caputi2018-06-061-2/+5
* OpenZFS 9256 - zfs send space estimation off by > 10% on some datasetsPaul Dagnelie2018-05-081-2/+15
* Fix issues with raw sends of spill blocksTom Caputi2018-04-171-2/+4