This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 786c8248dbd3 Merge tag 'perf-tools-fixes-for-v6.11-2024-07-23' of git:/ [...] new e44be00289ef hostfs: fix folio conversion new a9d47a50cf25 netfs: Revert "netfs: Switch debug logging to pr_debug()" new fcad93360df4 netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUG new 5bc9ad78c2f8 vfs: handle __wait_on_freeing_inode() and evict() race new b40c8e7a033f vfs: correct the comments of vfs_*() helpers new f60d38cb02d0 pidfs: when time ns disabled add check for ioctl new 9b3e15046437 pidfs: handle kernels without namespaces cleanly new 1bb8dce5dfa9 pidfs: add selftests for new namespace ioctls new 212be98aa193 netfs: Fix writeback that needs to go to both server and cache new 51d37982bbac cachefiles: Set the max subreq size for cache writes to MA [...] new 8eac5358ad3b fs: use all available ids new f8138f2ad2f7 filelock: Fix fcntl/close race recovery compat path new c3a5e3e872f3 vfs: Fix potential circular locking through setxattr() and [...] new f5e5e97c719d inode: clarify what's locked new d1e9a63dcd72 Merge tag 'vfs-6.11-rc1.fixes.2' of git://git.kernel.org/p [...]
The 15 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: fs/cachefiles/io.c | 2 +- fs/hostfs/hostfs_kern.c | 2 +- fs/inode.c | 40 +++- fs/locks.c | 9 +- fs/namei.c | 26 +-- fs/namespace.c | 2 +- fs/netfs/Kconfig | 18 +- fs/netfs/buffered_read.c | 14 +- fs/netfs/buffered_write.c | 12 +- fs/netfs/direct_read.c | 2 +- fs/netfs/direct_write.c | 8 +- fs/netfs/fscache_cache.c | 4 +- fs/netfs/fscache_cookie.c | 28 +-- fs/netfs/fscache_io.c | 12 +- fs/netfs/fscache_main.c | 2 +- fs/netfs/fscache_volume.c | 4 +- fs/netfs/internal.h | 33 ++- fs/netfs/io.c | 12 +- fs/netfs/main.c | 4 + fs/netfs/misc.c | 4 +- fs/netfs/write_collect.c | 16 +- fs/netfs/write_issue.c | 37 ++-- fs/pidfs.c | 63 ++++-- fs/xattr.c | 91 ++++---- tools/testing/selftests/pidfd/pidfd_setns_test.c | 258 ++++++++++++++++++++--- 25 files changed, 489 insertions(+), 214 deletions(-)