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
*
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
*
Fix object reclaim when using large dnodes
Tom Caputi
2018-04-17
1
-2
/
+3
*
assertion in arc_release() during encrypted receive
Matthew Ahrens
2018-04-17
1
-68
/
+46
*
Fix 'zfs send/recv' hang with 16M blocks
Brian Behlendorf
2018-04-08
1
-4
/
+12
*
Decryption error handling improvements
Tom Caputi
2018-03-31
1
-1
/
+5
*
enable zfs_dbgmsg() by default, without dprintf()
Matthew Ahrens
2018-03-21
1
-0
/
+2
*
receive_spill does not byte swap spill contents
Paul Zuchowski
2018-03-15
1
-0
/
+9
*
Raw DRR_OBJECT records must write raw data
Tom Caputi
2018-02-27
1
-39
/
+46
*
Raw receive should change key atomically
Tom Caputi
2018-02-21
1
-4
/
+30
*
Prevent raw zfs recv -F if dataset is unencrypted
Tom Caputi
2018-02-21
1
-1
/
+9
*
Remove unnecessary txg syncs from receive_object()
Tom Caputi
2018-02-21
1
-1
/
+6
*
Raw sends must be able to decrease nlevels
Tom Caputi
2018-02-02
1
-6
/
+78
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-7
/
+25
*
Undo c89 workarounds to match with upstream
Don Brady
2017-11-04
1
-16
/
+10
*
ZFS send fails to dump objects larger than 128PiB
LOLi
2017-10-26
1
-14
/
+19
*
Fix for #6706
Tom Caputi
2017-10-11
1
-6
/
+11
*
Fixes for #6639
Tom Caputi
2017-10-11
1
-12
/
+20
*
Encryption patch follow-up
Tom Caputi
2017-10-11
1
-2
/
+4
*
Skip FREEOBJECTS for objects which can't exist
Fabian Grünbichler
2017-10-10
1
-0
/
+16
*
Free objects when receiving full stream as clone
Fabian Grünbichler
2017-10-10
1
-1
/
+54
*
receive_freeobjects() skips freeing some objects
Ned Bass
2017-10-02
1
-4
/
+2
*
Revert "Handle new dnode size in incremental..."
Brian Behlendorf
2017-09-07
1
-5
/
+3
*
Handle new dnode size in incremental backup stream
Ned Bass
2017-09-05
1
-3
/
+5
[next]