index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
Age
Commit message (
Expand
)
Author
2019-08-12
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
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 an HKDF-SHA512 implementation
Eric Biggers
2019-08-12
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
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
2019-08-12
fscrypt: move v1 policy key setup to keysetup_v1.c
Eric Biggers
2019-08-12
fscrypt: refactor key setup code in preparation for v2 policies
Eric Biggers
2019-08-12
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
Eric Biggers
2019-08-12
fscrypt: add ->ci_inode to fscrypt_info
Eric Biggers
2019-08-12
fscrypt: use FSCRYPT_* definitions, not FS_*
Eric Biggers
2019-08-12
fscrypt: use ENOPKG when crypto API support missing
Eric Biggers
2019-08-12
fscrypt: improve warnings for missing crypto API support
Eric Biggers
2019-08-12
fscrypt: improve warning messages for unsupported encryption contexts
Eric Biggers
2019-08-12
fscrypt: make fscrypt_msg() take inode instead of super_block
Eric Biggers
2019-08-12
fscrypt: clean up base64 encoding/decoding
Eric Biggers
2019-08-12
fscrypt: remove loadable module related code
Eric Biggers
2019-06-27
fscrypt: remove selection of CONFIG_CRYPTO_SHA256
Eric Biggers
2019-06-10
fscrypt: remove unnecessary includes of ratelimit.h
Eric Biggers
2019-05-28
fscrypt: don't set policy for a dead directory
Hongjie Fang
2019-05-28
fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
Eric Biggers
2019-05-28
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
2019-05-28
fscrypt: introduce fscrypt_decrypt_block_inplace()
Eric Biggers
2019-05-28
fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
Eric Biggers
2019-05-28
fscrypt: support encrypting multiple filesystem blocks per page
Eric Biggers
2019-05-28
fscrypt: introduce fscrypt_encrypt_block_inplace()
Eric Biggers
2019-05-28
fscrypt: clean up some BUG_ON()s in block encryption/decryption
Eric Biggers
2019-05-28
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
2019-05-28
fscrypt: remove the "write" part of struct fscrypt_ctx
Eric Biggers
2019-05-28
fscrypt: simplify bounce page handling
Eric Biggers
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-07
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-05-07
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-04-17
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
2019-04-17
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
2019-04-17
fscrypt: only set dentry_operations on ciphertext dentries
Eric Biggers
2019-04-17
fscrypt: fix race allowing rename() and link() of ciphertext dentries
Eric Biggers
2019-04-17
fscrypt: clean up and improve dentry revalidation
Eric Biggers
2019-04-16
fscrypt: use READ_ONCE() to access ->i_crypt_info
Eric Biggers
2019-04-16
fscrypt: remove WARN_ON_ONCE() when decryption fails
Eric Biggers
2019-04-16
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
2019-03-09
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2019-03-08
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
[next]