index
:
openzfs/zfs.git
b_zfs-2.0.2
b_zfs-2.0.5
b_zfs-2.1.0
b_zfs-2.1.6
b_zfs_2.1.10-staging
b_zfs_2.1.11
b_zfs_2.2.4
b_zfs_2.2.6
b_zfs_2.2.6_debian12
master
zfs-0.6.3-stable
zfs-0.6.4-release
zfs-0.6.5-release
zfs-0.7-release
zfs-0.7.12-release
zfs-0.7.13-release
zfs-0.8.3-kernel56
zfs-0.8.3-kernel56-patched2
zfs-0.8.3-release
zfs-0.8.4-release
zfs-0.8.5
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
module
/
zfs
/
dsl_crypt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allocate zap_attribute_t from kmem instead of stack
Sanjeev Bagewadi
2024-10-01
1
-2
/
+2
*
Properly release key in spa_keystore_dsl_key_hold_dd()
Alexander Motin
2024-09-25
1
-1
/
+1
*
Allow block cloning across encrypted datasets
oromenahar
2023-12-05
1
-0
/
+34
*
nvpair: Constify string functions
Richard Yao
2023-03-14
1
-1
/
+1
*
Better handling for future crypto parameters
Rob N
2023-03-07
1
-2
/
+14
*
Move dmu_buf_rele() after dsl_dataset_sync_done()
George Amanakis
2023-02-23
1
-3
/
+0
*
Handle and detect #13709's unlock regression (#14161)
Rich Ercolani
2022-11-15
1
-2
/
+16
*
Fix zpool status in case of unloaded keys
George Amanakis
2022-08-22
1
-1
/
+1
*
Remaining {=> const} char|void *tag
наб
2022-06-29
1
-14
/
+14
*
Enable -Wwrite-strings
наб
2022-06-29
1
-2
/
+2
*
Remove bcopy(), bzero(), bcmp()
наб
2022-03-15
1
-15
/
+16
*
module: icp: fold away all key formats except CRYPTO_KEY_RAW
наб
2022-02-15
1
-1
/
+0
*
Introduce a flag to skip comparing the local mac when raw sending
George Amanakis
2022-01-21
1
-8
/
+1
*
Revert "Fix raw sends on encrypted datasets when copying back snapshots"
Brian Behlendorf
2021-05-13
1
-3
/
+8
*
Fix raw sends on encrypted datasets when copying back snapshots
George Amanakis
2020-12-04
1
-8
/
+3
*
Prune dead branch reported by Coverity
Ryan Moeller
2020-09-25
1
-5
/
+1
*
Mark functions as static
Arvind Sankar
2020-06-18
1
-3
/
+3
*
Add missing zfs_refcount_destroy() in key_mapping_rele()
George Amanakis
2020-04-28
1
-0
/
+1
*
dmu_objset_from_ds must be called with dp_config_rwlock held
Matthew Ahrens
2020-03-12
1
-3
/
+2
*
Remove dead code error handling from dsl_crypt.c
Matthew Macy
2020-02-25
1
-29
/
+3
*
async zvol minor node creation interferes with receive
Matthew Ahrens
2020-02-03
1
-1
/
+1
*
Update tunable macro usage for disable_ivset_guid_check
Matthew Macy
2020-01-21
1
-4
/
+1
*
Add zfs_file_* interface, remove vnodes
Matthew Macy
2019-11-21
1
-1
/
+1
*
Fix 'zfs change-key' with unencrypted child
Tom Caputi
2019-10-30
1
-2
/
+6
*
Linux 4.14, 4.19, 5.0+ compat: SIMD save/restore
Brian Behlendorf
2019-10-24
1
-10
/
+10
*
Fix clone handling with encryption roots
Tom Caputi
2019-09-16
1
-19
/
+50
*
Enable SIMD for encryption
Brian Behlendorf
2019-09-10
1
-10
/
+10
*
Fix typos in module/zfs/
Andrea Gelmini
2019-09-02
1
-3
/
+3
*
Remove VERIFY from dsl_dataset_crypt_stats()
Tom Caputi
2019-07-05
1
-5
/
+7
*
Fix error message on promoting encrypted dataset
Tom Caputi
2019-06-24
1
-2
/
+6
*
Allow unencrypted children of encrypted datasets
Tom Caputi
2019-06-20
1
-43
/
+1
*
Better user experience for errata 4
Tom Caputi
2019-03-14
1
-0
/
+7
*
Detect and prevent mixed raw and non-raw sends
Tom Caputi
2019-03-13
1
-24
/
+88
*
Fix handling of maxblkid for raw sends
Tom Caputi
2019-03-13
1
-1
/
+1
*
Replay logs before starting ztest workers
Tom Caputi
2018-11-07
1
-2
/
+9
*
Add types to featureflags in zfs
Paul Dagnelie
2018-10-16
1
-3
/
+5
*
Refcounted DSL Crypto Key Mappings
Tom Caputi
2018-10-03
1
-28
/
+74
*
Prefix all refcount functions with zfs_
Tim Schumacher
2018-10-01
1
-15
/
+15
*
Linux 4.19-rc3+ compat: Remove refcount_t compat
Tim Schumacher
2018-09-26
1
-6
/
+6
*
Check encrypted dataset + embedded recv earlier
Tom Caputi
2018-08-15
1
-2
/
+9
*
Added encryption support for zfs recv -o / -x
Tom Caputi
2018-08-15
1
-0
/
+4
*
zfs_ioc_unload_key can drop extra spa ref
Don Brady
2018-08-03
1
-4
/
+12
*
Add support for decryption faults in zinject
Tom Caputi
2018-05-02
1
-12
/
+21
*
Adopt pyzfs from ClusterHQ
loli10K
2018-05-01
1
-3
/
+3
*
Raw receive should change key atomically
Tom Caputi
2018-02-21
1
-214
/
+250
*
Fix hash_lock / keystore.sk_dk_lock lock inversion
Brian Behlendorf
2018-02-04
1
-48
/
+39
*
Change os->os_next_write_raw to work per txg
Tom Caputi
2018-02-02
1
-1
/
+1
*
Encryption Stability and On-Disk Format Fixes
Tom Caputi
2018-02-02
1
-8
/
+83
*
Fix encryption root hierarchy issue
Tom Caputi
2017-11-08
1
-1
/
+2
*
Fix for #6706
Tom Caputi
2017-10-11
1
-12
/
+61
[next]