index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keyring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscrypt: simplify master key locking
Eric Biggers
2020-11-25
1
-7
/
+1
*
fscrypt: remove kernel-internal constants from UAPI header
Eric Biggers
2020-11-16
1
-1
/
+1
*
fscrypt: adjust logging for in-creation inodes
Eric Biggers
2020-09-22
1
-2
/
+7
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-3
/
+3
*
fscrypt: use smp_load_acquire() for ->s_master_keys
Eric Biggers
2020-07-22
1
-3
/
+12
*
fscrypt: add inline encryption support
Satya Tangirala
2020-07-08
1
-3
/
+3
*
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
2020-05-19
1
-2
/
+3
*
fscrypt: add fscrypt_add_test_dummy_key()
Eric Biggers
2020-05-15
1
-43
/
+74
*
fscrypt: don't print name of busy file when removing key
Eric Biggers
2020-01-22
1
-13
/
+2
*
fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
Eric Biggers
2019-12-31
1
-8
/
+124
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
*
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
2019-11-06
1
-2
/
+4
*
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
2019-08-13
1
-0
/
+47
*
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
Eric Biggers
2019-08-13
1
-5
/
+24
*
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
2019-08-13
1
-21
/
+299
*
fscrypt: v2 encryption policy support
Eric Biggers
2019-08-13
1
-1
/
+34
*
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
Eric Biggers
2019-08-13
1
-0
/
+63
*
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-13
1
-1
/
+259
*
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-13
1
-0
/
+286