This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 42612e776331 Merge tag 'f2fs-for-5.8' of git://git.kernel.org/pub/scm/l [...] new 2ca068be09bf afs: Fix memory leak in afs_put_sysnames() new 5749ce92c4b7 afs: Fix file locking new 9ca0652596bd afs: Fix use of BUG() new fed79fd78340 afs: Fix debugging statements with %px to be %p new 4a06fa540383 afs: Remove afs_zero_fid as it's not used new c68421bbad75 afs: Make afs_zap_data() static new 4964dd29140a Merge tag 'afs-fixes-20200609' of git://git.kernel.org/pub [...] new b0def88d807f ovl: resolve more conflicting mount options new 3011645b5b06 ovl: cleanup non-empty directories in ovl_indexdir_cleanup() new 773cb4c56b1b ovl: prepare to copy up without workdir new 62a8a85be835 ovl: index dir act as work dir new 32b1924b210a ovl: skip overlayfs superblocks at global sync new 654255fa205c ovl: inherit SB_NOSEC flag from upperdir new c21c839b8448 ovl: whiteout inode sharing new 399c109d357a ovl: sync dirty data when remounting to ro mode new 144da23beab8 ovl: return required buffer size for file handles new 522f6e6cba68 ovl: fix out of bounds access warning in ovl_check_fb_len() new 59fb20138a9b ovl: simplify setting of origin for index lookup new 6815f479ca90 ovl: use only uppermetacopy state in ovl_lookup() new 28166ab3c875 ovl: initialize OVL_UPPERDATA in ovl_lookup() new 21d8d66abffb ovl: fix redirect traversal on metacopy dentries new 130fdbc3d1f9 ovl: pass correct flags for opening real directory new 48bd024b8a40 ovl: switch to mounter creds in readdir new 56230d956739 ovl: verify permissions in ovl_path_open() new 292f902a40c1 ovl: call secutiry hook in ovl_real_ioctl() new 05acefb4872d ovl: check permission to open real file new 1434a65ea625 ovl: drop negative dentry in upper layer new 520da69d265a ovl: initialize error in ovl_copy_xattr new 08f4c7c86d4c ovl: add accessor for ofs->upper_mnt new b8e42a651bde ovl: get rid of redundant members in struct ovl_fs new df820f8de4e4 ovl: make private mounts longterm new b778e1ee1afe ovl: only pass ->ki_flags to ovl_iocb_to_rwf() new 74c6e384e991 ovl: make oip->index bool new 2068cf7dfbc6 ovl: remove unnecessary lock check new 52435c86bf0f Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm [...] new bb737bbe48be virtiofs: schedule blocking async replies in separate worker new a5d8422cc959 virtiofs: Add mount option and atime behavior to the doc new 0e9fb6f17ad5 fuse: BUG_ON correction in fuse_dev_splice_write() new 75d892588e95 fuse: Update stale comment in queue_interrupt() new cf576c58b3a2 fuse: invalidate inode attr in writeback cache mode new 614c026e8a46 fuse: always flush dirty data on close(2) new 5157da2ca42c fuse: always allow query of st_dev new 7fd3abfa8dd7 virtiofs: do not use fuse_fill_super_common() for device i [...] new 00589386172a fuse: use dump_page new a5005c3cda6e fuse: fix weird page warning new 32f98877c57b fuse: don't check refcount after stealing page new 5ddd9ced9aef fuse: update attr_version counter on fuse_notify_inval_inode() new 6b2fb79963fb fuse: optimize writepages search new 2c4656dfd994 fuse: fix copy_file_range cache issues new 9b46418c40fe fuse: copy_file_range should truncate cache new 5b14671be58d Merge tag 'fuse-update-5.8' of git://git.kernel.org/pub/sc [...]
The 51 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/overlayfs.rst | 7 +- Documentation/filesystems/porting.rst | 7 + Documentation/filesystems/virtiofs.rst | 14 ++ fs/afs/dir.c | 2 +- fs/afs/flock.c | 2 +- fs/afs/inode.c | 2 +- fs/afs/internal.h | 2 - fs/afs/proc.c | 1 + fs/afs/vl_alias.c | 5 +- fs/afs/yfsclient.c | 2 - fs/fuse/dev.c | 14 +- fs/fuse/dir.c | 12 +- fs/fuse/file.c | 120 ++++++++++++---- fs/fuse/fuse_i.h | 3 +- fs/fuse/inode.c | 26 +++- fs/fuse/virtio_fs.c | 115 +++++++++------ fs/namespace.c | 16 +++ fs/overlayfs/copy_up.c | 9 +- fs/overlayfs/dir.c | 51 +++++-- fs/overlayfs/export.c | 24 ++-- fs/overlayfs/file.c | 28 +++- fs/overlayfs/inode.c | 17 +-- fs/overlayfs/namei.c | 138 ++++++++++-------- fs/overlayfs/overlayfs.h | 11 +- fs/overlayfs/ovl_entry.h | 10 +- fs/overlayfs/readdir.c | 57 ++++++-- fs/overlayfs/super.c | 243 +++++++++++++++++++++----------- fs/overlayfs/util.c | 36 ++++- fs/sync.c | 3 +- include/linux/fs.h | 2 + include/linux/mount.h | 2 + security/security.c | 1 + 32 files changed, 666 insertions(+), 316 deletions(-)