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_recv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch from _Noreturn to __attribute__((noreturn))
Brian Behlendorf
2022-03-23
1
-1
/
+1
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-10
/
+9
*
Use _Noreturn (C11; GNU89) properly
Alejandro Colomar
2022-03-04
1
-1
/
+1
*
module: mark arguments used
наб
2022-02-18
1
-4
/
+0
*
Receive checks should allow unencrypted child datasets
Attila Fülöp
2022-02-09
1
-1
/
+9
*
Clean up CSTYLEDs
наб
2022-01-26
1
-2
/
+0
*
module/*.ko: prune .data, global .rodata
наб
2022-01-14
1
-5
/
+5
*
Annotated dprintf as printf-like
Rich Ercolani
2021-06-22
1
-16
/
+28
*
Fix dmu_recv_stream test for resumable
Paul Zuchowski
2021-05-13
1
-2
/
+2
*
Removed duplicated includes
Andrea Gelmini
2021-03-22
1
-1
/
+0
*
implicit conversion from 'boolean_t' to 'ds_hold_flags_t'
Toomas Soome
2020-12-27
1
-5
/
+6
*
Improve zfs receive performance with lightweight write
Matthew Ahrens
2020-12-11
1
-140
/
+143
*
Add zstd support to zfs
Michael Niewöhner
2020-08-20
1
-7
/
+13
*
filesystem_limit/snapshot_limit is incorrectly enforced against root
Matthew Ahrens
2020-07-11
1
-5
/
+12
*
File incorrectly zeroed when receiving incremental stream that toggles -L
Matthew Ahrens
2020-06-09
1
-89
/
+321
*
Fix error handling in receive_writer_thread()
Matthew Ahrens
2020-05-14
1
-1
/
+2
*
remove unneeded member drc_err of dmu_recv_cookie_t
Matthew Ahrens
2020-05-14
1
-7
/
+5
*
Fix missing ivset guid with resumed raw base recv
Tom Caputi
2020-04-24
1
-1
/
+1
*
Remove deduplicated send/receive code
Matthew Ahrens
2020-04-23
1
-222
/
+7
*
Separate warning for incomplete and corrupt streams
Paul Dagnelie
2020-03-17
1
-3
/
+4
*
Improve zfs receive performance by batching writes
Matthew Ahrens
2020-03-16
1
-51
/
+168
*
dmu_objset_from_ds must be called with dp_config_rwlock held
Matthew Ahrens
2020-03-12
1
-19
/
+22
*
async zvol minor node creation interferes with receive
Matthew Ahrens
2020-02-03
1
-5
/
+20
*
Fix errata #4 handling for resuming streams
Tom Caputi
2020-01-14
1
-1
/
+13
*
Add 'zfs send --saved' flag
Tom Caputi
2020-01-10
1
-1
/
+0
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
1
-8
/
+8
*
Reduce loaded range tree memory usage
Paul Dagnelie
2019-10-09
1
-1
/
+1
*
Enable compiler to typecheck logging
Matthew Macy
2019-09-12
1
-2
/
+2
*
Make module tunables cross platform
Matthew Macy
2019-09-05
1
-6
/
+6
*
Always refuse receving non-resume stream when resume state exists
Andriy Gapon
2019-09-03
1
-3
/
+7
*
Allow unencrypted children of encrypted datasets
Tom Caputi
2019-06-20
1
-12
/
+12
*
Implement Redacted Send/Receive
Paul Dagnelie
2019-06-19
1
-563
/
+691
*
Fix incorrect error message for raw receive
Tom Caputi
2019-06-10
1
-2
/
+9
*
Fix send/recv lost spill block
Brian Behlendorf
2019-05-07
1
-9
/
+58
*
Fix issues with truncated files in raw sends
Tom Caputi
2019-04-15
1
-8
/
+12
*
Fix issue in receive_object() during reallocation
Brian Behlendorf
2019-04-12
1
-1
/
+6
*
Fix TXG_MASK cstyle
Brian Behlendorf
2019-04-12
1
-1
/
+1
*
Revert "Fix issues with truncated files in raw sends"
Brian Behlendorf
2019-04-05
1
-7
/
+8
*
Fix issues with truncated files in raw sends
Tom Caputi
2019-03-27
1
-12
/
+22
*
Detect and prevent mixed raw and non-raw sends
Tom Caputi
2019-03-13
1
-15
/
+47
*
Fix handling of maxblkid for raw sends
Tom Caputi
2019-03-13
1
-11
/
+51
*
ZVOLs should not be allowed to have children
loli10K
2019-02-08
1
-0
/
+24
*
Fix 0 byte memory leak in zfs receive
Tom Caputi
2019-01-18
1
-1
/
+6
*
Fix error handling incallers of dbuf_hold_level()
Tom Caputi
2019-01-17
1
-1
/
+6
*
Provide more flexible object allocation interface
Brian Behlendorf
2019-01-10
1
-2
/
+5
*
Refactor dmu_recv into its own file
Paul Dagnelie
2018-10-09
1
-0
/
+2893