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-- 4.1 KB
Makefile -rw-r--r-- 448 bytes
acl.c -rw-r--r-- 9.5 KB
acl.h -rw-r--r-- 1.1 KB
checkpoint.c -rw-r--r-- 46.0 KB
compress.c -rw-r--r-- 43.6 KB
data.c -rw-r--r-- 99.4 KB
debug.c -rw-r--r-- 21.6 KB
dir.c -rw-r--r-- 28.3 KB
extent_cache.c -rw-r--r-- 20.5 KB
f2fs.h -rw-r--r-- 140.6 KB
file.c -rw-r--r-- 105.3 KB
gc.c -rw-r--r-- 51.5 KB
gc.h -rw-r--r-- 4.9 KB
hash.c -rw-r--r-- 3.0 KB
inline.c -rw-r--r-- 18.7 KB
inode.c -rw-r--r-- 25.1 KB
namei.c -rw-r--r-- 31.8 KB
node.c -rw-r--r-- 78.5 KB
node.h -rw-r--r-- 12.0 KB
recovery.c -rw-r--r-- 21.0 KB
segment.c -rw-r--r-- 136.4 KB
segment.h -rw-r--r-- 27.7 KB
shrinker.c -rw-r--r-- 3.1 KB
super.c -rw-r--r-- 115.9 KB
sysfs.c -rw-r--r-- 36.0 KB
verity.c -rw-r--r-- 8.1 KB
xattr.c -rw-r--r-- 19.9 KB
xattr.h -rw-r--r-- 5.2 KB

back to top