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-- 5.2 KB
Makefile -rw-r--r-- 884 bytes
acl.h -rw-r--r-- 2.1 KB
auth.c -rw-r--r-- 2.1 KB
auth.h -rw-r--r-- 378 bytes
blocklayout.c -rw-r--r-- 11.1 KB
blocklayoutxdr.c -rw-r--r-- 5.2 KB
blocklayoutxdr.h -rw-r--r-- 1.4 KB
cache.h -rw-r--r-- 2.0 KB
current_stateid.h -rw-r--r-- 1.4 KB
export.c -rw-r--r-- 34.8 KB
export.h -rw-r--r-- 3.3 KB
fault_inject.c -rw-r--r-- 3.5 KB
filecache.c -rw-r--r-- 26.9 KB
filecache.h -rw-r--r-- 2.4 KB
flexfilelayout.c -rw-r--r-- 3.4 KB
flexfilelayoutxdr.c -rw-r--r-- 2.7 KB
flexfilelayoutxdr.h -rw-r--r-- 1.1 KB
idmap.h -rw-r--r-- 2.3 KB
lockd.c -rw-r--r-- 1.7 KB
netns.h -rw-r--r-- 5.2 KB
nfs2acl.c -rw-r--r-- 9.4 KB
nfs3acl.c -rw-r--r-- 7.0 KB
nfs3proc.c -rw-r--r-- 24.5 KB
nfs3xdr.c -rw-r--r-- 33.7 KB
nfs4acl.c -rw-r--r-- 21.8 KB
nfs4callback.c -rw-r--r-- 34.0 KB
nfs4idmap.c -rw-r--r-- 16.6 KB
nfs4layouts.c -rw-r--r-- 18.6 KB
nfs4proc.c -rw-r--r-- 93.3 KB
nfs4recover.c -rw-r--r-- 50.4 KB
nfs4state.c -rw-r--r-- 197.1 KB
nfs4xdr.c -rw-r--r-- 139.9 KB
nfscache.c -rw-r--r-- 16.8 KB
nfsctl.c -rw-r--r-- 39.1 KB
nfsd.h -rw-r--r-- 18.9 KB
nfsfh.c -rw-r--r-- 19.3 KB
nfsfh.h -rw-r--r-- 8.0 KB
nfsproc.c -rw-r--r-- 23.3 KB
nfssvc.c -rw-r--r-- 26.9 KB
nfsxdr.c -rw-r--r-- 16.0 KB
pnfs.h -rw-r--r-- 2.7 KB
state.h -rw-r--r-- 23.3 KB
stats.c -rw-r--r-- 3.5 KB
stats.h -rw-r--r-- 2.8 KB
trace.c -rw-r--r-- 84 bytes
trace.h -rw-r--r-- 29.1 KB
vfs.c -rw-r--r-- 58.2 KB
vfs.h -rw-r--r-- 5.8 KB
xdr.h -rw-r--r-- 3.9 KB
xdr3.h -rw-r--r-- 7.2 KB
xdr4.h -rw-r--r-- 25.0 KB
xdr4cb.h -rw-r--r-- 1.8 KB

back to top