summaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* libzfs_sendrecv: Use fnv* to verify nvlist/nvpair*Ryan Moeller2021-01-141-110/+95
* libzfs_sendrecv: zfs_send: remove unused pipefd and tid variablesChristian Schwarz2020-10-081-18/+1
* Fix EIO after resuming receive of new dataset over an existing oneAlan Somers2020-10-021-2/+4
* libzfs: Don't leak buf if nvlist is too largeAllan Jude2020-09-181-0/+1
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-1/+2
* Don't assert on nvlists larger than SPA_MAXBLOCKSIZEAllan Jude2020-08-251-2/+33
* libzfs: Make zfs_cmd_t initialization consistent, use zfs_ioctlRyan Moeller2020-07-091-1/+2
* Add prototypesArvind Sankar2020-06-181-3/+0
* Mark functions as staticArvind Sankar2020-06-181-2/+2
* 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