aboutsummaryrefslogtreecommitdiff
path: root/lib/libzfs/libzfs_sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* Use memset to zero stack allocations containing unionsRob N3 days1-2/+4
* return NULL at end of send_progress_threadJason Lee2024-04-101-0/+1
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-291-10/+10
* libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1наб2023-08-081-17/+78
* libzfs: add v2 iterator interfacesRob N2023-04-101-10/+11
* nvpair: Constify string functionsRichard Yao2023-03-141-24/+24
* Better handling for future crypto parametersRob N2023-03-071-0/+6
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-141-2/+2
* Fix console progress reporting for recursive sendAmeer Hamza2023-02-021-2/+6
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-231-0/+8
* zfs_receive_one: Check for the more likely error firstAllan Jude2023-01-201-5/+5
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-171-15/+48
* Allow receiver to override encryption properties in case of replicationAmeer Hamza2022-12-141-1/+11
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-141-8/+9
* Do not pass -1 to strerror() from zfs_send_cb_impl()Richard Yao2022-12-081-2/+2
* Fix GCC 12 compilation errorsszubersk2022-11-301-0/+30
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-2/+2
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-071-2/+3
* Fix unsafe string operationsRichard Yao2022-09-271-12/+16
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-271-0/+40
* Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"Brian Behlendorf2022-08-251-10/+0
* Implement a new type of zfs receive: corrective receive (-c)Alek P2022-07-281-12/+85
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* Enable -Wwrite-stringsнаб2022-06-291-1/+1
* Avoid panic with recordsize > 128k, raw sending and no large_blocksGeorge Amanakis2022-06-271-0/+10
* libzfs: Prevent overridding of error codeixhamza2022-06-151-3/+3
* Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user propertyAllan Jude2022-06-141-1/+1
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-091-14/+14
* libzfs: sendrecv: use common progress thread killerнаб2022-04-051-48/+23
* libzfs: sendrecv: always cancel progress thread in zfs_send_one()наб2022-04-051-2/+1
* libzfs: sendrecv: send_progress_thread: use localtime_r()наб2022-04-051-6/+6
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-12/+7
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-151-1/+1
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-5/+3
* libzfs, libzfs_core: send: always write to pipeнаб2022-03-081-7/+101
* libzfs: migrate single-use libzfs_set_pipe_max() to libzfs_coreнаб2022-03-081-7/+0
* Correct compilation errors reported by GCC 10/11Damian Szuberski2022-02-211-3/+4
* libzfs: sendrecv: fix NULL arithmetic UBнаб2022-02-181-2/+4
* libzfs: calculate receive times with sub-second precisionнаб2022-02-161-8/+20
* Rename fallthrough to zfs_fallthroughJorgen Lundman2022-02-151-1/+1
* libzfs: sendrecv: fix missing error output for invalid propertiesнаб2022-02-141-3/+2
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-6/+8
* libzfs_sendrecv: Factor out lzc_flags_from_resume_nvlRyan Moeller2022-02-021-12/+24
* libzfs_sendrecv: Refactor find_redact_bookRyan Moeller2022-02-021-27/+52
* libzfs_sendrecv: Fix some comment style nitsRyan Moeller2022-02-021-4/+5
* libzfs_sendrecv: Style pass on dump_filesystemsRyan Moeller2022-02-021-5/+7
* libzfs_sendrecv: Style pass on dump_filesystemRyan Moeller2022-02-021-20/+31
* libzfs_sendrecv: Style pass on dump_snapshotRyan Moeller2022-02-021-11/+9
* libzfs_sendrecv: Style pass on send_print_verboseRyan Moeller2022-02-021-20/+14
* libzfs_sendrecv: Pull header line out of loopRyan Moeller2022-02-021-11/+9