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
include
ss
.gitignore -rw-r--r-- 65 bytes
Kconfig -rw-r--r-- 4.5 KB
Makefile -rw-r--r-- 986 bytes
avc.c -rw-r--r-- 31.7 KB
hooks.c -rw-r--r-- 192.1 KB
ibpkey.c -rw-r--r-- 5.6 KB
ima.c -rw-r--r-- 2.9 KB
netif.c -rw-r--r-- 6.7 KB
netlabel.c -rw-r--r-- 15.8 KB
netlink.c -rw-r--r-- 2.3 KB
netnode.c -rw-r--r-- 7.5 KB
netport.c -rw-r--r-- 5.8 KB
nlmsgtab.c -rw-r--r-- 8.5 KB
selinuxfs.c -rw-r--r-- 53.5 KB
status.c -rw-r--r-- 3.3 KB
xfrm.c -rw-r--r-- 11.3 KB

back to top