Sign in
android-kvm
/
linux
/
5429ef62bcf360aae06740cbe065be01e5cfb6fc
/
fs
/
crypto
/
crypto.c
2d8f7f1
fscrypt: document gfp_flags for bounce page allocation
by Eric Biggers
· 5 years ago
2ebdef6
fscrypt: move fscrypt_d_revalidate() to fname.c
by Eric Biggers
· 5 years ago
b103fb7
fscrypt: add support for IV_INO_LBLK_64 policies
by Eric Biggers
· 5 years ago
1565bda
fscrypt: remove struct fscrypt_ctx
by Eric Biggers
· 5 years ago
4006d79
fscrypt: invoke crypto API for ESSIV handling
by Eric Biggers
· 5 years ago
5dae460
fscrypt: v2 encryption policy support
by Eric Biggers
· 6 years ago
22d94f4
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
by Eric Biggers
· 6 years ago
3b6df59
fscrypt: use FSCRYPT_* definitions, not FS_*
by Eric Biggers
· 6 years ago
886da8b
fscrypt: make fscrypt_msg() take inode instead of super_block
by Eric Biggers
· 6 years ago
75798f8
fscrypt: remove loadable module related code
by Eric Biggers
· 6 years ago
aa8bc1a
fscrypt: support decrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
41adbcb
fscrypt: introduce fscrypt_decrypt_block_inplace()
by Eric Biggers
· 6 years ago
53bc1d85
fscrypt: support encrypting multiple filesystem blocks per page
by Eric Biggers
· 6 years ago
03569f2
fscrypt: introduce fscrypt_encrypt_block_inplace()
by Eric Biggers
· 6 years ago
eeacfdc
fscrypt: clean up some BUG_ON()s in block encryption/decryption
by Eric Biggers
· 6 years ago
f47fcbb
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
by Eric Biggers
· 6 years ago
2a415a0
fscrypt: remove the "write" part of struct fscrypt_ctx
by Eric Biggers
· 6 years ago
d2d0727
fscrypt: simplify bounce page handling
by Eric Biggers
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
6cc2486
fscrypt: clean up and improve dentry revalidation
by Eric Biggers
· 6 years ago
e37a784
fscrypt: use READ_ONCE() to access ->i_crypt_info
by Eric Biggers
· 6 years ago
cd0265f
fscrypt: drop inode argument from fscrypt_get_ctx()
by Eric Biggers
· 6 years ago
8094c3c
fscrypt: add Adiantum support
by Eric Biggers
· 6 years ago
d54d35c
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 7 years ago
544d08f
fscrypt: use a common logging function
by Eric Biggers
· 7 years ago
1da2f0a
fscrypt: remove stale comment from fscrypt_d_revalidate()
by Eric Biggers
· 7 years ago
c90fd775
fscrypt: remove error messages for skcipher_request_alloc() failure
by Eric Biggers
· 7 years ago
5422202
fscrypt: clean up after fscrypt_prepare_lookup() conversions
by Eric Biggers
· 7 years ago
36dd26e
fscrypt: use unbound workqueue for decryption
by Eric Biggers
· 7 years ago
0cb8dae
fscrypt: allow synchronous bio decryption
by Eric Biggers
· 7 years ago
a575784
fscrypt: trim down fscrypt.h includes
by Eric Biggers
· 7 years ago
32190f0
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
by Linus Torvalds
· 7 years ago
d0082e1
fscrypt: move to generic async completion
by Gilad Ben-Yossef
· 7 years ago
a0b3bc8
fscrypt: lock mutex before checking for bounce page pool
by Eric Biggers
· 7 years ago
e0428a2
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
by Eric Biggers
· 7 years ago
b7e7cf7
fscrypt: add support for AES-128-CBC
by Daniel Walter
· 8 years ago
1b53cf9
fscrypt: remove broken support for detecting keyring key revocation
by Eric Biggers
· 8 years ago
58ae746
fscrypt: factor out bio specific functions
by Richard Weinberger
· 8 years ago
6a34e4d
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
by David Gstir
· 8 years ago
f32d7ac
fscrypt: Delay bounce page pool allocation until needed
by David Gstir
· 8 years ago
bd7b829
fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()
by David Gstir
· 8 years ago
1400451
fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()
by David Gstir
· 8 years ago
9e53277
fscrypt: Never allocate fscrypt_ctx on in-place encryption
by David Gstir
· 8 years ago
e550c16
fscrypt: Use correct index in decrypt path.
by David Gstir
· 8 years ago
cc4e0df
fscrypt: move non-public structures and constants to fscrypt_private.h
by Theodore Ts'o
· 8 years ago
b98701df
fscrypt: unexport fscrypt_initialize()
by Theodore Ts'o
· 8 years ago
9c4bb8a
fscrypt: Let fs select encryption index/tweak
by David Gstir
· 8 years ago
0b93e1b
fscrypt: Constify struct inode pointer
by David Gstir
· 8 years ago
7821d4d
fscrypt: Enable partial page encryption
by David Gstir
· 8 years ago
b50f7b2
fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pages
by David Gstir
· 8 years ago
1c7dcf6
fscrypt: Add in-place encryption mode
by David Gstir
· 8 years ago
fb44543
fscrypto: make XTS tweak initialization endian-independent
by Eric Biggers
· 8 years ago
53fd755
fscrypto: rename completion callbacks to reflect usage
by Eric Biggers
· 8 years ago
d83ae73
fscrypto: remove unnecessary includes
by Eric Biggers
· 8 years ago
95fe6c1
block, fs, mm, drivers: use bio set/get op accessors
by Mike Christie
· 9 years ago
4e49ea4
block/fs/drivers: remove rw argument from submit_bio
by Mike Christie
· 9 years ago
03a8bb0
ext4/fscrypto: avoid RCU lookup in d_revalidate
by Jaegeuk Kim
· 9 years ago
b32e4482
fscrypto: don't let data integrity writebacks fail with ENOMEM
by Jaegeuk Kim
· 9 years ago
d7d7535
fscrypto: use dget_parent() in fscrypt_d_revalidate()
by Jaegeuk Kim
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
02fc59a
f2fs/crypto: fix xts_tweak initialization
by Linus Torvalds
· 9 years ago
d407574
Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
0b81d07
fs crypto: move per-file encryption from f2fs tree to fs/crypto
by Jaegeuk Kim
· 10 years ago