summaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_send.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Send / Recv Fixes following b52563Tom Caputi2017-08-231-36/+51
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-172/+681
* Add debug log entries for failed receive recordsNed Bass2017-08-081-7/+100
* Use SET_ERROR for constant non-zero return codesNed Bass2017-08-021-6/+6
* Some additional send stream validity checkingNed Bass2017-07-251-8/+18
* OpenZFS 8056 - zfs send size estimate is inaccurate for some zvolsPaul Dagnelie2017-06-091-2/+13
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-261-7/+7
* OpenZFS 7247 - zfs receive of deduplicated stream failsGeorge Melikov2017-02-041-23/+21
* OpenZFS 7254 - ztest failed assertion in ztest_dataset_dirobj_verify: dirobjs...George Melikov2017-01-271-0/+4
* codebase style improvements for OpenZFS 6459 portGeorge Melikov2017-01-221-2/+2
* OpenZFS 7659 - Missing thread_exit() in dmu_send.cGeorge Melikov2017-01-181-0/+2
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-7/+7
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-1/+2
* OpenZFS 7230 - add assertions to dmu_send_impl() to verify that stream includ...kernelOfTruth aka. kOT, Gentoo user2016-09-221-1/+8
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-60/+164
* OpenZFS 6950 - ARC should cache compressed dataGeorge Wilson2016-09-131-4/+4
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-7/+3
* Prevent reclaim in send_traverse_thread()Tim Chase2016-08-221-0/+5
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-9/+9
* OpenZFS 6738 - zfs send stream padding needs documentationEli Rosenthal2016-06-281-1/+17
* OpenZFS 6536 - zfs send: want a way to disable setting of DRR_FLAG_FREERECORDSAndrew Stormont2016-06-281-1/+5
* OpenZFS 6393 - zfs receive a full send as a clonePaul Dagnelie2016-06-281-58/+110
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-71/+468
* Implement large_dnode pool featureNed Bass2016-06-241-10/+32
* Add `zfs allow` and `zfs unallow` supportBrian Behlendorf2016-06-071-0/+1
* Reduce stack usage of dmu_recv_stream functionNikolay Borisov2016-05-111-57/+62
* Add support for asynchronous zvol minor operationsBoris Protopopov2016-03-101-0/+3
* Illumos 5809 - Blowaway full receive in v1 pool causes kernel panicPaul Dagnelie2016-02-081-1/+2
* Illumos 5960, 5925Paul Dagnelie2016-01-081-198/+613
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-301-219/+290
* Use large stacks when availableBrian Behlendorf2015-12-071-2/+6
* Illumos 5959 - clean up per-dataset feature count codeMatthew Ahrens2015-12-041-9/+2
* Illumos 5946, 5945Andriy Gapon2015-07-061-0/+4