index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keysetup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
2020-09-22
1
-24
/
+9
*
fscrypt: stop pretending that key setup is nofs-safe
Eric Biggers
2020-09-22
1
-1
/
+1
*
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
2020-09-22
1
-45
/
+150
*
fscrypt: use smp_load_acquire() for ->i_crypt_info
Eric Biggers
2020-07-21
1
-1
/
+11
*
fscrypt: use smp_load_acquire() for fscrypt_prepared_key
Eric Biggers
2020-07-21
1
-2
/
+4
*
fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
Eric Biggers
2020-07-20
1
-4
/
+3
*
fscrypt: add inline encryption support
Satya Tangirala
2020-07-08
1
-22
/
+48
*
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
2020-05-19
1
-18
/
+67
*
fscrypt: support test_dummy_encryption=v2
Eric Biggers
2020-05-18
1
-9
/
+6
*
fscrypt: fix all kerneldoc warnings
Eric Biggers
2020-05-12
1
-3
/
+6
*
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2020-03-31
1
-14
/
+2
|
\
|
*
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
2020-03-19
1
-14
/
+2
*
|
fscrypt: don't evict dirty inodes after removing key
Eric Biggers
2020-03-07
1
-0
/
+9
|
/
*
fscrypt: clarify what is meant by a per-file key
Eric Biggers
2020-01-22
1
-19
/
+20
*
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
2020-01-22
1
-14
/
+40
*
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
2019-12-31
1
-10
/
+4
*
fscrypt: verify that the crypto_skcipher has the correct ivsize
Eric Biggers
2019-12-31
1
-0
/
+4
*
fscrypt: use crypto_skcipher_driver_name()
Eric Biggers
2019-12-31
1
-2
/
+1
*
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
2019-11-06
1
-10
/
+35
*
fscrypt: avoid data race on fscrypt_mode::logged_impl_name
Eric Biggers
2019-11-06
1
-4
/
+2
*
fscrypt: zeroize fscrypt_info before freeing
Eric Biggers
2019-10-21
1
-0
/
+1
*
fscrypt: invoke crypto API for ESSIV handling
Eric Biggers
2019-10-21
1
-99
/
+11
*
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
2019-08-12
1
-8
/
+10
*
fscrypt: v2 encryption policy support
Eric Biggers
2019-08-12
1
-44
/
+158
*
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-12
1
-3
/
+100
*
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-12
1
-1
/
+34
*
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
2019-08-12
1
-0
/
+345