aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/dsl_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Allow block cloning across encrypted datasetsoromenahar2023-12-051-0/+34
* nvpair: Constify string functionsRichard Yao2023-03-141-1/+1
* Better handling for future crypto parametersRob N2023-03-071-2/+14
* Move dmu_buf_rele() after dsl_dataset_sync_done()George Amanakis2023-02-241-3/+0
* Handle and detect #13709's unlock regression (#14161)Rich Ercolani2022-11-151-2/+16
* Fix zpool status in case of unloaded keysGeorge Amanakis2022-08-231-1/+1
* Remaining {=> const} char|void *tagнаб2022-06-291-14/+14
* Enable -Wwrite-stringsнаб2022-06-291-2/+2
* Remove bcopy(), bzero(), bcmp()наб2022-03-151-15/+16
* module: icp: fold away all key formats except CRYPTO_KEY_RAWнаб2022-02-161-1/+0
* Introduce a flag to skip comparing the local mac when raw sendingGeorge Amanakis2022-01-211-8/+1
* Revert "Fix raw sends on encrypted datasets when copying back snapshots"Brian Behlendorf2021-05-131-3/+8
* Fix raw sends on encrypted datasets when copying back snapshotsGeorge Amanakis2020-12-041-8/+3
* Prune dead branch reported by CoverityRyan Moeller2020-09-251-5/+1
* Mark functions as staticArvind Sankar2020-06-181-3/+3
* Add missing zfs_refcount_destroy() in key_mapping_rele()George Amanakis2020-04-281-0/+1
* dmu_objset_from_ds must be called with dp_config_rwlock heldMatthew Ahrens2020-03-121-3/+2
* Remove dead code error handling from dsl_crypt.cMatthew Macy2020-02-251-29/+3
* async zvol minor node creation interferes with receiveMatthew Ahrens2020-02-031-1/+1
* Update tunable macro usage for disable_ivset_guid_checkMatthew Macy2020-01-211-4/+1
* Add zfs_file_* interface, remove vnodesMatthew Macy2019-11-211-1/+1
* Fix 'zfs change-key' with unencrypted childTom Caputi2019-10-301-2/+6
* Linux 4.14, 4.19, 5.0+ compat: SIMD save/restoreBrian Behlendorf2019-10-241-10/+10
* Fix clone handling with encryption rootsTom Caputi2019-09-161-19/+50
* Enable SIMD for encryptionBrian Behlendorf2019-09-101-10/+10
* Fix typos in module/zfs/Andrea Gelmini2019-09-031-3/+3
* Remove VERIFY from dsl_dataset_crypt_stats()Tom Caputi2019-07-051-5/+7
* Fix error message on promoting encrypted datasetTom Caputi2019-06-241-2/+6
* Allow unencrypted children of encrypted datasetsTom Caputi2019-06-201-43/+1
* Better user experience for errata 4Tom Caputi2019-03-141-0/+7
* Detect and prevent mixed raw and non-raw sendsTom Caputi2019-03-131-24/+88
* Fix handling of maxblkid for raw sendsTom Caputi2019-03-131-1/+1
* Replay logs before starting ztest workersTom Caputi2018-11-071-2/+9
* Add types to featureflags in zfsPaul Dagnelie2018-10-161-3/+5
* Refcounted DSL Crypto Key MappingsTom Caputi2018-10-031-28/+74
* Prefix all refcount functions with zfs_Tim Schumacher2018-10-011-15/+15
* Linux 4.19-rc3+ compat: Remove refcount_t compatTim Schumacher2018-09-261-6/+6
* Check encrypted dataset + embedded recv earlierTom Caputi2018-08-151-2/+9
* Added encryption support for zfs recv -o / -xTom Caputi2018-08-151-0/+4
* zfs_ioc_unload_key can drop extra spa refDon Brady2018-08-031-4/+12
* Add support for decryption faults in zinjectTom Caputi2018-05-021-12/+21
* Adopt pyzfs from ClusterHQloli10K2018-05-011-3/+3
* Raw receive should change key atomicallyTom Caputi2018-02-211-214/+250
* Fix hash_lock / keystore.sk_dk_lock lock inversionBrian Behlendorf2018-02-041-48/+39
* Change os->os_next_write_raw to work per txgTom Caputi2018-02-021-1/+1
* Encryption Stability and On-Disk Format FixesTom Caputi2018-02-021-8/+83
* Fix encryption root hierarchy issueTom Caputi2017-11-081-1/+2
* Fix for #6706Tom Caputi2017-10-111-12/+61
* Fix for #6703Tom Caputi2017-10-111-18/+6
* Encryption patch follow-upTom Caputi2017-10-111-11/+8