index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
fscrypt.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
fscrypt: support test_dummy_encryption=v2
Eric Biggers
2020-05-18
1
-7
/
+44
*
fscrypt: remove unnecessary extern keywords
Eric Biggers
2020-05-12
1
-73
/
+65
*
fscrypt: name all function parameters
Eric Biggers
2020-05-12
1
-21
/
+25
*
fscrypt: fix all kerneldoc warnings
Eric Biggers
2020-05-12
1
-7
/
+12
*
fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
Eric Biggers
2020-03-19
1
-0
/
+6
*
fscrypt: improve format of no-key names
Daniel Rosenberg
2020-01-22
1
-75
/
+2
*
fscrypt: derive dirhash key for casefolded directories
Daniel Rosenberg
2020-01-22
1
-0
/
+10
*
fscrypt: don't allow v1 policies with casefolding
Daniel Rosenberg
2020-01-22
1
-0
/
+9
*
fscrypt: introduce fscrypt_needs_contents_encryption()
Eric Biggers
2019-12-31
1
-0
/
+20
*
fscrypt: constify inode parameter to filename encryption functions
Eric Biggers
2019-12-31
1
-3
/
+5
*
fscrypt: add support for IV_INO_LBLK_64 policies
Eric Biggers
2019-11-06
1
-0
/
+3
*
fscrypt: remove struct fscrypt_ctx
Eric Biggers
2019-10-21
1
-32
/
+0
*
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
Eric Biggers
2019-08-12
1
-0
/
+8
*
fscrypt: v2 encryption policy support
Eric Biggers
2019-08-12
1
-1
/
+8
*
fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
Eric Biggers
2019-08-12
1
-0
/
+7
*
fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-12
1
-0
/
+12
*
fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
Eric Biggers
2019-08-12
1
-0
/
+14
*
fscrypt: rename keyinfo.c to keysetup.c
Eric Biggers
2019-08-12
1
-2
/
+2
*
fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
Eric Biggers
2019-08-12
1
-0
/
+1
*
fscrypt: support decrypting multiple filesystem blocks per page
Eric Biggers
2019-05-28
1
-6
/
+6
*
fscrypt: introduce fscrypt_decrypt_block_inplace()
Eric Biggers
2019-05-28
1
-0
/
+11
*
fscrypt: support encrypting multiple filesystem blocks per page
Eric Biggers
2019-05-28
1
-8
/
+9
*
fscrypt: introduce fscrypt_encrypt_block_inplace()
Eric Biggers
2019-05-28
1
-0
/
+13
*
fscrypt: remove the "write" part of struct fscrypt_ctx
Eric Biggers
2019-05-28
1
-5
/
+2
*
fscrypt: simplify bounce page handling
Eric Biggers
2019-05-28
1
-12
/
+26
*
Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-05-12
1
-0
/
+11
|
\
|
*
ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
Sascha Hauer
2019-05-07
1
-0
/
+11
*
|
fscrypt: cache decrypted symlink target in ->i_link
Eric Biggers
2019-04-17
1
-0
/
+5
*
|
fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext
Eric Biggers
2019-04-17
1
-10
/
+20
*
|
fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
Eric Biggers
2019-04-17
1
-0
/
+16
*
|
fscrypt: fix race allowing rename() and link() of ciphertext dentries
Eric Biggers
2019-04-17
1
-4
/
+5
*
|
fscrypt: clean up and improve dentry revalidation
Eric Biggers
2019-04-17
1
-4
/
+2
*
|
fscrypt: use READ_ONCE() to access ->i_crypt_info
Eric Biggers
2019-04-16
1
-1
/
+2
*
|
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
2019-04-16
1
-3
/
+2
|
/
*
fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
Eric Biggers
2019-01-23
1
-2
/
+2
*
fscrypt: remove filesystem specific build config option
Chandan Rajendra
2019-01-23
1
-8
/
+408
*
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
Eric Biggers
2018-01-11
1
-9
/
+0
*
fscrypt: new helper functions for ->symlink()
Eric Biggers
2018-01-11
1
-0
/
+64
*
fscrypt: trim down fscrypt.h includes
Eric Biggers
2018-01-11
1
-6
/
+0
*
fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
Eric Biggers
2018-01-11
1
-11
/
+0
*
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
Eric Biggers
2018-01-11
1
-14
/
+0
*
fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
Eric Biggers
2018-01-11
1
-18
/
+0
*
fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
Eric Biggers
2018-01-11
1
-8
/
+0
*
fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
Eric Biggers
2018-01-11
1
-15
/
+1
*
fscrypt: move fscrypt_control_page() to supp/notsupp headers
Eric Biggers
2018-01-11
1
-16
/
+2
*
fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
Eric Biggers
2018-01-11
1
-10
/
+0
*
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-14
1
-0
/
+1
*
fscrypt: new helper function - fscrypt_prepare_setattr()
Eric Biggers
2017-10-18
1
-0
/
+25
*
fscrypt: new helper function - fscrypt_prepare_lookup()
Eric Biggers
2017-10-18
1
-0
/
+28
*
fscrypt: new helper function - fscrypt_prepare_rename()
Eric Biggers
2017-10-18
1
-0
/
+33
[next]