]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dmu_send.c
Fix typo/etc in module/zfs/zfs_ctldir.c
[mirror_zfs.git] / module / zfs / dmu_send.c
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
2015-07-06 Andriy GaponIllumos 5870 - dmu_recv_end_check() leaks origin_head...
2015-07-06 Andriy GaponIllumos 5912 - full stream can not be force-received...
2015-06-11 Brian BehlendorfMerge branch 'lock-contention-on-arcs_mtx-final'
2015-06-11 George WilsonIllumos 5369 - arc flags should be an enum
2015-05-14 Brian BehlendorfRemove unused 'dsl_pool_t *dp' variable
2015-05-13 Max GrossmanIllumos 5765 - add support for estimating send stream...
2015-05-11 Matthew AhrensIllumos 5027 - zfs large block support
2015-05-04 Matthew AhrensIllumos 4951 - ZFS administrative commands should use...
2015-04-28 Justin T. GibbsIllumos 5056 - ZFS deadlock on db_mtx and dn_holds
2015-04-28 Justin T. GibbsIllumos 5314 - Remove "dbuf phys" db->db_data pointer...
2015-04-28 Jerry JelinekIllumos 3897 - zfs filesystem and snapshot limits
2014-10-21 Matthew AhrensIllumos 5162 - zfs recv should use loaned arc buffer...
2014-10-21 Matthew AhrensIllumos 3693 - restore_object uses at least two transac...
2014-08-06 Matthew AhrensIllumos 4914 - zfs on-disk bookmark structure should...
2014-08-01 Matthew AhrensIllumos 4757, 4913
2014-07-29 Matthew AhrensIllumos 4368, 4369.
2014-07-28 Max GrossmanIllumos 4370, 4371
2013-12-19 Turbo FredrikssonAdd zfs_send_corrupt_data module option
2013-11-05 Matthew AhrensIllumos #4047
2013-11-05 Matthew AhrensIllumos #3834
2013-11-04 Keith M WesolowskiIllumos #3875
2013-11-04 Matthew AhrensIllumos #3888
2013-11-04 Keith M WesolowskiIllumos #3894
2013-10-31 Matthew AhrensIllumos #3645, #3692
2013-10-31 Matthew AhrensIllumos #3598
2013-09-04 Matthew AhrensIllumos #3464
2013-09-04 Matthew AhrensIllumos #2882, #2883, #2900
next