index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
crypto_fname.c
Age
Commit message (
Expand
)
Author
2015-07-28
ext4 crypto: remove duplicate header file
zilong.liu
2015-07-17
ext4 crypto: check for too-short encrypted file names
Theodore Ts'o
2015-05-31
ext4 crypto: allocate the right amount of memory for the on-disk symlink
Theodore Ts'o
2015-05-31
ext4 crypto: clean up error handling in ext4_fname_setup_filename
Theodore Ts'o
2015-05-31
ext4 crypto: use per-inode tfm structure
Theodore Ts'o
2015-05-18
ext4 crypto: get rid of ci_mode from struct ext4_crypt_info
Theodore Ts'o
2015-05-18
ext4 crypto: reorganize how we store keys in the inode
Theodore Ts'o
2015-05-18
ext4 crypto: separate kernel and userspace structure for the key
Theodore Ts'o
2015-05-18
ext4 crypto: don't allocate a page when encrypting/decrypting file names
Theodore Ts'o
2015-05-18
ext4 crypto: optimize filename encryption
Theodore Ts'o
2015-05-01
ext4 crypto: add padding to filenames before encrypting
Theodore Ts'o
2015-05-01
ext4 crypto: simplify and speed up filename encryption
Theodore Ts'o
2015-04-12
ext4 crypto: filename encryption facilities
Michael Halcrow