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
*
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
*
Fix send/recv lost spill block
Brian Behlendorf
2019-05-07
1
-0
/
+52
*
Detect and prevent mixed raw and non-raw sends
Tom Caputi
2019-03-13
1
-4
/
+28
*
zfs should optionally send holds
Paul Zuchowski
2019-02-15
1
-1
/
+0
*
Add types to featureflags in zfs
Paul Dagnelie
2018-10-16
1
-2
/
+2
*
Refactor dmu_recv into its own file
Paul Dagnelie
2018-10-09
1
-2829
/
+0
*
Fix issues with raw receive_write_byref()
Tom Caputi
2018-08-20
1
-6
/
+28
*
Check encrypted dataset + embedded recv earlier
Tom Caputi
2018-08-15
1
-9
/
+45
*
Added encryption support for zfs recv -o / -x
Tom Caputi
2018-08-15
1
-21
/
+72
*
Fix 'zfs recv' of non large_dnode send streams
Tom Caputi
2018-06-28
1
-8
/
+10
*
Raw receive functions must not decrypt data
Tom Caputi
2018-06-06
1
-2
/
+5
*
OpenZFS 9256 - zfs send space estimation off by > 10% on some datasets
Paul Dagnelie
2018-05-08
1
-2
/
+15
*
Fix issues with raw sends of spill blocks
Tom Caputi
2018-04-17
1
-2
/
+4
[next]