index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keyring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-27
fscrypt: use WARN_ON_ONCE instead of WARN_ON
Eric Biggers
1
-7
/
+7
2023-03-18
fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()
Eric Biggers
1
-0
/
+2
2023-03-18
fscrypt: improve fscrypt_destroy_keyring() documentation
Eric Biggers
1
-10
/
+11
2023-02-07
fscrypt: clean up fscrypt_add_test_dummy_key()
Eric Biggers
1
-19
/
+7
2022-11-15
fscrypt: pass super_block to fscrypt_put_master_key_activeref()
Eric Biggers
1
-8
/
+6
2022-10-19
fscrypt: fix keyring memory leak on mount failure
Eric Biggers
1
-6
/
+11
2022-09-21
fscrypt: stop holding extra request_queue references
Eric Biggers
1
-3
/
+6
2022-09-21
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Eric Biggers
1
-225
/
+261
2022-05-09
fscrypt: add new helper functions for test_dummy_encryption
Eric Biggers
1
-12
/
+52
2020-11-24
fscrypt: simplify master key locking
Eric Biggers
1
-7
/
+1
2020-11-16
fscrypt: remove kernel-internal constants from UAPI header
Eric Biggers
1
-1
/
+1
2020-09-22
fscrypt: adjust logging for in-creation inodes
Eric Biggers
1
-2
/
+7
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-3
/
+3
2020-07-21
fscrypt: use smp_load_acquire() for ->s_master_keys
Eric Biggers
1
-3
/
+12
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
1
-3
/
+3
2020-05-19
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
1
-2
/
+3
2020-05-15
fscrypt: add fscrypt_add_test_dummy_key()
Eric Biggers
1
-43
/
+74
2020-01-22
fscrypt: don't print name of busy file when removing key
Eric Biggers
1
-13
/
+2
2019-12-31
fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
Eric Biggers
1
-8
/
+124
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-11-06
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
1
-2
/
+4
2019-08-12
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
1
-0
/
+47
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
Eric Biggers
1
-5
/
+24
2019-08-12
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
1
-21
/
+299
2019-08-12
fscrypt: v2 encryption policy support
Eric Biggers
1
-1
/
+34
2019-08-12
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
Eric Biggers
1
-0
/
+63
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
1
-1
/
+259
2019-08-12
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
1
-0
/
+286