summaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix send/recv lost spill blockBrian Behlendorf2019-05-071-0/+7
* Correct snprintf() size argumentTomohiro Kusumi2019-04-301-3/+3
* Fix hierarchy misspellingsRichard Laager2019-04-141-5/+5
* Append snapshot name to "TIME SENT SNAPSHOT" outputTerraTech2019-04-011-1/+2
* Send stream should only list included snapsTom Caputi2019-03-281-24/+83
* Add space in error messageTom Caputi2019-03-191-2/+2
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-0/+14
* Avoid retrieving unused snapshot propsAlek P2019-03-121-34/+51
* zfs should optionally send holdsPaul Zuchowski2019-02-151-12/+84
* ZVOLs should not be allowed to have childrenloli10K2019-02-081-8/+36
* OpenZFS 9630 - add lzc_rename and lzc_destroy to libzfs_coreAndriy Gapon2018-12-141-23/+17
* Fix 'zfs receive -F' message when destination has snapshotsloli10K2018-12-051-1/+1
* Fix ASSERT in zfs_receive_one()LOLi2018-12-041-2/+3
* Add libzutil for libzfs or libzpool consumersDon Brady2018-11-051-0/+1
* 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