]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dmu_send.c
Clean up CSTYLEDs
[mirror_zfs.git] / module / zfs / dmu_send.c
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
2016-11-30 Brian BehlendorfIntroduce ARC Buffer Data (ABD)
2016-11-29 David QuigleyDLPX-44812 integrate EP-220 large memory scalability
2016-10-04 Brian BehlendorfMerge OpenZFS 4185
2016-10-03 Tony HutterOpenZFS 4185 - add new cryptographic checksums to ZFS...
2016-09-22 kernelOfTruth aka... OpenZFS 7230 - add assertions to dmu_send_impl() to...
2016-09-13 Dan KimmelDLPX-40252 integrate EP-476 compressed zfs send/receive
2016-09-13 George WilsonOpenZFS 6950 - ARC should cache compressed data
2016-08-31 Gvozden NeskovicPerformance optimization of AVL tree comparator functions
2016-08-22 Tim ChasePrevent reclaim in send_traverse_thread()
2016-06-29 Brian BehlendorfMerge branch 'illumos-2605'
2016-06-28 Igor KozhukhovOpenZFS 6314 - buffer overflow in dsl_dataset_name
2016-06-28 Eli RosenthalOpenZFS 6738 - zfs send stream padding needs documentation
2016-06-28 Andrew StormontOpenZFS 6536 - zfs send: want a way to disable setting...
2016-06-28 Paul DagnelieOpenZFS 6393 - zfs receive a full send as a clone
2016-06-28 Matthew AhrensOpenZFS 2605, 6980, 6902
2016-06-24 Ned BassImplement large_dnode pool feature
2016-06-07 Brian BehlendorfAdd `zfs allow` and `zfs unallow` support
2016-05-11 Nikolay BorisovReduce stack usage of dmu_recv_stream function
2016-03-10 Boris ProtopopovAdd support for asynchronous zvol minor operations
2016-02-08 Paul DagnelieIllumos 5809 - Blowaway full receive in v1 pool causes...
2016-01-08 Paul DagnelieIllumos 5960, 5925
2015-12-30 Matthew AhrensIllumos 5746 - more checksumming in zfs send
2015-12-07 Brian BehlendorfUse large stacks when available
2015-12-04 Matthew AhrensIllumos 5959 - clean up per-dataset feature count code
2015-07-06 Andriy GaponIllumos 5946, 5945
next