index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-17
Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-6
/
+0
2020-12-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-2
/
+2
2020-12-02
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
3
-6
/
+0
2020-12-02
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
5
-16
/
+41
2020-12-02
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
2
-1
/
+2
2020-12-02
fscrypt: move fscrypt_require_key() to fscrypt_private.h
Eric Biggers
1
-0
/
+26
2020-12-02
fscrypt: move body of fscrypt_prepare_setattr() out-of-line
Eric Biggers
1
-0
/
+8
2020-12-02
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
1
-0
/
+6
2020-11-24
fscrypt: simplify master key locking
Eric Biggers
4
-34
/
+21
2020-11-24
fscrypt: remove unnecessary calls to fscrypt_require_key()
Eric Biggers
1
-18
/
+8
2020-11-24
fscrypt: add fscrypt_is_nokey_name()
Eric Biggers
1
-2
/
+3
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
2
-2
/
+2
2020-11-16
fscrypt: remove kernel-internal constants from UAPI header
Eric Biggers
4
-6
/
+14
2020-11-11
fscrypt: fix inline encryption not used on new files
Eric Biggers
1
-1
/
+1
2020-11-06
fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
Eric Biggers
1
-3
/
+1
2020-09-28
fscrypt: export fscrypt_d_revalidate()
Eric Biggers
1
-1
/
+2
2020-09-23
fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME
Eric Biggers
2
-5
/
+4
2020-09-23
fscrypt: don't call no-key names "ciphertext names"
Eric Biggers
2
-11
/
+11
2020-09-22
fscrypt: use sha256() instead of open coding
Eric Biggers
1
-16
/
+7
2020-09-22
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
1
-14
/
+6
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
5
-93
/
+100
2020-09-22
fscrypt: move fscrypt_prepare_symlink() out-of-line
Eric Biggers
1
-4
/
+35
2020-09-22
fscrypt: make "#define fscrypt_policy" user-only
Eric Biggers
1
-1
/
+0
2020-09-22
fscrypt: stop pretending that key setup is nofs-safe
Eric Biggers
3
-10
/
+7
2020-09-22
fscrypt: require that fscrypt_encrypt_symlink() already has key
Eric Biggers
1
-3
/
+7
2020-09-22
fscrypt: remove fscrypt_inherit_context()
Eric Biggers
1
-37
/
+0
2020-09-22
fscrypt: adjust logging for in-creation inodes
Eric Biggers
2
-3
/
+10
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
3
-54
/
+206
2020-09-07
fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32
Eric Biggers
1
-2
/
+7
2020-09-07
fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
Jeff Layton
2
-5
/
+2
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
3
-7
/
+8
2020-07-30
fscrypt: don't load ->i_crypt_info before it's known to be valid
Eric Biggers
1
-1
/
+2
2020-07-21
fscrypt: use smp_load_acquire() for ->i_crypt_info
Eric Biggers
2
-3
/
+13
2020-07-21
fscrypt: use smp_load_acquire() for ->s_master_keys
Eric Biggers
1
-3
/
+12
2020-07-21
fscrypt: use smp_load_acquire() for fscrypt_prepared_key
Eric Biggers
3
-10
/
+17
2020-07-21
fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library
Eric Biggers
2
-32
/
+11
2020-07-21
fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS
Eric Biggers
1
-0
/
+14
2020-07-20
fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
Eric Biggers
5
-14
/
+13
2020-07-20
fscrypt: add comments that describe the HKDF info strings
Eric Biggers
1
-7
/
+7
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
10
-47
/
+588
2020-06-01
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
7
-164
/
+444
2020-05-19
fscrypt: add support for IV_INO_LBLK_32 policies
Eric Biggers
5
-41
/
+126
2020-05-18
fscrypt: make test_dummy_encryption use v2 by default
Eric Biggers
1
-1
/
+1
2020-05-18
fscrypt: support test_dummy_encryption=v2
Eric Biggers
2
-9
/
+131
2020-05-15
fscrypt: add fscrypt_add_test_dummy_key()
Eric Biggers
2
-43
/
+77
2020-05-12
fscrypt: remove unnecessary extern keywords
Eric Biggers
1
-44
/
+40
2020-05-12
fscrypt: fix all kerneldoc warnings
Eric Biggers
6
-27
/
+70
2020-05-08
fscrypt: use crypto_shash_tfm_digest()
Eric Biggers
2
-11
/
+2
2020-03-31
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
3
-15
/
+42
2020-03-19
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
3
-15
/
+42
[next]