index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libzfs
/
libzfs_sendrecv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature: large_microzap
Rob Norris
2024-10-02
1
-1
/
+7
*
Fix printf typo for `zfs receive -cv` (#16295)
glibg10b
2024-07-17
1
-1
/
+1
*
Use memset to zero stack allocations containing unions
Rob N
2024-05-24
1
-2
/
+4
*
return NULL at end of send_progress_thread
Jason Lee
2024-04-10
1
-0
/
+1
*
libzfs: use zfs_strerror() in place of strerror()
Richard Kojedzinszky
2024-01-29
1
-10
/
+10
*
libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1
наб
2023-08-08
1
-17
/
+78
*
libzfs: add v2 iterator interfaces
Rob N
2023-04-10
1
-10
/
+11
*
nvpair: Constify string functions
Richard Yao
2023-03-14
1
-24
/
+24
*
Better handling for future crypto parameters
Rob N
2023-03-07
1
-0
/
+6
*
Give strlcat() full buffer lengths rather than smaller buffer lengths
Richard Yao
2023-02-14
1
-2
/
+2
*
Fix console progress reporting for recursive send
Ameer Hamza
2023-02-02
1
-2
/
+6
*
Reject streams that set ->drr_payloadlen to unreasonably large values
Richard Yao
2023-01-23
1
-0
/
+8
*
zfs_receive_one: Check for the more likely error first
Allan Jude
2023-01-20
1
-5
/
+5
*
Use setproctitle to report progress of zfs send
Ameer Hamza
2023-01-17
1
-15
/
+48
*
Allow receiver to override encryption properties in case of replication
Ameer Hamza
2022-12-13
1
-1
/
+11
*
zfs list: Allow more fields in ZFS_ITER_SIMPLE mode
Allan Jude
2022-12-13
1
-8
/
+9
*
Do not pass -1 to strerror() from zfs_send_cb_impl()
Richard Yao
2022-12-08
1
-2
/
+2
*
Fix GCC 12 compilation errors
szubersk
2022-11-30
1
-0
/
+30
*
Cleanup: Address Clang's static analyzer's unused code complaints
Richard Yao
2022-10-14
1
-2
/
+2
*
Handle possible null pointers from malloc/strdup/strndup()
Richard Yao
2022-10-06
1
-2
/
+3
*
Fix unsafe string operations
Richard Yao
2022-09-27
1
-12
/
+16
*
Enforce "-F" flag on resuming recv of full/newfs on existing dataset
Jitendra Patidar
2022-09-27
1
-0
/
+40
*
Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"
Brian Behlendorf
2022-08-25
1
-10
/
+0
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
1
-12
/
+85
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-1
/
+1
*
Avoid panic with recordsize > 128k, raw sending and no large_blocks
George Amanakis
2022-06-27
1
-0
/
+10
*
libzfs: Prevent overridding of error code
ixhamza
2022-06-15
1
-3
/
+3
*
Replace ZPROP_INVAL with ZPROP_USERPROP where it means a user property
Allan Jude
2022-06-14
1
-1
/
+1
*
libzfs: Define the defecto standard errbuf size
Ryan Moeller
2022-06-09
1
-14
/
+14
*
libzfs: sendrecv: use common progress thread killer
наб
2022-04-05
1
-48
/
+23
*
libzfs: sendrecv: always cancel progress thread in zfs_send_one()
наб
2022-04-05
1
-2
/
+1
*
libzfs: sendrecv: send_progress_thread: use localtime_r()
наб
2022-04-05
1
-6
/
+6
*
libzfs: don't NULL-check infallible allocations
наб
2022-03-30
1
-12
/
+7
*
Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>
наб
2022-03-15
1
-1
/
+1
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-5
/
+3
*
libzfs, libzfs_core: send: always write to pipe
наб
2022-03-08
1
-7
/
+101
*
libzfs: migrate single-use libzfs_set_pipe_max() to libzfs_core
наб
2022-03-08
1
-7
/
+0
*
Correct compilation errors reported by GCC 10/11
Damian Szuberski
2022-02-20
1
-3
/
+4
*
libzfs: sendrecv: fix NULL arithmetic UB
наб
2022-02-18
1
-2
/
+4
*
libzfs: calculate receive times with sub-second precision
наб
2022-02-15
1
-8
/
+20
*
Rename fallthrough to zfs_fallthrough
Jorgen Lundman
2022-02-15
1
-1
/
+1
*
libzfs: sendrecv: fix missing error output for invalid properties
наб
2022-02-14
1
-3
/
+2
*
Add `--enable-asan` and `--enable-ubsan` switches
Damian Szuberski
2022-02-03
1
-6
/
+8
*
libzfs_sendrecv: Factor out lzc_flags_from_resume_nvl
Ryan Moeller
2022-02-01
1
-12
/
+24
*
libzfs_sendrecv: Refactor find_redact_book
Ryan Moeller
2022-02-01
1
-27
/
+52
*
libzfs_sendrecv: Fix some comment style nits
Ryan Moeller
2022-02-01
1
-4
/
+5
*
libzfs_sendrecv: Style pass on dump_filesystems
Ryan Moeller
2022-02-01
1
-5
/
+7
*
libzfs_sendrecv: Style pass on dump_filesystem
Ryan Moeller
2022-02-01
1
-20
/
+31
*
libzfs_sendrecv: Style pass on dump_snapshot
Ryan Moeller
2022-02-01
1
-11
/
+9
[next]