aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_send.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix object reclaim when using large dnodesTom Caputi2018-04-171-2/+3
* assertion in arc_release() during encrypted receiveMatthew Ahrens2018-04-171-68/+46
* Fix 'zfs send/recv' hang with 16M blocksBrian Behlendorf2018-04-081-4/+12
* Decryption error handling improvementsTom Caputi2018-03-311-1/+5
* enable zfs_dbgmsg() by default, without dprintf()Matthew Ahrens2018-03-211-0/+2
* receive_spill does not byte swap spill contentsPaul Zuchowski2018-03-151-0/+9
* Raw DRR_OBJECT records must write raw dataTom Caputi2018-02-271-39/+46
* Raw receive should change key atomicallyTom Caputi2018-02-211-4/+30
* Prevent raw zfs recv -F if dataset is unencryptedTom Caputi2018-02-211-1/+9
* Remove unnecessary txg syncs from receive_object()Tom Caputi2018-02-211-1/+6
* Raw sends must be able to decrease nlevelsTom Caputi2018-02-021-6/+78
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-7/+25
* Undo c89 workarounds to match with upstreamDon Brady2017-11-041-16/+10
* ZFS send fails to dump objects larger than 128PiBLOLi2017-10-261-14/+19
* Fix for #6706Tom Caputi2017-10-111-6/+11
* Fixes for #6639Tom Caputi2017-10-111-12/+20
* Encryption patch follow-upTom Caputi2017-10-111-2/+4
* Skip FREEOBJECTS for objects which can't existFabian Grünbichler2017-10-101-0/+16
* Free objects when receiving full stream as cloneFabian Grünbichler2017-10-101-1/+54
* receive_freeobjects() skips freeing some objectsNed Bass2017-10-021-4/+2
* Revert "Handle new dnode size in incremental..."Brian Behlendorf2017-09-071-5/+3
* Handle new dnode size in incremental backup streamNed Bass2017-09-051-3/+5