aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dmu_send.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Illumos 5870 - dmu_recv_end_check() leaks origin_head hold if error happens i...Andriy Gapon2015-07-061-2/+6
* Illumos 5912 - full stream can not be force-received into a dataset if it has...Andriy Gapon2015-07-061-4/+6
* Illumos 5369 - arc flags should be an enumGeorge Wilson2015-06-111-3/+3
* Remove unused 'dsl_pool_t *dp' variableBrian Behlendorf2015-05-141-4/+2
* Illumos 5765 - add support for estimating send stream size with lzc_send_spac...Max Grossman2015-05-131-22/+84
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-20/+63
* Illumos 4951 - ZFS administrative commands should use reserved spaceMatthew Ahrens2015-05-041-3/+3
* Illumos 5056 - ZFS deadlock on db_mtx and dn_holdsJustin T. Gibbs2015-04-281-3/+3
* Illumos 5314 - Remove "dbuf phys" db->db_data pointer aliases in ZFSJustin T. Gibbs2015-04-281-38/+48
* Illumos 3897 - zfs filesystem and snapshot limitsJerry Jelinek2015-04-281-3/+37
* Illumos 5162 - zfs recv should use loaned arc buffer to avoid copyMatthew Ahrens2014-10-211-17/+30
* Illumos 3693 - restore_object uses at least two transactions to restore an ob...Matthew Ahrens2014-10-211-22/+52
* Illumos 4914 - zfs on-disk bookmark structure should be named *_phys_tMatthew Ahrens2014-08-061-2/+2
* Illumos 4757, 4913Matthew Ahrens2014-08-011-27/+188
* Illumos 4368, 4369.Matthew Ahrens2014-07-291-35/+91
* Illumos 4370, 4371Max Grossman2014-07-281-2/+3
* Add zfs_send_corrupt_data module optionTurbo Fredriksson2013-12-181-0/+5
* Illumos #4047Matthew Ahrens2013-11-051-1/+1
* Illumos #3834Matthew Ahrens2013-11-051-2/+52
* Illumos #3875Keith M Wesolowski2013-11-041-2/+7
* Illumos #3888Matthew Ahrens2013-11-041-32/+87
* Illumos #3894Keith M Wesolowski2013-11-041-2/+2
* Illumos #3645, #3692Matthew Ahrens2013-10-311-6/+8
* Illumos #3598Matthew Ahrens2013-10-311-59/+59