Jaegeuk Kim
|
03a8bb0e53
ext4/fscrypto: avoid RCU lookup in d_revalidate
|
9 years ago |
Linus Torvalds
|
93061f390f
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
9 years ago |
Kirill A. Shutemov
|
09cbfeaf1a
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
|
9 years ago |
Theodore Ts'o
|
3d43bcfef5
ext4 crypto: use dget_parent() in ext4_d_revalidate()
|
9 years ago |
Theodore Ts'o
|
c9af28fdd4
ext4 crypto: don't let data integrity writebacks fail with ENOMEM
|
9 years ago |
Linus Torvalds
|
70477371dc
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
9 years ago |
Theodore Ts'o
|
28b4c26396
ext4 crypto: revalidate dentry after adding or removing the key
|
9 years ago |
Herbert Xu
|
3f32a5bee0
ext4: Use skcipher
|
9 years ago |
Jan Kara
|
53085fac02
ext4: provide ext4_issue_zeroout()
|
9 years ago |
Al Viro
|
e2c9e0b28e
ext4: fix an endianness bug in ext4_encrypted_zeroout()
|
9 years ago |
Theodore Ts'o
|
36086d43f6
ext4 crypto: fix bugs in ext4_encrypted_zeroout()
|
10 years ago |
Theodore Ts'o
|
687c3c36e7
ext4 crypto: replace some BUG_ON()'s with error checks
|
10 years ago |
Theodore Ts'o
|
3684de8ca2
ext4 crypto: ext4_page_crypto() doesn't need a encryption context
|
10 years ago |
Theodore Ts'o
|
ad0a0ce894
ext4 crypto: fix ext4_get_crypto_ctx()'s calling convention in ext4_decrypt_one
|
10 years ago |
Theodore Ts'o
|
3dbb5eb9a3
ext4 crypto: allocate bounce pages using GFP_NOWAIT
|
10 years ago |
Theodore Ts'o
|
abdd438b26
ext4 crypto: handle unexpected lack of encryption keys
|
10 years ago |
Theodore Ts'o
|
95ea68b4c7
ext4 crypto: fix memory leaks in ext4_encrypted_zeroout
|
10 years ago |
Theodore Ts'o
|
c936e1ec28
ext4 crypto: use per-inode tfm structure
|
10 years ago |
Theodore Ts'o
|
614def7013
ext4 crypto: shrink size of the ext4_crypto_ctx structure
|
10 years ago |
Theodore Ts'o
|
1aaa6e8b24
ext4 crypto: get rid of ci_mode from struct ext4_crypt_info
|
10 years ago |
Theodore Ts'o
|
8ee0371470
ext4 crypto: use slab caches
|
10 years ago |
Theodore Ts'o
|
b7236e21d5
ext4 crypto: reorganize how we store keys in the inode
|
10 years ago |
Theodore Ts'o
|
e2881b1b51
ext4 crypto: separate kernel and userspace structure for the key
|
10 years ago |
Michael Halcrow
|
b30ab0e034
ext4 crypto: add ext4 encryption facilities
|
10 years ago |