This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d42f323a7df0 Merge branch 'akpm' (patches from Andrew) new 1f0cb8bcc7f9 ovl: plumb through flush method new e21a6c57e390 ovl: check that upperdir path is not on a read-only mount new b0e0f69731cd ovl: restrict lower null uuid for "xino=auto" new eaab1d45cdb4 ovl: fix leaked dentry new 7b279bbfd2b2 ovl: fix missing revert_creds() on error path new d7b49b10d5a9 ovl: fix error for ovl_fill_super() new c68e7ec53a53 ovl: remove ovl_map_dev_ino() return value new 568edee485a4 ovl: do not copy attr several times new 597534e7bcfa ovl: fix misspellings using codespell tool new f48bbfb20e1f ovl: trivial typo fixes in the file inode.c new 321b46b90481 ovl: show "userxattr" in the mount data new 708fa01597fa ovl: allow upperdir inside lowerdir new 65cd913ec9d9 ovl: invalidate readdir cache on changes to dir with origin new 5e717c6fa41f ovl: add debug print to ovl_do_getxattr() new d652502ef468 Merge tag 'ovl-update-5.13' of git://git.kernel.org/pub/sc [...] new 4f06dd92b5d0 fuse: fix write deadlock new 4b91459ad283 fuse: fix typo for fuse_conn.max_pages comment new a73d47f57792 fuse: don't zero pages twice new aa6ff555f0e6 fuse: fix a typo new 6076f5f341e6 fuse: fix matching of FUSE_DEV_IOC_CLONE command new 52a4c95f4d24 fuse: extend FUSE_SETXATTR request new 550a7d3bc0c4 fuse: add a flag FUSE_SETXATTR_ACL_KILL_SGID to kill SGID new 3466958beb31 fuse: invalidate attrs when page writeback completes new c79c5e017892 virtiofs: fix memory leak in virtio_fs_probe() new a7f0d7aab0b4 virtiofs: split requests that exceed virtqueue size new 07595bfa24ce virtiofs: remove useless function new 0a7419c68a45 virtiofs: fix userns new 8217673d0725 cuse: prevent clone new 3c9c14338c12 cuse: simplify refcount new 9ec1efbf9ded Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/s [...] new 92c48950b43f fs: dlm: fix debugfs dump new e125fbeb538e fs: dlm: fix mark setting deadlock new b30a624f50d9 fs: dlm: set connected bit after accept new e9a470acd930 fs: dlm: set subclass for othercon sock_mutex new 8aa9540b49e0 fs: dlm: add errno handling to check callback new 517461630d1c fs: dlm: add check if dlm is currently running new c45674fbdda1 fs: dlm: change allocation limits new e1a7cbce53f6 fs: dlm: use GFP_ZERO for page buffer new f0747ebf48f3 fs: dlm: simplify writequeue handling new 710176e8363f fs: dlm: check on minimum msglen size new df9e06b800ed fs: dlm: remove unaligned memory access handling new eec054b5a7cf fs: dlm: flush swork on shutdown new 9d232469bcd7 fs: dlm: add shutdown hook new 2fd8db2dd05d fs: dlm: fix missing unlock on error in accept_from_sock() new 6bab076a3d2f Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux [...] new 4d93874b9e9c ext4: use memcpy_from_page() in pagecache_read() new bd256fda92ef ext4: use memcpy_to_page() in pagecache_write() new d699ae4fc274 ext4: updated locking documentation for journal_t new 3042b1b45c41 Updated locking documentation for transaction_t new 6b3caab4ba9b ext4: delete some unused tracepoint definitions new 400086d7c113 ext4: remove unnecessary braces in fs/ext4/dir.c new 471fbbea7ff7 ext4: handle casefolding with encryption new 1ae98e295fa2 ext4: optimize match for casefolded encrypted dirs new d556435156b7 jbd2: avoid -Wempty-body warnings new a149d2a5cabb ext4: fix check to prevent false positive report of incorr [...] new 67d251860461 ext4: drop s_mb_bal_lock and convert protected fields to atomic new b237e3044450 ext4: add ability to return parsed options from parse_options new a6c75eaf1103 ext4: add mballoc stats proc file new 4b68f6df1059 ext4: add MB_NUM_ORDERS macro new 196e402adf2e ext4: improve cr 0 / cr 1 group scanning new f68f40638559 ext4: add proc files to monitor new structures new 21175ca434c5 ext4: make prefetch_block_bitmaps default new 72ffb49a7b62 ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() new 3cd461712cb4 ext4: delete redundant uptodate check for buffer new ac2f7ca51b09 ext4: always panic when errors=panic is specified new f88f1466e2a2 ext4: fix error code in ext4_commit_super new 6810fad956df ext4: fix ext4_error_err save negative errno into superblock new 3b1833e92bab ext4: annotate data race in start_this_handle() new 83fe6b18b8d0 ext4: annotate data race in jbd2_journal_dirty_metadata() new e1262cd2e68a ext4: fix error return code in ext4_fc_perform_commit() new 3088e5a5153c ext4: fix various seppling typos new 666245d9a436 ext4: fix trailing whitespace new fcdf3c34b7ab ext4: fix debug format string warning new 4811d9929cda ext4: allow the dax flag to be set and cleared on inline d [...] new 5afa7e8b70d6 fs: fix reporting supported extra file attributes for statx() new 5899593f51e6 ext4: Fix occasional generic/418 failure new 6c0912739699 ext4: wipe ext4_dir_entry2 upon file deletion new 9f67672a817e Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm [...]
The 78 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/filesystems/ext4/directory.rst | 27 ++ Documentation/filesystems/overlayfs.rst | 26 +- fs/dlm/config.c | 86 ++-- fs/dlm/config.h | 1 - fs/dlm/debug_fs.c | 1 + fs/dlm/lock.c | 2 - fs/dlm/lockspace.c | 20 +- fs/dlm/lowcomms.c | 194 +++++---- fs/dlm/lowcomms.h | 5 + fs/dlm/midcomms.c | 33 +- fs/dlm/rcom.c | 2 - fs/ext4/balloc.c | 2 +- fs/ext4/dir.c | 41 +- fs/ext4/ext4.h | 107 ++++- fs/ext4/fast_commit.c | 8 +- fs/ext4/file.c | 25 +- fs/ext4/hash.c | 25 +- fs/ext4/ialloc.c | 51 ++- fs/ext4/indirect.c | 2 +- fs/ext4/inline.c | 27 +- fs/ext4/inode.c | 8 +- fs/ext4/ioctl.c | 6 + fs/ext4/mballoc.c | 592 +++++++++++++++++++++++++-- fs/ext4/mballoc.h | 24 +- fs/ext4/migrate.c | 6 +- fs/ext4/mmp.c | 2 +- fs/ext4/namei.c | 245 ++++++++--- fs/ext4/super.c | 116 ++++-- fs/ext4/sysfs.c | 8 + fs/ext4/verity.c | 10 +- fs/ext4/xattr.c | 2 +- fs/fuse/acl.c | 7 +- fs/fuse/cuse.c | 12 +- fs/fuse/dev.c | 7 +- fs/fuse/file.c | 71 ++-- fs/fuse/fuse_i.h | 13 +- fs/fuse/inode.c | 7 +- fs/fuse/virtio_fs.c | 28 +- fs/fuse/xattr.c | 9 +- fs/jbd2/recovery.c | 5 +- fs/jbd2/transaction.c | 15 +- fs/overlayfs/copy_up.c | 3 +- fs/overlayfs/file.c | 21 + fs/overlayfs/inode.c | 18 +- fs/overlayfs/namei.c | 1 + fs/overlayfs/overlayfs.h | 37 +- fs/overlayfs/readdir.c | 12 - fs/overlayfs/super.c | 66 ++- fs/overlayfs/util.c | 33 +- fs/stat.c | 8 + include/linux/jbd2.h | 33 +- include/trace/events/ext4.h | 176 -------- include/uapi/linux/fuse.h | 14 + 53 files changed, 1593 insertions(+), 707 deletions(-)