]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dmu_send.c
Don't panic on unencrypted block in encrypted dataset
[mirror_zfs.git] / module / zfs / dmu_send.c
2023-12-21 chrisperedunDon't panic on unencrypted block in encrypted dataset
2023-06-05 Rob Norriszdb: add -B option to generate backup stream
2023-05-30 Luís HenriquesFix NULL pointer dereference when doing concurrent...
2023-03-28 George AmanakisFixes in persistent error log
2023-02-14 Richard YaoGive strlcat() full buffer lengths rather than smaller...
2023-02-14 George AmanakisFix a race condition in dsl_dataset_sync() when activat...
2023-01-13 Richard YaoCleanup: Use MIN() macro
2022-12-14 Richard YaoZero end of embedded block buffer in dump_write_embedded()
2022-12-08 Richard YaoFix dereference after null check in enqueue_range
2022-11-29 Richard YaoCleanup: Delete dead code from send_merge_thread()
2022-10-28 Brian BehlendorfRevert "Cleanup: Delete dead code from send_merge_thread()"
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-10-18 Richard YaoFix memory leaks in dmu_send()/dmu_send_obj()
2022-10-18 Richard YaoCleanup: Remove NULL pointer check from dmu_send_impl()
2022-10-18 Richard YaoCleanup: Delete dead code from send_merge_thread()
2022-09-27 Richard YaoFix unsafe string operations
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-08-25 Brian BehlendorfRevert "Avoid panic with recordsize > 128k, raw sending...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набRemaining {=> const} char|void *tag
2022-06-27 George AmanakisAvoid panic with recordsize > 128k, raw sending and...
2022-03-23 Brian BehlendorfSwitch from _Noreturn to __attribute__((noreturn))
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-03-05 Alejandro ColomarUse _Noreturn (C11; GNU89) properly
2022-02-03 George AmanakisReport dnodes with faulty bonuslen
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-12-23 набmodule: zfs: fix unused, remove argsused
2021-12-07 Paul DagnelieZFS send/recv with ashift 9->12 leads to data corruption
2021-09-09 Allan JudeAllow sending corrupt snapshots even if metadata is...
2020-12-28 Toomas Soomeimplicit conversion from 'boolean_t' to 'ds_hold_flags_t'
2020-09-30 Ryan MoellerDrop references when skipping dmu_send due to EXDEV
2020-09-22 Paul DagnelieDon't set numobjs to UINT64_MAX or near it
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-06-07 Jorgen LundmanReplace sprintf()->snprintf() and strcpy()->strlcpy()
2020-06-06 Brian Behlendorfzfsvfs_setup(): zap_stats_t may have undefined content...
2020-06-04 Paul DagnelieFix double mutex_init bug in send code
2020-05-14 Jorgen LundmanUpstream: add missing thread_exit()
2020-03-12 Matthew Ahrensdmu_objset_from_ds must be called with dp_config_rwlock...
2020-03-10 Matthew AhrensImprove zfs send performance by bypassing the ARC
2020-02-27 Matthew MacyRefactor dnode dirty context from dbuf_dirty
2020-02-24 Matthew AhrensRemove unused structs and members in dmu_send.c
2020-01-23 Christian Schwarzdmu_send: redacted: fix memory leak on invalid redactio...
2020-01-10 Tom CaputiAdd 'zfs send --saved' flag
2019-10-23 chrisrdDon't call arc_buf_destroy on unallocated arc_buf
2019-10-14 Matthew MacyRemove dead code and cleanup scoping in dmu_send.c
2019-10-11 chrisrdTypo fix in comment: dso_dryrun
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-05-07 Brian BehlendorfFix send/recv lost spill block
2019-03-13 Tom CaputiDetect and prevent mixed raw and non-raw sends
2019-02-15 Paul Zuchowskizfs should optionally send holds
2018-10-16 Paul DagnelieAdd types to featureflags in zfs
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file
2018-08-20 Tom CaputiFix issues with raw receive_write_byref()
2018-08-15 Tom CaputiCheck encrypted dataset + embedded recv earlier
2018-08-15 Tom CaputiAdded encryption support for zfs recv -o / -x
2018-06-28 Tom CaputiFix 'zfs recv' of non large_dnode send streams
2018-06-06 Tom CaputiRaw receive functions must not decrypt data
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-08 Paul DagnelieOpenZFS 9256 - zfs send space estimation off by > 10...
2018-04-17 Tom CaputiFix issues with raw sends of spill blocks
2018-04-17 Tom CaputiFix object reclaim when using large dnodes
2018-04-17 Matthew Ahrensassertion in arc_release() during encrypted receive
2018-04-09 Brian BehlendorfFix 'zfs send/recv' hang with 16M blocks
2018-03-31 Tom CaputiDecryption error handling improvements
2018-03-21 Matthew Ahrensenable zfs_dbgmsg() by default, without dprintf()
2018-03-15 Paul Zuchowskireceive_spill does not byte swap spill contents
2018-02-27 Tom CaputiRaw DRR_OBJECT records must write raw data
2018-02-21 Tom CaputiRaw receive should change key atomically
2018-02-21 Tom CaputiPrevent raw zfs recv -F if dataset is unencrypted
2018-02-21 Tom CaputiRemove unnecessary txg syncs from receive_object()
2018-02-02 Tom CaputiRaw sends must be able to decrease nlevels
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2017-11-04 Don BradyUndo c89 workarounds to match with upstream
2017-10-26 LOLiZFS send fails to dump objects larger than 128PiB
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiFix for #6706
2017-10-11 Tom CaputiFixes for #6639
2017-10-11 Tom CaputiEncryption patch follow-up
2017-10-10 Fabian GrünbichlerSkip FREEOBJECTS for objects which can't exist
2017-10-10 Fabian GrünbichlerFree objects when receiving full stream as clone
2017-10-02 Ned Bassreceive_freeobjects() skips freeing some objects
2017-09-07 Brian BehlendorfRevert "Handle new dnode size in incremental..."
2017-09-05 Ned BassHandle new dnode size in incremental backup stream
2017-08-23 Tom CaputiSend / Recv Fixes following b52563
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux
2017-08-08 Ned BassAdd debug log entries for failed receive records
2017-08-03 Ned BassUse SET_ERROR for constant non-zero return codes
2017-07-26 Ned BassSome additional send stream validity checking
2017-06-09 Paul DagnelieOpenZFS 8056 - zfs send size estimate is inaccurate...
2017-04-26 Dan KimmelOpenZFS 7252 - compressed zfs send / receive
2017-02-04 George MelikovOpenZFS 7247 - zfs receive of deduplicated stream fails
2017-01-27 George MelikovOpenZFS 7254 - ztest failed assertion in ztest_dataset_...
2017-01-22 George Melikovcodebase style improvements for OpenZFS 6459 port
2017-01-18 George MelikovOpenZFS 7659 - Missing thread_exit() in dmu_send.c
2016-12-12 Brian BehlendorfUse cstyle -cpP in `make cstyle` check
2016-12-08 Brian BehlendorfSpeed up zvol import and export speed
next