开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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