index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
crypto
/
policy.c
Age
Commit message (
Expand
)
Author
2017-11-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-18
fscrypt: switch from ->is_encrypted() to IS_ENCRYPTED()
Eric Biggers
2017-07-09
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-07-06
ext4: fix __ext4_new_inode() journal credits calculation
Tahsin Erdogan
2017-06-23
fscrypt: add support for AES-128-CBC
Daniel Walter
2017-05-04
fscrypt: fix context consistency check when key(s) unavailable
Eric Biggers
2017-04-30
fscrypt: remove unnecessary checks for NULL operations
Eric Biggers
2017-03-15
fscrypt: eliminate ->prepare_context() operation
Eric Biggers
2017-01-02
fscrypt: make test_dummy_encryption require a keyring key
Theodore Ts'o
2016-12-31
fscrypt: pass up error codes from ->get_context()
Eric Biggers
2016-12-31
fscrypt: remove user-triggerable warning messages
Eric Biggers
2016-12-31
fscrypt: use EEXIST when file already uses different policy
Eric Biggers
2016-12-31
fscrypt: use ENOTDIR when setting encryption policy on nondirectory
Eric Biggers
2016-12-31
fscrypt: fix renaming and linking special files
Eric Biggers
2016-12-11
fscrypt: move non-public structures and constants to fscrypt_private.h
Theodore Ts'o
2016-12-11
fscrypto: move ioctl processing more fully into common code
Eric Biggers
2016-10-15
fscrypto: lock inode while setting encryption policy
Eric Biggers
2016-09-10
fscrypto: require write access to mount to set encryption policy
Eric Biggers
2016-09-09
fscrypto: only allow setting encryption policy on directories
Eric Biggers
2016-09-09
fscrypto: add authorization check for setting encryption policy
Eric Biggers
2016-03-17
fs crypto: move per-file encryption from f2fs tree to fs/crypto
Jaegeuk Kim