aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-11/+84
* Fix zfs incremental send remove '-o' propertiesLOLi2018-04-301-1/+1
* Fedora 28: Fix misc bounds check compiler warningsTony Hutter2018-04-041-1/+1
* Want 'zfs send -b'LOLi2018-02-211-12/+21
* Prevent raw zfs recv -F if dataset is unencryptedTom Caputi2018-02-211-11/+24
* 'zfs receive' fails with "dataset is busy"LOLi2018-02-121-1/+17
* Fix 'zfs receive -o' when used with '-e|-d'LOLi2018-01-301-2/+3
* Encryption patch follow-upTom Caputi2017-10-111-2/+11
* Fix intra-pool resumable 'zfs send -t <token>'LOLi2017-10-101-3/+4
* Add -vnP support to 'zfs send' for bookmarksLOLi2017-09-081-15/+38
* Retire send space estimation via ZFS_IOC_SENDLOLi2017-08-311-27/+28
* Send / Recv Fixes following b52563Tom Caputi2017-08-231-0/+6
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-44/+455
* GCC 7.1 fixesTony Hutter2017-06-281-2/+6
* Add property overriding (-o|-x) to 'zfs receive'LOLi2017-05-091-16/+225
* Add zfs_nicebytes() to print human-readable sizesLOLi2017-05-021-6/+6
* Fix leak in send_iterate_fsTim Crawford2017-04-191-0/+2
* OpenZFS 5380 - receive of a send -p stream doesn't need to try renaming snaps...Andriy Gapon2017-04-091-3/+3
* Fix checksumflags assignment in cksummerTim Crawford2017-02-241-1/+1
* OpenZFS 6931 - lib/libzfs: cleanup gcc warningsGeorge Melikov2017-02-071-3/+4
* OpenZFS 7247 - zfs receive of deduplicated stream failsGeorge Melikov2017-02-041-1/+5
* OpenZFS 7745 - print error if lzc_* is called before libzfs_core_initGeorge Melikov2017-01-311-0/+9
* OpenZFS 7340 - receive manual origin should override automatic originGeorge Melikov2017-01-271-6/+6
* OpenZFS 6412 - zfs receive: -u can be ignored sometimesGeorge Melikov2017-01-261-1/+2
* 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