This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 49d766f3a0e4 Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/s [...] new 7938d61591d3 drm/i915: Flush TLBs before releasing backing store new b5e7b59c3480 NFS: change nfs_access_get_cached to only report the mask new 73fbb3fa647b NFS: pass cred explicitly for access tests new 6238aec83f3f NFS: don't store 'struct cred *' in struct nfs_access_entry new 204975036b34 NFS: Ensure the server has an up to date ctime before hardlinking new 6ff9d99bb88f NFS: Ensure the server has an up to date ctime before renaming new 4b0c359b813b SUNRPC: Add source address/port to rpc_socket* traces new c72a826829cc nfs41: pnfs: filelayout: Replace one-element array with fl [...] new 35e0f9a9af48 sunrpc: Remove unneeded null check new c4f0396688b5 SUNRPC: clean up some inconsistent indenting new 2c52c8376db7 NFSv4 only print the label when its queried new fbd2057e5329 nfs: nfs4clinet: check the return value of kstrdup() new b05bf5c63b32 NFSv4.1: Fix uninitialised variable in devicenotify new 1ab5be4ac5b1 NFSv4: Add some support for case insensitive filesystems new 98ca3ee60b9e NFSv4: Just don't cache negative dentries on case insensit [...] new 8ce37abdeb4c NFS: Invalidate negative dentries on all case insensitive [...] new 00bdadc7accf NFS: Add a helper to remove case-insensitive aliases new 68eaba4ca924 NFS: Fix the verifier for case sensitive filesystem in nfs [...] new 01f34245722b NFS: use default_groups in kobj_type new 86439fa2678d SUNRPC: use default_groups in kobj_type new 85847280b116 NFSv4: Allow writebacks to request 'blocks used' new 34bf20ce986c NFSv42: Fallocate and clone should also request 'blocks used' new ac795161c936 NFSv4: Handle case where the lookup of a directory fails new 1751fc1db36f NFSv4: nfs_atomic_open() can race when looking up a non-re [...] new 90e12a319104 NFSv4 remove zero number of fs_locations entries error check new 8a59bb93b7e3 NFSv4 store server support for fs_location attribute new 1976b2b31462 NFSv4.1 query for fs_location attr on a new file system new f5b27cc6761e NFSv4 expose nfs_parse_server_name function new a8d54baba7c6 NFSv4 handle port presence in fs_location server string new b8a09619a563 SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt new 4ca9f31a2be6 NFSv4.1 test and add 4.1 trunking transport new 776d794f28c9 net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_st [...] new 1a48db3fef49 sunrpc: Fix potential race conditions in rpc_sysfs_xprt_st [...] new c03061e7a210 xprtrdma: Remove final dprintk call sites from xprtrdma new c0f26167ddcf xprtrdma: Remove definitions of RPCDBG_FACILITY new aed28b7a2d62 SUNRPC: Don't dereference xprt->snd_task if it's a cookie new 0280e3c58f92 Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/proj [...]
The 37 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: drivers/gpu/drm/i915/gem/i915_gem_object_types.h | 1 + drivers/gpu/drm/i915/gem/i915_gem_pages.c | 10 ++ drivers/gpu/drm/i915/gt/intel_gt.c | 108 +++++++++++++ drivers/gpu/drm/i915/gt/intel_gt.h | 2 + drivers/gpu/drm/i915/gt/intel_gt_types.h | 2 + drivers/gpu/drm/i915/i915_reg.h | 11 ++ drivers/gpu/drm/i915/i915_vma.c | 3 + drivers/gpu/drm/i915/intel_uncore.c | 26 ++- drivers/gpu/drm/i915/intel_uncore.h | 2 + fs/nfs/callback.h | 2 +- fs/nfs/callback_proc.c | 2 +- fs/nfs/callback_xdr.c | 18 +-- fs/nfs/client.c | 7 + fs/nfs/dir.c | 146 +++++++++++++---- fs/nfs/filelayout/filelayout.h | 2 +- fs/nfs/filelayout/filelayoutdev.c | 4 +- fs/nfs/internal.h | 1 + fs/nfs/nfs3proc.c | 5 +- fs/nfs/nfs42proc.c | 13 +- fs/nfs/nfs4_fs.h | 14 +- fs/nfs/nfs4client.c | 5 +- fs/nfs/nfs4namespace.c | 19 ++- fs/nfs/nfs4proc.c | 197 ++++++++++++++++++----- fs/nfs/nfs4state.c | 6 +- fs/nfs/nfs4xdr.c | 49 +++++- fs/nfs/sysfs.c | 3 +- include/linux/nfs_fs.h | 10 +- include/linux/nfs_fs_sb.h | 4 +- include/linux/nfs_xdr.h | 5 +- include/trace/events/sunrpc.h | 70 +++++--- net/sunrpc/auth_gss/gss_generic_token.c | 6 +- net/sunrpc/clnt.c | 5 +- net/sunrpc/sysfs.c | 47 +++--- net/sunrpc/xprtrdma/backchannel.c | 4 - net/sunrpc/xprtrdma/frwr_ops.c | 4 - net/sunrpc/xprtrdma/rpc_rdma.c | 4 - net/sunrpc/xprtrdma/transport.c | 4 - net/sunrpc/xprtrdma/verbs.c | 23 --- net/sunrpc/xprtsock.c | 2 +- 39 files changed, 635 insertions(+), 211 deletions(-)