]> git.proxmox.com Git - mirror_zfs.git/history - module/zfs/dsl_crypt.c
ddt: move entry compression into ddt_zap
[mirror_zfs.git] / module / zfs / dsl_crypt.c
2023-12-05 oromenaharAllow block cloning across encrypted datasets
2023-03-14 Richard Yaonvpair: Constify string functions
2023-03-07 Rob NBetter handling for future crypto parameters
2023-02-24 George AmanakisMove dmu_buf_rele() after dsl_dataset_sync_done()
2022-11-15 Rich ErcolaniHandle and detect #13709's unlock regression (#14161)
2022-08-23 George AmanakisFix zpool status in case of unloaded keys
2022-06-29 набRemaining {=> const} char|void *tag
2022-06-29 набEnable -Wwrite-strings
2022-03-15 набRemove bcopy(), bzero(), bcmp()
2022-02-16 набmodule: icp: fold away all key formats except CRYPTO_KE...
2022-01-21 George AmanakisIntroduce a flag to skip comparing the local mac when...
2021-05-13 Brian BehlendorfRevert "Fix raw sends on encrypted datasets when copyin...
2020-12-04 George AmanakisFix raw sends on encrypted datasets when copying back...
2020-09-25 Ryan MoellerPrune dead branch reported by Coverity
2020-06-18 Arvind SankarMark functions as static
2020-04-28 George AmanakisAdd missing zfs_refcount_destroy() in key_mapping_rele()
2020-03-12 Matthew Ahrensdmu_objset_from_ds must be called with dp_config_rwlock...
2020-02-25 Matthew MacyRemove dead code error handling from dsl_crypt.c
2020-02-03 Matthew Ahrensasync zvol minor node creation interferes with receive
2020-01-21 Matthew MacyUpdate tunable macro usage for disable_ivset_guid_check
2019-11-21 Matthew MacyAdd zfs_file_* interface, remove vnodes
2019-10-30 Tom CaputiFix 'zfs change-key' with unencrypted child
2019-10-24 Brian BehlendorfLinux 4.14, 4.19, 5.0+ compat: SIMD save/restore
2019-09-16 Tom CaputiFix clone handling with encryption roots
2019-09-10 Brian BehlendorfEnable SIMD for encryption
2019-09-03 Andrea GelminiFix typos in module/zfs/
2019-07-05 Tom CaputiRemove VERIFY from dsl_dataset_crypt_stats()
2019-06-24 Tom CaputiFix error message on promoting encrypted dataset
2019-06-20 Tom CaputiAllow unencrypted children of encrypted datasets
2019-03-14 Tom CaputiBetter user experience for errata 4
2019-03-13 Tom CaputiDetect and prevent mixed raw and non-raw sends
2019-03-13 Tom CaputiFix handling of maxblkid for raw sends
2018-11-07 Tom CaputiReplay logs before starting ztest workers
2018-10-16 Paul DagnelieAdd types to featureflags in zfs
2018-10-03 Tom CaputiRefcounted DSL Crypto Key Mappings
2018-10-01 Tim SchumacherPrefix all refcount functions with zfs_
2018-09-26 Tim SchumacherLinux 4.19-rc3+ compat: Remove refcount_t compat
2018-08-15 Tom CaputiCheck encrypted dataset + embedded recv earlier
2018-08-15 Tom CaputiAdded encryption support for zfs recv -o / -x
2018-08-03 Don Bradyzfs_ioc_unload_key can drop extra spa ref
2018-05-29 Brian BehlendorfMerge branch 'zfsonlinux/merge-spl'
2018-05-02 Tom CaputiAdd support for decryption faults in zinject
2018-05-01 loli10KAdopt pyzfs from ClusterHQ
2018-02-21 Tom CaputiRaw receive should change key atomically
2018-02-04 Brian BehlendorfFix hash_lock / keystore.sk_dk_lock lock inversion
2018-02-02 Tom CaputiChange os->os_next_write_raw to work per txg
2018-02-02 Tom CaputiEncryption Stability and On-Disk Format Fixes
2017-11-08 Tom CaputiFix encryption root hierarchy issue
2017-10-13 Brian BehlendorfPost-Encryption Followup
2017-10-11 Tom CaputiFix for #6706
2017-10-11 Tom CaputiFix for #6703
2017-10-11 Tom CaputiEncryption patch follow-up
2017-08-14 Tom CaputiNative Encryption for ZFS on Linux