This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 54a4c789ca80 Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/l [...] new de881df97768 f2fs: support zone capacity less than zone size new e90027d23aec f2fs: remove duplicated type casting new 376207af4bf8 f2fs: compress: remove unneeded code new d0b9e42ab615 f2fs: introduce inmem curseg new 6f3a01ae9b72 f2fs: record average update time of segment new c5d02785c59d f2fs: inherit mtime of original block during GC new 2e9b2bb250d5 f2fs: support 64-bits key in f2fs rb-tree node entry new 17d7648d9ce0 f2fs: fix compile warning new e6c3948de2f8 f2fs: compress: use more readable atomic_t type for {cic,dic}.ref new 3d7bfea8b837 unicode: Add utf8_casefold_hash new c843843e714c fs: Add standard casefolding support new eca4873ee1b6 f2fs: Use generic casefolding support new 568d2a1e37b2 f2fs: point man pages for some f2fs utils new 093749e296e2 f2fs: support age threshold based garbage collection new 4cb03fecd3ff f2fs: Simplify SEEK_DATA implementation new 335cac8b25fd f2fs: correct statistic of APP_DIRECT_IO/APP_DIRECT_READ_IO new aad1383cbf08 f2fs: check position in move range ioctl new 4eda1682cd0b f2fs: add block address limit check to compressed file new ae999bb9a339 f2fs: change compr_blocks of superblock info to 64bit new 0e2b7385cb59 f2fs: allocate proper size memory for zstd decompress new ca313c82d151 f2fs: Documentation edits/fixes new 69c0dd29f752 f2fs: ignore compress mount option on image w/o compressio [...] new 32c0fec1aa85 f2fs: trace: fix typo new c2759ebaf7e8 f2fs: change i_compr_blocks of inode to atomic value new 78134d03511e f2fs: change return value of f2fs_disable_compressed_file to bool new 6fcaebac6667 f2fs: change virtual mapping way for compression pages new c8eb702484ed f2fs: clean up kvfree new 4470eb287311 f2fs: change return value of reserved_segments to unsigned int new 9b6648228288 f2fs: add trace exit in exception path new 07eb1d699452 f2fs: do sanity check on zoned block device path new d0660122dced f2fs: relocate blkzoned feature check new e6e421870b5f f2fs: remove unused check on version_bitmap new d89f58913016 f2fs: remove duplicated code in sanity_check_area_boundary new f99ba9add67c f2fs: fix wrong total_sections check and fsmeta check new 17f930e0a649 f2fs: remove unneeded parameter in find_in_block() new 6d7ab88a98c1 f2fs: fix uninit-value in f2fs_lookup new 6a257471fa42 f2fs: fix to check segment boundary during SIT page readahead new 3a22e9ac7158 f2fs: fix to do sanity check on segment/section count new 31083031709e f2fs: compress: introduce page array slab cache new c68d6c883022 f2fs: compress: introduce cic/dic slab cache new 519a5a2f37b8 f2fs: compress: fix to disallow enabling compress on non-e [...] new adfc694330d3 f2fs: fix slab leak of rpages pointer new 48046cb55d20 f2fs: fix memory alignment to support 32bit new f6322f3f1212 f2fs: reject CASEFOLD inode flag without casefold feature new d662fad143c0 f2fs: fix to set SBI_NEED_FSCK flag for inconsistent inode new 86f33603f8c5 f2fs: handle errors of f2fs_get_meta_page_nofail new 6ed29fe1cac9 f2fs: don't issue flush in f2fs_flush_device_cache() for n [...] new af4b6b8edf6a f2fs: introduce check_swap_activate_fast() new 8c8cf26ae302 f2fs: fix writecount false positive in releasing compress blocks new ae284d87abad f2fs: wait for sysfs kobject removal before freeing f2fs_sb_info new 788e96d1d399 f2fs: code cleanup by removing unnecessary check new 7a3dadedc82e Merge tag 'f2fs-for-5.10-rc1' of git://git.kernel.org/pub/ [...] new 92e3cc91d8f5 afs: Fix rapid cell addition/removal by not using RCU on c [...] new 88c853c3f5c0 afs: Fix cell refcounting by splitting the usage counter new 286377f6bdf7 afs: Fix cell purging with aliases new 1d0e850a49a5 afs: Fix cell removal new dca54a7bbb8c afs: Add tracing for cell refcount and active user count new 7530d3eb3dcf afs: Don't assert on unpurgeable server records new fad70111d57e Merge tag 'afs-fixes-20201016' of git://git.kernel.org/pub [...] new 235ce9ed96bc ovl: check for incompatible features in work dir new c86243b090bc ovl: provide a mount option "volatile" new fee0f2980a2e duplicate ovl_getxattr() new de7a52c9c60b ovl: clean up ovl_getxattr() in copy_up.c new 92f0d6c9cfcf ovl: fold ovl_getxattr() into ovl_get_redirect_xattr() new d5dc7486e8c6 ovl: use ovl_do_getxattr() for private xattr new 7109704705a4 ovl: adhere to the vfs_ vs. ovl_do_ conventions for xattrs new 26150ab5eae1 ovl: drop flags argument from ovl_do_setxattr() new 610afc0bd408 ovl: pass ovl_fs down to functions accessing private xattrs new 43d193f8440d ovl: enumerate private xattrs new 8f6ee74c2786 ovl: rearrange ovl_can_list() new 61536bed2149 ovl: support [S|G]ETFLAGS and FS[S|G]ETXATTR ioctls for di [...] new be4df0cea08a ovl: use generic vfs_ioc_setflags_prepare() helper new 071a0578b0ce Merge tag 'ovl-update-5.10' of git://git.kernel.org/pub/sc [...]
The 73 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/ABI/testing/sysfs-fs-f2fs | 3 +- Documentation/filesystems/f2fs.rst | 82 ++++- Documentation/filesystems/overlayfs.rst | 19 ++ fs/afs/cell.c | 328 ++++++++++++-------- fs/afs/dynroot.c | 23 +- fs/afs/internal.h | 20 +- fs/afs/main.c | 2 +- fs/afs/mntpt.c | 4 +- fs/afs/proc.c | 23 +- fs/afs/server.c | 7 +- fs/afs/super.c | 18 +- fs/afs/vl_alias.c | 8 +- fs/afs/vl_rotate.c | 2 +- fs/afs/volume.c | 6 +- fs/f2fs/acl.c | 6 +- fs/f2fs/checkpoint.c | 17 +- fs/f2fs/compress.c | 242 +++++++++++---- fs/f2fs/data.c | 119 +++++++- fs/f2fs/debug.c | 18 +- fs/f2fs/dir.c | 109 ++----- fs/f2fs/extent_cache.c | 37 ++- fs/f2fs/f2fs.h | 118 +++++--- fs/f2fs/file.c | 88 +++--- fs/f2fs/gc.c | 413 +++++++++++++++++++++++-- fs/f2fs/gc.h | 69 ++++- fs/f2fs/inline.c | 4 +- fs/f2fs/inode.c | 21 +- fs/f2fs/namei.c | 2 +- fs/f2fs/node.c | 7 +- fs/f2fs/segment.c | 522 ++++++++++++++++++++++++++------ fs/f2fs/segment.h | 71 +++-- fs/f2fs/super.c | 168 +++++++--- fs/f2fs/sysfs.c | 22 +- fs/f2fs/xattr.c | 8 +- fs/libfs.c | 87 ++++++ fs/overlayfs/copy_up.c | 59 +++- fs/overlayfs/dir.c | 2 +- fs/overlayfs/export.c | 2 +- fs/overlayfs/file.c | 88 +++--- fs/overlayfs/inode.c | 32 +- fs/overlayfs/namei.c | 57 ++-- fs/overlayfs/overlayfs.h | 92 ++++-- fs/overlayfs/ovl_entry.h | 6 + fs/overlayfs/readdir.c | 76 ++++- fs/overlayfs/super.c | 117 +++++-- fs/overlayfs/util.c | 96 +++--- fs/unicode/utf8-core.c | 23 +- include/linux/f2fs_fs.h | 3 - include/linux/fs.h | 16 + include/linux/unicode.h | 3 + include/trace/events/afs.h | 109 +++++++ include/trace/events/f2fs.h | 10 +- 52 files changed, 2619 insertions(+), 865 deletions(-)