index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2019-04-17
fscrypt: fix race allowing rename() and link() of ciphertext dentries
Eric Biggers
1
-4
/
+5
2019-04-17
fscrypt: clean up and improve dentry revalidation
Eric Biggers
1
-4
/
+2
2019-04-17
fscrypt: use READ_ONCE() to access ->i_crypt_info
Eric Biggers
1
-1
/
+2
2019-04-17
fscrypt: drop inode argument from fscrypt_get_ctx()
Eric Biggers
1
-3
/
+2
2019-01-24
fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
Eric Biggers
1
-2
/
+2
2019-01-24
fscrypt: remove filesystem specific build config option
Chandan Rajendra
1
-8
/
+408
2018-01-12
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
Eric Biggers
1
-9
/
+0
2018-01-12
fscrypt: new helper functions for ->symlink()
Eric Biggers
1
-0
/
+64
2018-01-12
fscrypt: trim down fscrypt.h includes
Eric Biggers
1
-6
/
+0
2018-01-12
fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
Eric Biggers
1
-11
/
+0
2018-01-12
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
Eric Biggers
1
-14
/
+0
2018-01-12
fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
Eric Biggers
1
-18
/
+0
2018-01-12
fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
Eric Biggers
1
-8
/
+0
2018-01-12
fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
Eric Biggers
1
-15
/
+1
2018-01-12
fscrypt: move fscrypt_control_page() to supp/notsupp headers
Eric Biggers
1
-16
/
+2
2018-01-12
fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
Eric Biggers
1
-10
/
+0
2017-11-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+294
2017-10-19
fscrypt: new helper function - fscrypt_prepare_setattr()
Eric Biggers
1
-0
/
+25
2017-10-19
fscrypt: new helper function - fscrypt_prepare_lookup()
Eric Biggers
1
-0
/
+28
2017-10-19
fscrypt: new helper function - fscrypt_prepare_rename()
Eric Biggers
1
-0
/
+33
2017-10-19
fscrypt: new helper function - fscrypt_prepare_link()
Eric Biggers
1
-0
/
+27
2017-10-19
fscrypt: new helper function - fscrypt_require_key()
Eric Biggers
1
-0
/
+25
2017-10-19
fscrypt: remove ->is_encrypted()
Eric Biggers
1
-1
/
+0
2017-10-19
fscrypt: clean up include file mess
Dave Chinner
1
-0
/
+156