This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 156c05917e09 Merge tag 'linux-kselftest-5.2-rc4' of git://git.kernel.or [...] new 1e504cf85ddd fs/adfs: factor out filename comparison new 525715d0161f fs/adfs: factor out filename case lowering new 411c49bcf32d fs/adfs: factor out object fixups new adb514a4e0f6 fs/adfs: factor out filename fixup new 2eb0684f9771 fs/adfs: remove truncated filename hashing new 5f8de4875c35 fs/adfs: move append_filetype_suffix() into adfs_object_fixup() new fc722a0429f4 fs/adfs: fix filename fixup handling for "/" and "//" names new 44e843eb5cc3 Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/ [...] new 66d4218f9902 xprtrdma: Use struct_size() in kzalloc() new ec6017d90359 SUNRPC fix regression in umount of a secure mount new 7987b694ade8 SUNRPC: Fix a use after free when a server rejects the RPC [...] new 52b042ab9948 NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wa [...] new ba851a39c970 NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handled new 459aa077a2f2 Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/proje [...] new 35d6fcbb7c3e fuse: fallocate: fix return with locked inode new 4a2abf99f9c2 fuse: add FUSE_WRITE_KILL_PRIV new a2bc92362941 fuse: fix copy_file_range() in the writeback case new 26eb3bae5003 fuse: extract helper for range writeback new 211758573b01 Merge tag 'fuse-fixes-5.2-rc4' of git://git.kernel.org/pub [...] new b21d9c435f93 ovl: support the FS_IOC_FS[SG]ETXATTR ioctls new 146d62e5a586 ovl: detect overlapping layers new 5d3211b651a0 ovl: doc: add non-standard corner cases new 5d6b501fe542 Merge tag 'ovl-fixes-5.2-rc4' of git://git.kernel.org/pub/ [...] new 638803d45681 Revert "gfs2: Replace gl_revokes with a GLF flag" new dc8ca9cc6e23 Merge tag 'gfs2-v5.2.fixes' of git://git.kernel.org/pub/sc [...] new d31d718528dd xfs: fix broken log reservation debugging new 025197ebb08a xfs: inode btree scrubber should calculate im_boffset correctly new 01047631df81 Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/sc [...]
The 28 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.txt | 16 ++- fs/adfs/adfs.h | 14 +-- fs/adfs/dir.c | 137 ++++++++++++++------------ fs/adfs/dir_f.c | 43 +++----- fs/adfs/dir_fplus.c | 24 +---- fs/fuse/file.c | 43 +++++--- fs/gfs2/glock.c | 4 +- fs/gfs2/incore.h | 2 +- fs/gfs2/log.c | 4 +- fs/gfs2/lops.c | 33 ++----- fs/gfs2/main.c | 1 + fs/gfs2/super.c | 2 +- fs/nfs/nfs4proc.c | 32 +++--- fs/overlayfs/file.c | 9 +- fs/overlayfs/inode.c | 48 +++++++++ fs/overlayfs/namei.c | 8 ++ fs/overlayfs/overlayfs.h | 3 + fs/overlayfs/ovl_entry.h | 6 ++ fs/overlayfs/super.c | 169 ++++++++++++++++++++++++++++---- fs/overlayfs/util.c | 12 +++ fs/xfs/scrub/ialloc.c | 3 +- fs/xfs/xfs_log.c | 11 ++- include/uapi/linux/fuse.h | 7 +- net/sunrpc/clnt.c | 30 +++--- net/sunrpc/xprtrdma/verbs.c | 3 +- 25 files changed, 430 insertions(+), 234 deletions(-)