开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
keysetup.c
Age
Commit message (
Expand
)
Author
2020-05-19
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
2020-05-18
fscrypt: support test_dummy_encryption=v2
Eric Biggers
2020-05-12
fscrypt: fix all kerneldoc warnings
Eric Biggers
2020-03-31
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2020-03-19
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
2020-03-07
fscrypt: don't evict dirty inodes after removing key
Eric Biggers
2020-01-22
fscrypt: clarify what is meant by a per-file key
Eric Biggers
2020-01-22
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
2019-12-31
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
2019-12-31
fscrypt: verify that the crypto_skcipher has the correct ivsize
Eric Biggers
2019-12-31
fscrypt: use crypto_skcipher_driver_name()
Eric Biggers
2019-11-06
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
2019-11-06
fscrypt: avoid data race on fscrypt_mode::logged_impl_name
Eric Biggers
2019-10-21
fscrypt: zeroize fscrypt_info before freeing
Eric Biggers
2019-10-21
fscrypt: invoke crypto API for ESSIV handling
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_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-12
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-12
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers