index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
fscrypt.h
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
1
-2
/
+5
2020-12-03
fscrypt: Have filesystems handle their d_ops
Daniel Rosenberg
1
-2
/
+5
2020-12-03
fscrypt: allow deleting files with unsupported encryption policy
Eric Biggers
1
-3
/
+6
2020-12-03
fscrypt: unexport fscrypt_get_encryption_info()
Eric Biggers
1
-6
/
+1
2020-12-03
fscrypt: move fscrypt_require_key() to fscrypt_private.h
Eric Biggers
1
-26
/
+0
2020-12-03
fscrypt: move body of fscrypt_prepare_setattr() out-of-line
Eric Biggers
1
-2
/
+9
2020-12-03
fscrypt: introduce fscrypt_prepare_readdir()
Eric Biggers
1
-0
/
+24
2020-11-25
fscrypt: remove unnecessary calls to fscrypt_require_key()
Eric Biggers
1
-2
/
+1
2020-11-25
fscrypt: add fscrypt_is_nokey_name()
Eric Biggers
1
-0
/
+34
2020-09-29
fscrypt: export fscrypt_d_revalidate()
Eric Biggers
1
-0
/
+7
2020-09-24
fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME
Eric Biggers
1
-6
/
+6
2020-09-24
fscrypt: don't call no-key names "ciphertext names"
Eric Biggers
1
-8
/
+7
2020-09-22
fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'
Eric Biggers
1
-4
/
+1
2020-09-22
fscrypt: handle test_dummy_encryption in more logical way
Eric Biggers
1
-27
/
+13
2020-09-22
fscrypt: move fscrypt_prepare_symlink() out-of-line
Eric Biggers
1
-48
/
+15
2020-09-22
fscrypt: remove fscrypt_inherit_context()
Eric Biggers
1
-9
/
+0
2020-09-22
fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
Eric Biggers
1
-0
/
+17
2020-09-08
fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
Jeff Layton
1
-3
/
+2
2020-07-22
fscrypt: use smp_load_acquire() for ->i_crypt_info
Eric Biggers
1
-5
/
+24
2020-07-08
fscrypt: add inline encryption support
Satya Tangirala
1
-0
/
+82
2020-05-19
fscrypt: support test_dummy_encryption=v2
Eric Biggers
1
-7
/
+44
2020-05-13
fscrypt: remove unnecessary extern keywords
Eric Biggers
1
-73
/
+65
2020-05-13
fscrypt: name all function parameters
Eric Biggers
1
-21
/
+25
2020-05-13
fscrypt: fix all kerneldoc warnings
Eric Biggers
1
-7
/
+12
2020-03-20
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
1
-0
/
+6
2020-01-23
fscrypt: improve format of no-key names
Daniel Rosenberg
1
-75
/
+2
2020-01-23
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
1
-0
/
+10
2020-01-23
fscrypt: don't allow v1 policies with casefolding
Daniel Rosenberg
1
-0
/
+9
2019-12-31
fscrypt: introduce fscrypt_needs_contents_encryption()
Eric Biggers
1
-0
/
+20
2019-12-31
fscrypt: constify inode parameter to filename encryption functions
Eric Biggers
1
-3
/
+5
2019-11-06
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
1
-0
/
+3
2019-10-21
fscrypt: remove struct fscrypt_ctx
Eric Biggers
1
-32
/
+0
2019-08-13
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
Eric Biggers
1
-0
/
+8
2019-08-13
fscrypt: v2 encryption policy support
Eric Biggers
1
-1
/
+8
2019-08-13
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
Eric Biggers
1
-0
/
+7
2019-08-13
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
1
-0
/
+12
2019-08-13
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
1
-0
/
+14
2019-08-13
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
1
-2
/
+2
2019-08-13
fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
Eric Biggers
1
-0
/
+1
2019-05-28
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
1
-6
/
+6
2019-05-28
fscrypt: introduce fscrypt_decrypt_block_inplace()
Eric Biggers
1
-0
/
+11
2019-05-28
fscrypt: support encrypting multiple filesystem blocks per page
Eric Biggers
1
-8
/
+9
2019-05-28
fscrypt: introduce fscrypt_encrypt_block_inplace()
Eric Biggers
1
-0
/
+13
2019-05-28
fscrypt: remove the "write" part of struct fscrypt_ctx
Eric Biggers
1
-5
/
+2
2019-05-28
fscrypt: simplify bounce page handling
Eric Biggers
1
-12
/
+26
2019-05-13
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+11
2019-05-07
ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
Sascha Hauer
1
-0
/
+11
2019-04-17
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
1
-0
/
+5
2019-04-17
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
1
-10
/
+20
2019-04-17
fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
Eric Biggers
1
-0
/
+16
[next]