]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dmu_recv.c
Implement a new type of zfs receive: corrective receive (-c)
[mirror_zfs.git] / module / zfs / dmu_recv.c
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