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
/
fs
/
crypto
/
fscrypt_private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
Eric Biggers
1
-6
/
+5
2019-05-28
fscrypt: simplify bounce page handling
Eric Biggers
1
-3
/
+1
2019-01-24
fscrypt: remove filesystem specific build config option
Chandan Rajendra
1
-1
/
+0
2019-01-06
fscrypt: add Adiantum support
Eric Biggers
1
-6
/
+61
2018-09-04
crypto: speck - remove Speck
Jason A. Donenfeld
1
-4
/
+0
2018-06-11
Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
1
-1
/
+0
2018-05-20
fscrypt: add Speck128/256 support
Eric Biggers
1
-0
/
+4
2018-05-20
fscrypt: use a common logging function
Eric Biggers
1
-0
/
+8
2018-05-20
fscrypt: remove internal key size constants
Eric Biggers
1
-9
/
+1
2018-05-20
fscrypt: clean up after fscrypt_prepare_lookup() conversions
Eric Biggers
1
-0
/
+1
2018-05-03
fscrypt: allow synchronous bio decryption
Eric Biggers
1
-1
/
+0
2018-01-12
fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
Eric Biggers
1
-0
/
+3
2018-01-12
fscrypt: calculate NUL-padding length in one place only
Eric Biggers
1
-2
/
+2
2018-01-12
fscrypt: move fscrypt_symlink_data to fscrypt_private.h
Eric Biggers
1
-0
/
+9
2018-01-12
fscrypt: new helper functions for ->symlink()
Eric Biggers
1
-0
/
+4
2018-01-12
fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
Eric Biggers
1
-0
/
+14
2018-01-12
fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
Eric Biggers
1
-0
/
+1
2017-11-14
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2017-11-14
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-10
/
+0
2017-11-03
fscrypt: move to generic async completion
Gilad Ben-Yossef
1
-10
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-19
fscrypt: clean up include file mess
Dave Chinner
1
-1
/
+2
2017-06-24
fscrypt: add support for AES-128-CBC
Daniel Walter
1
-1
/
+8
2017-05-04
fscrypt: introduce helper function for filename matching
Eric Biggers
1
-2
/
+0
2017-04-30
fscrypt: Move key structure and constants to uapi
Joe Richey
1
-11
/
+0
2017-03-15
fscrypt: remove broken support for detecting keyring key revocation
Eric Biggers
1
-4
/
+0
2017-02-07
fscrypt: properly declare on-stack completion
Richard Weinberger
1
-1
/
+1
2017-02-07
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
1
-1
/
+1
2017-01-02
fscrypt: factor out bio specific functions
Richard Weinberger
1
-1
/
+15
2016-12-12
fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL
David Gstir
1
-1
/
+1
2016-12-12
fscrypt: Delay bounce page pool allocation until needed
David Gstir
1
-1
/
+1
2016-12-12
fscrypt: move non-public structures and constants to fscrypt_private.h
Theodore Ts'o
1
-0
/
+71
2016-12-12
fscrypt: unexport fscrypt_initialize()
Theodore Ts'o
1
-0
/
+3
2016-12-12
fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()
Theodore Ts'o
1
-0
/
+19