Revision cd358208d703fca446b52f3cf8f23c18f9e7705e authored by Linus Torvalds on 31 August 2021, 17:01:14 UTC, committed by Linus Torvalds on 31 August 2021, 17:01:14 UTC
Pull fscrypt updates from Eric Biggers:
 "Some small fixes and cleanups for fs/crypto/:

   - Fix ->getattr() for ext4, f2fs, and ubifs to report the correct
     st_size for encrypted symlinks

   - Use base64url instead of a custom Base64 variant

   - Document struct fscrypt_operations"

* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt:
  fscrypt: document struct fscrypt_operations
  fscrypt: align Base64 encoding with RFC 4648 base64url
  fscrypt: remove mention of symlink st_size quirk from documentation
  ubifs: report correct st_size for encrypted symlinks
  f2fs: report correct st_size for encrypted symlinks
  ext4: report correct st_size for encrypted symlinks
  fscrypt: add fscrypt_symlink_getattr() for computing st_size
2 parent s 87045e6 + 38ef66b
History
File Mode Size
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 335 bytes
bio.c -rw-r--r-- 5.2 KB
crypto.c -rw-r--r-- 12.5 KB
fname.c -rw-r--r-- 19.6 KB
fscrypt_private.h -rw-r--r-- 18.0 KB
hkdf.c -rw-r--r-- 5.1 KB
hooks.c -rw-r--r-- 13.2 KB
inline_crypt.c -rw-r--r-- 11.0 KB
keyring.c -rw-r--r-- 33.1 KB
keysetup.c -rw-r--r-- 22.3 KB
keysetup_v1.c -rw-r--r-- 9.3 KB
policy.c -rw-r--r-- 24.6 KB

back to top