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
/
module
/
zfs
/
dmu_send.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't panic on unencrypted block in encrypted dataset
chrisperedun
2023-12-21
1
-2
/
+0
*
zdb: add -B option to generate backup stream
Rob Norris
2023-06-05
1
-2
/
+1
*
Fix NULL pointer dereference when doing concurrent 'send' operations
Luís Henriques
2023-05-30
1
-2
/
+6
*
Fixes in persistent error log
George Amanakis
2023-03-28
1
-1
/
+1
*
Give strlcat() full buffer lengths rather than smaller buffer lengths
Richard Yao
2023-02-14
1
-2
/
+1
*
Fix a race condition in dsl_dataset_sync() when activating features
George Amanakis
2023-02-13
1
-0
/
+1
*
Cleanup: Use MIN() macro
Richard Yao
2023-01-12
1
-2
/
+1
*
Zero end of embedded block buffer in dump_write_embedded()
Richard Yao
2022-12-13
1
-1
/
+7
*
Fix dereference after null check in enqueue_range
Richard Yao
2022-12-08
1
-1
/
+3
*
Cleanup: Delete dead code from send_merge_thread()
Richard Yao
2022-11-29
1
-2
/
+0
*
Revert "Cleanup: Delete dead code from send_merge_thread()"
Brian Behlendorf
2022-10-28
1
-2
/
+3
*
Convert enum zio_flag to uint64_t
Richard Yao
2022-10-27
1
-2
/
+2
*
Fix memory leaks in dmu_send()/dmu_send_obj()
Richard Yao
2022-10-18
1
-0
/
+8
*
Cleanup: Remove NULL pointer check from dmu_send_impl()
Richard Yao
2022-10-18
1
-2
/
+1
*
Cleanup: Delete dead code from send_merge_thread()
Richard Yao
2022-10-18
1
-3
/
+2
*
Fix unsafe string operations
Richard Yao
2022-09-27
1
-1
/
+2
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-10
/
+10
*
Revert "Avoid panic with recordsize > 128k, raw sending and no large_blocks"
Brian Behlendorf
2022-08-25
1
-4
/
+0
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-2
/
+2
*
Avoid panic with recordsize > 128k, raw sending and no large_blocks
George Amanakis
2022-06-27
1
-0
/
+4
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
1
-4
/
+4
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-13
/
+13
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
1
-4
/
+4
*
Report dnodes with faulty bonuslen
George Amanakis
2022-02-03
1
-0
/
+2
*
Clean up CSTYLEDs
наб
2022-01-26
1
-2
/
+0
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-8
/
+8
*
module: zfs: fix unused, remove argsused
наб
2021-12-23
1
-1
/
+2
*
ZFS send/recv with ashift 9->12 leads to data corruption
Paul Dagnelie
2021-12-07
1
-6
/
+17
*
Allow sending corrupt snapshots even if metadata is corrupted
Allan Jude
2021-09-09
1
-0
/
+2
*
implicit conversion from 'boolean_t' to 'ds_hold_flags_t'
Toomas Soome
2020-12-27
1
-2
/
+4
*
Drop references when skipping dmu_send due to EXDEV
Ryan Moeller
2020-09-30
1
-4
/
+7
*
Don't set numobjs to UINT64_MAX or near it
Paul Dagnelie
2020-09-22
1
-3
/
+1
*
Add zstd support to zfs
Michael Niewöhner
2020-08-20
1
-0
/
+22
*
Replace sprintf()->snprintf() and strcpy()->strlcpy()
Jorgen Lundman
2020-06-07
1
-1
/
+2
*
Fix double mutex_init bug in send code
Paul Dagnelie
2020-06-03
1
-5
/
+12
*
Upstream: add missing thread_exit()
Jorgen Lundman
2020-05-14
1
-0
/
+2
*
dmu_objset_from_ds must be called with dp_config_rwlock held
Matthew Ahrens
2020-03-12
1
-30
/
+11
*
Improve zfs send performance by bypassing the ARC
Matthew Ahrens
2020-03-10
1
-150
/
+210
*
Refactor dnode dirty context from dbuf_dirty
Matthew Macy
2020-02-26
1
-1
/
+1
*
Remove unused structs and members in dmu_send.c
Matthew Ahrens
2020-02-24
1
-32
/
+0
*
dmu_send: redacted: fix memory leak on invalid redaction/from bookmark
Christian Schwarz
2020-01-23
1
-6
/
+6
*
Add 'zfs send --saved' flag
Tom Caputi
2020-01-10
1
-31
/
+142
*
Don't call arc_buf_destroy on unallocated arc_buf
chrisrd
2019-10-23
1
-4
/
+5
*
Remove dead code and cleanup scoping in dmu_send.c
Matthew Macy
2019-10-13
1
-16
/
+5
*
Typo fix in comment: dso_dryrun
chrisrd
2019-10-11
1
-1
/
+1
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-7
/
+7
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-16
/
+12
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-2
/
+2
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-740
/
+2086
[next]