This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b07175dc41ba Merge tag 'devicetree-fixes-for-5.9' of git://git.kernel.o [...] new 709ed1bcef12 EDAC/ie31200: Fallback if host bridge device is already in [...] new 6ffdcde4ee9a Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.o [...] new ac7cbb221159 NFS: Allow applications to speed up readdir+statx() using [...] new f97ff92bd166 pNFS/flexfiles: Clean up redundant calls to pnfs_put_lseg() new 18eb87f4443a pNFS/flexfiles: The mirror count could depend on the layou [...] new 030eb04c5231 Merge commit 'c1326210477ecc06c53221f0005c64419aba30d6' fr [...] new 9a67fcc8f3fd nfs: add client side only definitions for user xattrs new 04a5da690e8f NFSv4.2: define limits and sizes for user xattr handling new b78ef845c35d NFSv4.2: query the server for extended attribute support new 3e1f02123fba NFSv4.2: add client side XDR handling for extended attributes new d2ae4f8b21c1 nfs: define nfs_access_get_cached function new 72832a2453d9 NFSv4.2: query the extended attribute access bits new 1b523ca972ed nfs: modify update_changeattr to deal with regular files new 0f44da51aeef nfs: define and use the NFS_INO_INVALID_XATTR flag new ccde1e9c0130 nfs: make the buf_to_pages_noslab function available to th [...] new c10a75145feb NFSv4.2: add the extended attribute proc functions. new 012a211abd5d NFSv4.2: hook in the user extended attribute handlers new 95ad37f90c33 NFSv4.2: add client side xattr caching. new 57f80c0eda4d Merge branch 'xattr-devel' new 4a400f0d0830 sunrpc: destroy rpc_inode_cachep after unregister_filesystem new ab91e7a6da7e freezer: Add unsafe versions of freezable_schedule_timeout [...] new dbc4fec6b6dd NFSv4.0 allow nconnect for v4.0 new 9a74a2b87f4c NFS: remove redundant initialization of variable result new 048c397aa88b NFSv4.2: xattr cache: get rid of cache discard work queue new 67dd23f9e6fb nfs: ensure correct writeback errors are returned on close() new ce368536dd61 nfs: nfs_file_write() should check for writeback errors new 7de62bc09fe6 SUNRPC dont update timeout value on connection reset new a19b4785d9ee NFS: Report the stateid + status in trace_nfs4_layoutretur [...] new 638037b158df NFS: Add tracepoints for layouterror and layoutstats. new 54898f70a854 NFS: Add layout segment info to pnfs read/write/commit tra [...] new ff041727e9e0 NFS: Don't move layouts to plh_return_segs list while in use new d474f96104bd NFS: Don't return layout segments that are in use new b4487b935452 nfs: Fix getxattr kernel panic and memory overflow new 8fe5db97c9d1 rpc_pipefs: convert comma to semicolon new a5032910c5e5 fs: nfs: delete repeated words in comments new 563c53e73b8b NFS: Fix flexfiles read failover new 37711e5e2325 Merge tag 'nfs-for-5.9-1' of git://git.linux-nfs.org/proje [...] new 20b135e48cdd cifs: Fix an error pointer dereference in cifs_mount() new 30b5ae21b9a5 cifs: Convert to use the fallthrough macro new c8c412f97612 SMB3: Fix mkdir when idsfromsid configured on mount new f6513bd39c15 Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org [...] new 66246641609b 9p: retrieve fid from file when file instance exist. new cb0aae0e31c6 9p: Fix memory leak in v9fs_mount new 6db6ea79c525 net/9p: Fix sparse endian warning in trans_fd.c new aab6c873cf9b 9p: remove unused code in 9p new 2ed0b7578170 9p: Remove unneeded cast from memory allocation new 410520d07f5c Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linux
The 47 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/edac/ie31200_edac.c | 50 +- fs/9p/v9fs.c | 5 +- fs/9p/vfs_inode.c | 65 +- fs/9p/vfs_inode_dotl.c | 9 +- fs/cifs/connect.c | 1 + fs/cifs/smb2inode.c | 1 + fs/cifs/smb2pdu.c | 4 +- fs/nfs/Makefile | 2 +- fs/nfs/blocklayout/rpc_pipefs.c | 2 +- fs/nfs/client.c | 22 +- fs/nfs/dir.c | 24 +- fs/nfs/direct.c | 2 +- fs/nfs/file.c | 17 +- fs/nfs/flexfilelayout/flexfilelayout.c | 64 +- fs/nfs/fs_context.c | 2 +- fs/nfs/inode.c | 20 +- fs/nfs/nfs42.h | 24 + fs/nfs/nfs42proc.c | 258 +++++++- fs/nfs/nfs42xattr.c | 1056 ++++++++++++++++++++++++++++++++ fs/nfs/nfs42xdr.c | 438 +++++++++++++ fs/nfs/nfs4_fs.h | 35 ++ fs/nfs/nfs4client.c | 33 +- fs/nfs/nfs4file.c | 5 +- fs/nfs/nfs4proc.c | 239 +++++++- fs/nfs/nfs4super.c | 10 + fs/nfs/nfs4trace.h | 46 +- fs/nfs/nfs4xdr.c | 39 +- fs/nfs/nfstrace.h | 3 +- fs/nfs/pnfs.c | 52 +- fs/nfs/pnfs.h | 2 +- include/linux/nfs4.h | 5 + include/linux/nfs_fs.h | 12 + include/linux/nfs_fs_sb.h | 6 + include/linux/nfs_xdr.h | 60 +- include/linux/sunrpc/xprt.h | 1 + include/uapi/linux/nfs_fs.h | 1 + net/9p/trans_fd.c | 2 +- net/sunrpc/rpc_pipe.c | 2 +- net/sunrpc/xprt.c | 9 + 39 files changed, 2437 insertions(+), 191 deletions(-) create mode 100644 fs/nfs/nfs42xattr.c