Linus Torvalds
|
32190f0afb
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt
|
7 years ago |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 years ago |
Eric Biggers
|
e0428a266d
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
|
8 years ago |
Linus Torvalds
|
bc2c6421cb
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
8 years ago |
Tahsin Erdogan
|
af65207c76
ext4: fix __ext4_new_inode() journal credits calculation
|
8 years ago |
Daniel Walter
|
b7e7cf7a66
fscrypt: add support for AES-128-CBC
|
8 years ago |
Eric Biggers
|
272f98f684
fscrypt: fix context consistency check when key(s) unavailable
|
8 years ago |
Eric Biggers
|
cd39e4bac1
fscrypt: remove unnecessary checks for NULL operations
|
8 years ago |
Eric Biggers
|
94840e3c80
fscrypt: eliminate ->prepare_context() operation
|
8 years ago |
Theodore Ts'o
|
5bbdcbbb39
fscrypt: make test_dummy_encryption require a keyring key
|
8 years ago |
Eric Biggers
|
efee590e4a
fscrypt: pass up error codes from ->get_context()
|
8 years ago |
Eric Biggers
|
868e1bc64d
fscrypt: remove user-triggerable warning messages
|
8 years ago |
Eric Biggers
|
8488cd96ff
fscrypt: use EEXIST when file already uses different policy
|
8 years ago |
Eric Biggers
|
dffd0cfa06
fscrypt: use ENOTDIR when setting encryption policy on nondirectory
|
8 years ago |
Eric Biggers
|
42d97eb0ad
fscrypt: fix renaming and linking special files
|
8 years ago |
Theodore Ts'o
|
cc4e0df038
fscrypt: move non-public structures and constants to fscrypt_private.h
|
8 years ago |
Eric Biggers
|
db717d8e26
fscrypto: move ioctl processing more fully into common code
|
8 years ago |
Eric Biggers
|
8906a8223a
fscrypto: lock inode while setting encryption policy
|
9 years ago |
Eric Biggers
|
ba63f23d69
fscrypto: require write access to mount to set encryption policy
|
9 years ago |
Eric Biggers
|
002ced4be6
fscrypto: only allow setting encryption policy on directories
|
9 years ago |
Eric Biggers
|
163ae1c6ad
fscrypto: add authorization check for setting encryption policy
|
9 years ago |
Jaegeuk Kim
|
0b81d07790
fs crypto: move per-file encryption from f2fs tree to fs/crypto
|
10 years ago |