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: 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
|
/
*
fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
Eric Biggers
2018-01-12
1
-0
/
+3
*
fscrypt: calculate NUL-padding length in one place only
Eric Biggers
2018-01-12
1
-2
/
+2
*
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
Eric Biggers
2018-01-12
1
-0
/
+9
*
fscrypt: new helper functions for ->symlink()
Eric Biggers
2018-01-12
1
-0
/
+4
*
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
Eric Biggers
2018-01-12
1
-0
/
+14
*
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
Eric Biggers
2018-01-12
1
-0
/
+1
*
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-14
1
-1
/
+2
|
\
|
*
fscrypt: clean up include file mess
Dave Chinner
2017-10-19
1
-1
/
+2
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-11-14
1
-10
/
+0
|
\
\
|
*
|
fscrypt: move to generic async completion
Gilad Ben-Yossef
2017-11-03
1
-10
/
+0
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
fscrypt: add support for AES-128-CBC
Daniel Walter
2017-06-24
1
-1
/
+8
*
fscrypt: introduce helper function for filename matching
Eric Biggers
2017-05-04
1
-2
/
+0
*
fscrypt: Move key structure and constants to uapi
Joe Richey
2017-04-30
1
-11
/
+0
*
fscrypt: remove broken support for detecting keyring key revocation
Eric Biggers
2017-03-15
1
-4
/
+0
*
fscrypt: properly declare on-stack completion
Richard Weinberger
2017-02-07
1
-1
/
+1
*
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
2017-02-07
1
-1
/
+1
*
fscrypt: factor out bio specific functions
Richard Weinberger
2017-01-01
1
-1
/
+15
*
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
David Gstir
2016-12-11
1
-1
/
+1
*
fscrypt: Delay bounce page pool allocation until needed
David Gstir
2016-12-11
1
-1
/
+1
*
fscrypt: move non-public structures and constants to fscrypt_private.h
Theodore Ts'o
2016-12-11
1
-0
/
+71
*
fscrypt: unexport fscrypt_initialize()
Theodore Ts'o
2016-12-11
1
-0
/
+3
*
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
Theodore Ts'o
2016-12-11
1
-0
/
+19