index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
fscrypt_private.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
2020-09-22
1
-2
/
+4
*
fscrypt: make "#define fscrypt_policy" user-only
Eric Biggers
2020-09-22
1
-1
/
+0
*
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
2020-09-22
1
-0
/
+3
*
fscrypt: use smp_load_acquire() for fscrypt_prepared_key
Eric Biggers
2020-07-22
1
-6
/
+9
*
fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
Eric Biggers
2020-07-21
1
-6
/
+6
*
fscrypt: add comments that describe the HKDF info strings
Eric Biggers
2020-07-21
1
-7
/
+7
*
fscrypt: add inline encryption support
Satya Tangirala
2020-07-08
1
-10
/
+105
*
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
2020-05-19
1
-6
/
+14
*
fscrypt: add fscrypt_add_test_dummy_key()
Eric Biggers
2020-05-15
1
-0
/
+3
*
fscrypt: remove unnecessary extern keywords
Eric Biggers
2020-05-13
1
-44
/
+40
*
fscrypt: fix all kerneldoc warnings
Eric Biggers
2020-05-13
1
-2
/
+2
*
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
2020-03-20
1
-0
/
+20
*
fscrypt: clarify what is meant by a per-file key
Eric Biggers
2020-01-22
1
-3
/
+3
*
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
2020-01-22
1
-0
/
+13
*
fscrypt: add "fscrypt_" prefix to fname_encrypt()
Eric Biggers
2020-01-22
1
-2
/
+3
*
fscrypt: remove fscrypt_is_direct_key_policy()
Eric Biggers
2019-12-31
1
-6
/
+0
*
fscrypt: move fscrypt_valid_enc_modes() to policy.c
Eric Biggers
2019-12-31
1
-18
/
+0
*
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
2019-12-31
1
-5
/
+1
*
fscrypt: move fscrypt_d_revalidate() to fname.c
Eric Biggers
2019-12-31
1
-1
/
+1
*
fscrypt: constify inode parameter to filename encryption functions
Eric Biggers
2019-12-31
1
-1
/
+1
*
fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
Eric Biggers
2019-12-31
1
-1
/
+1
*
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
2019-11-06
1
-3
/
+13
*
fscrypt: avoid data race on fscrypt_mode::logged_impl_name
Eric Biggers
2019-11-06
1
-1
/
+1
*
fscrypt: remove struct fscrypt_ctx
Eric Biggers
2019-10-21
1
-2
/
+0
*
fscrypt: invoke crypto API for ESSIV handling
Eric Biggers
2019-10-21
1
-7
/
+0
*
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
2019-08-13
1
-0
/
+3
*
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
2019-08-13
1
-4
/
+27
*
fscrypt: v2 encryption policy support
Eric Biggers
2019-08-13
1
-25
/
+162
*
fscrypt: add an HKDF-SHA512 implementation
Eric Biggers
2019-08-13
1
-0
/
+15
*
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-13
1
-1
/
+52
*
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-13
1
-1
/
+61
*
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
2019-08-13
1
-1
/
+1
*
fscrypt: move v1 policy key setup to keysetup_v1.c
Eric Biggers
2019-08-13
1
-0
/
+17
*
fscrypt: refactor key setup code in preparation for v2 policies
Eric Biggers
2019-08-13
1
-3
/
+8
*
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
Eric Biggers
2019-08-13
1
-4
/
+3
*
fscrypt: add ->ci_inode to fscrypt_info
Eric Biggers
2019-08-13
1
-0
/
+3
*
fscrypt: use FSCRYPT_* definitions, not FS_*
Eric Biggers
2019-08-13
1
-8
/
+8
*
fscrypt: make fscrypt_msg() take inode instead of super_block
Eric Biggers
2019-08-13
1
-5
/
+5
*
fscrypt: remove loadable module related code
Eric Biggers
2019-08-13
1
-2
/
+0
*
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
2019-05-28
1
-6
/
+5
*
fscrypt: simplify bounce page handling
Eric Biggers
2019-05-28
1
-3
/
+1
*
fscrypt: remove filesystem specific build config option
Chandan Rajendra
2019-01-24
1
-1
/
+0
*
fscrypt: add Adiantum support
Eric Biggers
2019-01-06
1
-6
/
+61
*
crypto: speck - remove Speck
Jason A. Donenfeld
2018-09-04
1
-4
/
+0
*
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2018-06-11
1
-1
/
+0
|
\
|
*
fscrypt: allow synchronous bio decryption
Eric Biggers
2018-05-02
1
-1
/
+0
*
|
fscrypt: add Speck128/256 support
Eric Biggers
2018-05-20
1
-0
/
+4
*
|
fscrypt: use a common logging function
Eric Biggers
2018-05-20
1
-0
/
+8
*
|
fscrypt: remove internal key size constants
Eric Biggers
2018-05-20
1
-9
/
+1
*
|
fscrypt: clean up after fscrypt_prepare_lookup() conversions
Eric Biggers
2018-05-20
1
-0
/
+1
|
/
[next]