aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs/dsl_crypt.c
Commit message (Expand)AuthorAgeFilesLines
* 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-021-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
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-0/+2611