Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
aa8bc1ac6ef32a332671ca25e06cfd277a3839a5
/
include
/
linux
/
fscrypt.h
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
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
d7a02fa
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
by Linus Torvalds
· 6 years ago
eea2c05
ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
by Sascha Hauer
· 6 years ago
2c58d54
fscrypt: cache decrypted symlink target in ->i_link
by Eric Biggers
· 6 years ago
b01531d
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
by Eric Biggers
· 6 years ago
0bf3d5c1
fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
by Eric Biggers
· 6 years ago
968dd6d
fscrypt: fix race allowing rename() and link() of ciphertext dentries
by Eric Biggers
· 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
f5e55e7
fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
by Eric Biggers
· 6 years ago
643fa96
fscrypt: remove filesystem specific build config option
by Chandan Rajendra
· 6 years ago
0eaab5b
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
by Eric Biggers
· 7 years ago
76e81d6
fscrypt: new helper functions for ->symlink()
by Eric Biggers
· 7 years ago
a575784
fscrypt: trim down fscrypt.h includes
by Eric Biggers
· 7 years ago
dcf0db9
fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
by Eric Biggers
· 7 years ago
bb8179e
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
by Eric Biggers
· 7 years ago
bdd2347
fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
by Eric Biggers
· 7 years ago
1493651
fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
by Eric Biggers
· 7 years ago
542060c
fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
by Eric Biggers
· 7 years ago
4fd4b15
fscrypt: move fscrypt_control_page() to supp/notsupp headers
by Eric Biggers
· 7 years ago
3d463f2
fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
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
815dac3
fscrypt: new helper function - fscrypt_prepare_setattr()
by Eric Biggers
· 7 years ago
32c3cf0
fscrypt: new helper function - fscrypt_prepare_lookup()
by Eric Biggers
· 7 years ago
94b26f3
fscrypt: new helper function - fscrypt_prepare_rename()
by Eric Biggers
· 7 years ago
0ea87a9
fscrypt: new helper function - fscrypt_prepare_link()
by Eric Biggers
· 7 years ago
d293c3e
fscrypt: new helper function - fscrypt_require_key()
by Eric Biggers
· 7 years ago
f7293e4
fscrypt: remove ->is_encrypted()
by Eric Biggers
· 7 years ago
734f0d2
fscrypt: clean up include file mess
by Dave Chinner
· 7 years ago
[Renamed (79%) from include/linux/fscrypt_common.h]
bc2c642
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 8 years ago
af65207
ext4: fix __ext4_new_inode() journal credits calculation
by Tahsin Erdogan
· 8 years ago
c250b7d
fscrypt: make ->dummy_context() return bool
by Eric Biggers
· 8 years ago
b7e7cf7
fscrypt: add support for AES-128-CBC
by Daniel Walter
· 8 years ago
4bfd036
fscrypt: remove fscrypt_symlink_data_len()
by Eric Biggers
· 8 years ago
94840e3
fscrypt: eliminate ->prepare_context() operation
by Eric Biggers
· 8 years ago
46f47e4
fscrypt: split supp and notsupp declarations into their own headers
by Eric Biggers
· 8 years ago