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
*
Enable the head_errlog feature to remove errors
George Amanakis
2023-05-09
1
-1
/
+1
*
nvpair: Constify string functions
Richard Yao
2023-03-14
1
-4
/
+5
*
Zero zio_prop_t in flush_write_batch_impl()
Richard Yao
2023-03-14
1
-1
/
+1
*
Fix uninitialized scalar value read regression in dmu_recv_begin()
Richard Yao
2023-03-14
1
-1
/
+1
*
Fix incremental receive silently failing for recursive sends
Paul Dagnelie
2023-03-10
1
-9
/
+26
*
Skip memory allocation when compressing holes
Richard Yao
2023-02-27
1
-1
/
+2
*
Wait for txg sync if the last DRR_FREEOBJECTS might result in a hole
David Hedberg
2023-01-23
1
-0
/
+26
*
Reject streams that set ->drr_payloadlen to unreasonably large values
Richard Yao
2023-01-23
1
-3
/
+14
*
Fix reading uninitialized variable in receive_read
Chunwei Chen
2023-01-20
1
-2
/
+2
*
Deny receiving into encrypted datasets if the keys are not loaded
Attila Fülöp
2022-11-03
1
-1
/
+1
*
Convert enum zio_flag to uint64_t
Richard Yao
2022-10-27
1
-2
/
+2
*
Cleanup: Specify unsignedness on things that should not be signed
Richard Yao
2022-09-27
1
-6
/
+6
*
Enforce "-F" flag on resuming recv of full/newfs on existing dataset
Jitendra Patidar
2022-09-27
1
-0
/
+11
*
Fix unchecked return values and unused return values
Richard Yao
2022-09-23
1
-0
/
+2
*
Implement a new type of zfs receive: corrective receive (-c)
Alek P
2022-07-28
1
-38
/
+366
*
Replace dead opensolaris.org license link
Tino Reichardt
2022-07-11
1
-1
/
+1
*
Enable -Wwrite-strings
наб
2022-06-29
1
-1
/
+1
*
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
[next]