aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-0/+6
* Always use "%lld" for formatting time_tsнаб2020-05-281-2/+2
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-231-500/+23
* Add `zstream redup` command to convert deduplicated send streamsMatthew Ahrens2020-04-101-3/+2
* Deprecate deduplicated send streamsMatthew Ahrens2020-03-181-0/+20
* Avoid core dump on invalid redaction bookmarkRyan Moeller2020-03-181-4/+44
* Separate warning for incomplete and corrupt streamsPaul Dagnelie2020-03-171-4/+6
* Add option for forcible unmounting dataset while receiving snapshot.Mariusz Zaborski2020-03-171-3/+6
* Don't open zfs control device exclusivelyMatthew Macy2020-02-281-2/+2
* Change http://zfsonlinux.org links to https://zfsonlinux.orgBrian Behlendorf2020-01-131-1/+1
* Add 'zfs send --saved' flagTom Caputi2020-01-101-22/+139
* Fix incremental recursive encrypted receiveTom Caputi2019-10-241-5/+17
* Use zfs_ioctl with zfs_cmd_t in libzfsMatthew Macy2019-10-231-4/+4
* Reduce loaded range tree memory usagePaul Dagnelie2019-10-091-1/+1
* OpenZFS restructuring - libzfsMatthew Macy2019-10-031-30/+5
* Fix encryption hierarchy issues with zfs recv -dTom Caputi2019-09-251-44/+40
* Fix noop receive of raw send streamTom Caputi2019-09-051-6/+33
* Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-031-4/+11
* Fix typos in lib/Andrea Gelmini2019-09-021-1/+1
* zfs send does not handle invalid input gracefullyloli10K2019-07-081-0/+6
* Fix error text for EINVAL in zfs_receive_one()Tom Caputi2019-07-021-2/+3
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-201-29/+19
* Implement Redacted Send/ReceivePaul Dagnelie2019-06-191-153/+756
* 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