]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dmu_recv.c
Provide macros for setting and getting blkptr birth times
[mirror_zfs.git] / module / zfs / dmu_recv.c
2024-03-25 George WilsonProvide macros for setting and getting blkptr birth...
2024-03-25 Alexander MotinZAP: Massively switch to _by_dnode() interfaces
2024-03-21 Alexander MotinUpdate resume token at object receive.
2023-12-15 Alexander Motindmu: Allow buffer fills to fail
2023-07-14 Alexander MotinFix raw receive with different indirect block size.
2023-06-09 Alexander MotinFinally drop long disabled vdev cache.
2023-05-09 George AmanakisEnable the head_errlog feature to remove errors
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-14 Richard YaoZero zio_prop_t in flush_write_batch_impl()
2023-03-14 Richard YaoFix uninitialized scalar value read regression in dmu_r...
2023-03-10 Paul DagnelieFix incremental receive silently failing for recursive...
2023-02-27 Richard YaoSkip memory allocation when compressing holes
2023-01-23 David HedbergWait for txg sync if the last DRR_FREEOBJECTS might...
2023-01-23 Richard YaoReject streams that set ->drr_payloadlen to unreasonabl...
2023-01-20 Chunwei ChenFix reading uninitialized variable in receive_read
2022-11-03 Attila FülöpDeny receiving into encrypted datasets if the keys...
2022-10-27 Richard YaoConvert enum zio_flag to uint64_t
2022-09-27 Richard YaoCleanup: Specify unsignedness on things that should...
2022-09-27 Jitendra PatidarEnforce "-F" flag on resuming recv of full/newfs on...
2022-09-23 Richard YaoFix unchecked return values and unused return values
2022-07-28 Alek PImplement a new type of zfs receive: corrective receive...
2022-07-11 Tino ReichardtReplace dead opensolaris.org license link
2022-06-29 набEnable -Wwrite-strings
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-18 набmodule: mark arguments used
2022-02-09 Attila FülöpReceive checks should allow unencrypted child datasets
2022-01-26 набClean up CSTYLEDs
2022-01-14 набmodule/*.ko: prune .data, global .rodata
2021-06-23 Rich ErcolaniAnnotated dprintf as printf-like
2021-05-14 Paul ZuchowskiFix dmu_recv_stream test for resumable
2021-03-22 Andrea GelminiRemoved duplicated includes
2020-12-28 Toomas Soomeimplicit conversion from 'boolean_t' to 'ds_hold_flags_t'
2020-12-11 Matthew AhrensImprove zfs receive performance with lightweight write
2020-08-20 Michael NiewöhnerAdd zstd support to zfs
2020-07-12 Matthew Ahrensfilesystem_limit/snapshot_limit is incorrectly enforced...
2020-06-09 Matthew AhrensFile incorrectly zeroed when receiving incremental...
2020-05-15 Matthew AhrensFix error handling in receive_writer_thread()
2020-05-14 Matthew Ahrensremove unneeded member drc_err of dmu_recv_cookie_t
2020-04-25 Tom CaputiFix missing ivset guid with resumed raw base recv
2020-04-23 Matthew AhrensRemove deduplicated send/receive code
2020-03-17 Paul DagnelieSeparate warning for incomplete and corrupt streams
2020-03-16 Matthew AhrensImprove zfs receive performance by batching writes
2020-03-12 Matthew Ahrensdmu_objset_from_ds must be called with dp_config_rwlock...
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2020-01-14 Tom CaputiFix errata #4 handling for resuming streams
2020-01-10 Tom CaputiAdd 'zfs send --saved' flag
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-10-09 Paul DagnelieReduce loaded range tree memory usage
2019-09-12 Matthew MacyEnable compiler to typecheck logging
2019-09-05 Matthew MacyMake module tunables cross platform
2019-09-03 Andriy GaponAlways refuse receving non-resume stream when resume...
2019-06-20 Tom CaputiAllow unencrypted children of encrypted datasets
2019-06-19 Paul DagnelieImplement Redacted Send/Receive
2019-06-10 Tom CaputiFix incorrect error message for raw receive
2019-05-07 Brian BehlendorfFix send/recv lost spill block
2019-04-15 Tom CaputiFix issues with truncated files in raw sends
2019-04-12 Brian BehlendorfFix issue in receive_object() during reallocation
2019-04-12 Brian BehlendorfFix TXG_MASK cstyle
2019-04-06 Brian BehlendorfRevert "Fix issues with truncated files in raw sends"
2019-03-27 Tom CaputiFix issues with truncated files in raw sends
2019-03-13 Tom CaputiDetect and prevent mixed raw and non-raw sends
2019-03-13 Tom CaputiFix handling of maxblkid for raw sends
2019-02-08 loli10KZVOLs should not be allowed to have children
2019-01-18 Tom CaputiFix 0 byte memory leak in zfs receive
2019-01-17 Tom CaputiFix error handling incallers of dbuf_hold_level()
2019-01-10 Brian BehlendorfProvide more flexible object allocation interface
2018-10-09 Paul Dagnelie Refactor dmu_recv into its own file