aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/dmu_send.c
Commit message (Expand)AuthorAgeFilesLines
* Provide macros for setting and getting blkptr birth timesGeorge Wilson2024-03-251-3/+3
* Don't panic on unencrypted block in encrypted datasetchrisperedun2023-12-211-2/+0
* zdb: add -B option to generate backup streamRob Norris2023-06-051-2/+1
* Fix NULL pointer dereference when doing concurrent 'send' operationsLuís Henriques2023-05-301-2/+6
* Fixes in persistent error logGeorge Amanakis2023-03-281-1/+1
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-141-2/+1
* Fix a race condition in dsl_dataset_sync() when activating featuresGeorge Amanakis2023-02-141-0/+1
* Cleanup: Use MIN() macroRichard Yao2023-01-131-2/+1
* Zero end of embedded block buffer in dump_write_embedded()Richard Yao2022-12-141-1/+7
* Fix dereference after null check in enqueue_rangeRichard Yao2022-12-081-1/+3
* Cleanup: Delete dead code from send_merge_thread()Richard Yao2022-11-291-2/+0
* Revert "Cleanup: Delete dead code from send_merge_thread()"Brian Behlendorf2022-10-281-2/+3
* Convert enum zio_flag to uint64_tRichard Yao2022-10-271-2/+2
* 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-051-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-281-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-041-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-271-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-141-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-031-2/+2