index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keyring.c
Age
Commit message (
Expand
)
Author
2025-09-05
fscrypt: use HMAC-SHA512 library for HKDF
Eric Biggers
2025-06-20
fscrypt: Explicitly include <linux/export.h>
Eric Biggers
2025-04-08
fscrypt: add support for hardware-wrapped keys
Eric Biggers
2024-11-19
Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-10-03
fscrypt: Include <linux/once.h> in fs/crypto/keyring.c
Uros Bizjak
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-02-06
fscrypt: clear keyring before calling key_put()
Luis Henriques
2023-12-09
fscrypt: update comment for do_remove_key()
Eric Biggers
2023-10-16
fscrypt: track master key presence separately from secret
Eric Biggers
2023-10-08
fscrypt: rename fscrypt_info => fscrypt_inode_info
Josef Bacik
2023-03-27
fscrypt: use WARN_ON_ONCE instead of WARN_ON
Eric Biggers
2023-03-18
fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()
Eric Biggers
2023-03-18
fscrypt: improve fscrypt_destroy_keyring() documentation
Eric Biggers
2023-02-07
fscrypt: clean up fscrypt_add_test_dummy_key()
Eric Biggers
2022-11-15
fscrypt: pass super_block to fscrypt_put_master_key_activeref()
Eric Biggers
2022-10-19
fscrypt: fix keyring memory leak on mount failure
Eric Biggers
2022-09-21
fscrypt: stop holding extra request_queue references
Eric Biggers
2022-09-21
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
2022-05-09
fscrypt: add new helper functions for test_dummy_encryption
Eric Biggers
2020-11-24
fscrypt: simplify master key locking
Eric Biggers
2020-11-16
fscrypt: remove kernel-internal constants from UAPI header
Eric Biggers
2020-09-22
fscrypt: adjust logging for in-creation inodes
Eric Biggers
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-07-21
fscrypt: use smp_load_acquire() for ->s_master_keys
Eric Biggers
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
2020-05-19
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
2020-05-15
fscrypt: add fscrypt_add_test_dummy_key()
Eric Biggers
2020-01-22
fscrypt: don't print name of busy file when removing key
Eric Biggers
2019-12-31
fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
Eric Biggers
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-11-06
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
2019-08-12
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
Eric Biggers
2019-08-12
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
2019-08-12
fscrypt: v2 encryption policy support
Eric Biggers
2019-08-12
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
Eric Biggers
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-12
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers