index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keysetup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-03
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
1
-2
/
+17
2020-12-03
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
1
-1
/
+0
2020-11-25
fscrypt: simplify master key locking
Eric Biggers
1
-11
/
+9
2020-11-16
fscrypt: remove kernel-internal constants from UAPI header
Eric Biggers
1
-1
/
+3
2020-11-06
fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
Eric Biggers
1
-3
/
+1
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
1
-24
/
+9
2020-09-22
fscrypt: stop pretending that key setup is nofs-safe
Eric Biggers
1
-1
/
+1
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-45
/
+150
2020-07-22
fscrypt: use smp_load_acquire() for ->i_crypt_info
Eric Biggers
1
-1
/
+11
2020-07-22
fscrypt: use smp_load_acquire() for fscrypt_prepared_key
Eric Biggers
1
-2
/
+4
2020-07-21
fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
Eric Biggers
1
-4
/
+3
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
1
-22
/
+48
2020-05-19
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
1
-18
/
+67
2020-05-19
fscrypt: support test_dummy_encryption=v2
Eric Biggers
1
-9
/
+6
2020-05-13
fscrypt: fix all kerneldoc warnings
Eric Biggers
1
-3
/
+6
2020-03-31
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
1
-14
/
+2
2020-03-20
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
1
-14
/
+2
2020-03-08
fscrypt: don't evict dirty inodes after removing key
Eric Biggers
1
-0
/
+9
2020-01-23
fscrypt: clarify what is meant by a per-file key
Eric Biggers
1
-19
/
+20
2020-01-23
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
1
-14
/
+40
2019-12-31
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
1
-10
/
+4
2019-12-31
fscrypt: verify that the crypto_skcipher has the correct ivsize
Eric Biggers
1
-0
/
+4
2019-12-31
fscrypt: use crypto_skcipher_driver_name()
Eric Biggers
1
-2
/
+1
2019-11-06
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
1
-10
/
+35
2019-11-06
fscrypt: avoid data race on fscrypt_mode::logged_impl_name
Eric Biggers
1
-4
/
+2
2019-10-21
fscrypt: zeroize fscrypt_info before freeing
Eric Biggers
1
-0
/
+1
2019-10-21
fscrypt: invoke crypto API for ESSIV handling
Eric Biggers
1
-99
/
+11
2019-08-13
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
1
-8
/
+10
2019-08-13
fscrypt: v2 encryption policy support
Eric Biggers
1
-44
/
+158
2019-08-13
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
1
-3
/
+100
2019-08-13
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
1
-1
/
+34
2019-08-13
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
1
-0
/
+345