index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
fscrypt_private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-22
fscrypt: clarify what is meant by a per-file key
Eric Biggers
1
-3
/
+3
2020-01-22
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
1
-0
/
+13
2020-01-22
fscrypt: add "fscrypt_" prefix to fname_encrypt()
Eric Biggers
1
-2
/
+3
2019-12-31
fscrypt: remove fscrypt_is_direct_key_policy()
Eric Biggers
1
-6
/
+0
2019-12-31
fscrypt: move fscrypt_valid_enc_modes() to policy.c
Eric Biggers
1
-18
/
+0
2019-12-31
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
Eric Biggers
1
-5
/
+1
2019-12-31
fscrypt: move fscrypt_d_revalidate() to fname.c
Eric Biggers
1
-1
/
+1
2019-12-31
fscrypt: constify inode parameter to filename encryption functions
Eric Biggers
1
-1
/
+1
2019-12-31
fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
Eric Biggers
1
-1
/
+1
2019-11-06
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
1
-3
/
+13
2019-11-06
fscrypt: avoid data race on fscrypt_mode::logged_impl_name
Eric Biggers
1
-1
/
+1
2019-10-21
fscrypt: remove struct fscrypt_ctx
Eric Biggers
1
-2
/
+0
2019-10-21
fscrypt: invoke crypto API for ESSIV handling
Eric Biggers
1
-7
/
+0
2019-08-12
fscrypt: require that key be added when setting a v2 encryption policy
Eric Biggers
1
-0
/
+3
2019-08-12
fscrypt: allow unprivileged users to add/remove keys for v2 policies
Eric Biggers
1
-4
/
+27
2019-08-12
fscrypt: v2 encryption policy support
Eric Biggers
1
-25
/
+162
2019-08-12
fscrypt: add an HKDF-SHA512 implementation
Eric Biggers
1
-0
/
+15
2019-08-12
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
1
-1
/
+52
2019-08-12
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
1
-1
/
+61
2019-08-12
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
1
-1
/
+1
2019-08-12
fscrypt: move v1 policy key setup to keysetup_v1.c
Eric Biggers
1
-0
/
+17
2019-08-12
fscrypt: refactor key setup code in preparation for v2 policies
Eric Biggers
1
-3
/
+8
2019-08-12
fscrypt: rename fscrypt_master_key to fscrypt_direct_key
Eric Biggers
1
-4
/
+3
2019-08-12
fscrypt: add ->ci_inode to fscrypt_info
Eric Biggers
1
-0
/
+3
2019-08-12
fscrypt: use FSCRYPT_* definitions, not FS_*
Eric Biggers
1
-8
/
+8
2019-08-12
fscrypt: make fscrypt_msg() take inode instead of super_block
Eric Biggers
1
-5
/
+5
2019-08-12
fscrypt: remove loadable module related code
Eric Biggers
1
-2
/
+0
2019-05-28
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
1
-6
/
+5
2019-05-28
fscrypt: simplify bounce page handling
Eric Biggers
1
-3
/
+1
2019-01-23
fscrypt: remove filesystem specific build config option
Chandan Rajendra
1
-1
/
+0
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
1
-6
/
+61
2018-09-04
crypto: speck - remove Speck
Jason A. Donenfeld
1
-4
/
+0
2018-06-11
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-1
/
+0
2018-05-20
fscrypt: add Speck128/256 support
Eric Biggers
1
-0
/
+4
2018-05-20
fscrypt: use a common logging function
Eric Biggers
1
-0
/
+8
2018-05-20
fscrypt: remove internal key size constants
Eric Biggers
1
-9
/
+1
2018-05-20
fscrypt: clean up after fscrypt_prepare_lookup() conversions
Eric Biggers
1
-0
/
+1
2018-05-02
fscrypt: allow synchronous bio decryption
Eric Biggers
1
-1
/
+0
2018-01-11
fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
Eric Biggers
1
-0
/
+3
2018-01-11
fscrypt: calculate NUL-padding length in one place only
Eric Biggers
1
-2
/
+2
2018-01-11
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
Eric Biggers
1
-0
/
+9
2018-01-11
fscrypt: new helper functions for ->symlink()
Eric Biggers
1
-0
/
+4
2018-01-11
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
Eric Biggers
1
-0
/
+14
2018-01-11
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
Eric Biggers
1
-0
/
+1
2017-11-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-10
/
+0
2017-11-03
fscrypt: move to generic async completion
Gilad Ben-Yossef
1
-10
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-18
fscrypt: clean up include file mess
Dave Chinner
1
-1
/
+2
2017-06-23
fscrypt: add support for AES-128-CBC
Daniel Walter
1
-1
/
+8
[next]