This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a1ca8e7147d0 Merge tag 'fs_for_v5.15-rc1' of git://git.kernel.org/pub/s [...] new 9608703e488c mm: Fix comments mentioning i_mutex new c625b4cc57d0 documentation: Sync file_operations members with reality new 730633f0b7f9 mm: Protect operations adding pages to page cache with inv [...] new 7506ae6a7033 mm: Add functions to lock invalidate_lock for two mappings new d4f5258eae7b ext4: Convert to use mapping->invalidate_lock new 70f3bad8c315 ext2: Convert to using invalidate_lock new e31cbde7ecdc xfs: Refactor xfs_isilocked() new 2433480a7e1d xfs: Convert to use invalidate_lock new d2c292d84c49 xfs: Convert double locking of MMAPLOCK to use VFS helpers new 448f94909eb7 zonefs: Convert to using invalidate_lock new edc6d01bad73 f2fs: Convert to using invalidate_lock new 8bcbbe9c7c8e fuse: Convert to using invalidate_lock new 057ba5b24532 ceph: Fix race between hole punch and page fault new b092b3efc7cb cifs: Fix race between hole punch and page fault new 7882c55ef64a filesystems/locking: fix Malformed table warning new aa99f3c2b9c7 Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.o [...]
The 16 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/locking.rst | 79 ++++++++++++------ fs/ceph/addr.c | 9 ++- fs/ceph/file.c | 2 + fs/cifs/smb2ops.c | 2 + fs/ext2/ext2.h | 11 --- fs/ext2/file.c | 7 +- fs/ext2/inode.c | 12 +-- fs/ext2/super.c | 3 - fs/ext4/ext4.h | 10 --- fs/ext4/extents.c | 25 +++--- fs/ext4/file.c | 13 +-- fs/ext4/inode.c | 47 ++++------- fs/ext4/ioctl.c | 4 +- fs/ext4/super.c | 13 ++- fs/ext4/truncate.h | 8 +- fs/f2fs/data.c | 8 +- fs/f2fs/f2fs.h | 1 - fs/f2fs/file.c | 62 +++++++-------- fs/f2fs/super.c | 1 - fs/fuse/dax.c | 50 ++++++------ fs/fuse/dir.c | 11 +-- fs/fuse/file.c | 10 +-- fs/fuse/fuse_i.h | 7 -- fs/fuse/inode.c | 1 - fs/inode.c | 2 + fs/xfs/xfs_bmap_util.c | 15 ++-- fs/xfs/xfs_file.c | 13 +-- fs/xfs/xfs_inode.c | 121 ++++++++++++++-------------- fs/xfs/xfs_inode.h | 3 +- fs/xfs/xfs_super.c | 2 - fs/zonefs/super.c | 23 ++---- fs/zonefs/zonefs.h | 7 +- include/linux/fs.h | 39 +++++++++ mm/filemap.c | 145 ++++++++++++++++++++++++++++------ mm/madvise.c | 2 +- mm/memory-failure.c | 2 +- mm/readahead.c | 2 + mm/rmap.c | 41 +++++----- mm/shmem.c | 20 ++--- mm/truncate.c | 9 ++- 40 files changed, 482 insertions(+), 360 deletions(-)