aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-2/+2
* DLPX-44812 integrate EP-220 large memory scalabilityDavid Quigley2016-11-291-3/+4
* Fix coverity defects: CID 147575, 147577, 147578, 147579cao2016-11-071-1/+1
* Fix coverity defects: CID 147654, 147690GeLiXin2016-10-131-1/+1
* Fix memory leak in recv_skipluozhengzheng2016-10-111-0/+1
* Fix uninitialized variable snapprops_nvlist in zfs_receive_oneLOLi2016-10-071-0/+5
* OpenZFS 4185 - add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-RTony Hutter2016-10-031-1/+3
* Fix coverity defects: 147658, 147652, 147651cao2016-09-291-1/+2
* OpenZFS 6111 - zfs send should ignore datasets created after the ending snapshotkernelOfTruth aka. kOT, Gentoo user2016-09-221-6/+108
* DLPX-40252 integrate EP-476 compressed zfs send/receiveDan Kimmel2016-09-131-17/+34
* Performance optimization of AVL tree comparator functionsGvozden Neskovic2016-08-311-8/+3
* Rework of fletcher_4 moduleGvozden Neskovic2016-08-161-1/+1
* Build user-space with different gcc optimization levelsGvozden Neskovic2016-08-091-2/+2
* Fixes for issues found with cppcheck toolGvozden Neskovic2016-07-271-2/+3
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-24/+25
* Implement zfs_ioc_recv_new() for OpenZFS 2605Brian Behlendorf2016-06-281-126/+126
* OpenZFS 4986 - receiving replication stream fails if any snapshot exceeds ref...Dan McDonald2016-06-281-9/+34
* OpenZFS 2605, 6980, 6902Matthew Ahrens2016-06-281-72/+377
* OpenZFS 6879 - Incorrect endianness swapDenys Rtveliashvili2016-05-091-1/+1
* Illumos 6659 - nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2016-04-271-2/+1
* Illumos 5960, 5925Paul Dagnelie2016-01-081-18/+38
* Illumos 5746 - more checksumming in zfs sendMatthew Ahrens2015-12-301-73/+70
* Fix maybe uninitializedBrian Behlendorf2015-11-091-1/+1
* Illumos 5764 - "zfs send -nv" directs output to stderrManoj Joseph2015-07-141-9/+15
* Illumos 5027 - zfs large block supportMatthew Ahrens2015-05-111-6/+9
* Fix type mismatch on 32-bit systemsBrian Behlendorf2015-05-111-3/+6
* Increase Linux pipe buffer size on 'zfs receive'Richard Yao2015-03-201-0/+43
* Produce a full snapshot list for zfs send -pTim Chase2015-02-091-10/+4
* zfs send -p send properties only for snapshots that are actually sentAndriy Gapon2014-10-021-4/+25
* FreeBSD PR kern/172259: Fixes zfs receive errorssmh2014-10-021-2/+29
* Illumos 4757, 4913Matthew Ahrens2014-08-011-6/+40
* Illumos 4368, 4369.Matthew Ahrens2014-07-291-1/+55
* Remove ZFC_IOC_*_MINOR ioctl()sBrian Behlendorf2013-12-161-10/+0
* Illumos #3909Steven Hartland2013-11-051-2/+2
* Illumos #3740Steven Hartland2013-11-041-74/+74
* Illumos #3464Matthew Ahrens2013-09-041-18/+14
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-10/+10
* Illumos #2703: add mechanism to report ZFS send progressBill Pijewski2012-09-191-1/+81
* Illumos #1796, #2871, #2903, #2957Christopher Siden2012-08-231-8/+13
* Illumos #1644, #1645, #1646, #1647, #1708Matthew Ahrens2012-07-311-228/+321
* Speed up 'zfs list -t snapshot -o name -s name'Pawel Jakub Dawidek2012-06-141-2/+4
* Fix 'zfs send -D' segfaultBrian Behlendorf2011-06-091-1/+2
* Add linux user util supportBrian Behlendorf2010-08-311-0/+5
* Add linux user disk supportBrian Behlendorf2010-08-311-0/+10
* Add linux sha2 supportBrian Behlendorf2010-08-311-6/+4
* Add linux kernel device supportBrian Behlendorf2010-08-311-2/+2
* Fix strncat usageBrian Behlendorf2010-08-311-1/+1
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-2/+2
* Fix gcc missing braces warningsBrian Behlendorf2010-08-271-11/+11
* Fix gcc cast warningsBrian Behlendorf2010-08-271-2/+2