This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 2a5699b0de4e Merge tag 'leds-5.19-rc1' of git://git.kernel.org/pub/scm/ [...] new a22bb5526d7d f2fs: check pinfile in gc_data_segment() in advance new 642c0969916e f2fs: don't set GC_FAILURE_PIN for background GC new c2ca36e82f70 f2fs: remove unnecessary f2fs_lock_op in f2fs_new_inode new c277f1411d7b f2fs: introduce data read/write showing path info new 12662d19467b f2fs: fix to do sanity check on inline_dots inode new 2aaf51dd39af f2fs: fix dereference of stale list iterator after loop body new df35435d4144 f2fs: Remove usage of list iterator pas the loop for list_ [...] new 9e3a845df9ea f2fs: replace usage of found with dedicated list iterator [...] new dc2f78e2d4cc f2fs: remove WARN_ON in f2fs_is_valid_blkaddr new c550e25bca66 f2fs: use flush command instead of FUA for zoned device new a7b8618aa2f0 f2fs: avoid infinite loop to flush node pages new 4de851459ea6 f2fs: extend stat_lock to avoid potential race in statfs new d46db4595be6 f2fs: call bdev_zone_sectors() only once on init_blkz_info() new 7f262f737502 f2fs: ensure only power of 2 zone sizes are allowed new f2db71053dc0 f2fs: fix to clear dirty inode in f2fs_evict_inode() new a9163b947ae8 f2fs: write checkpoint during FG_GC new 4d17e6fe9293 f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() new 25f8236213a9 f2fs: fix to do sanity check on block address in f2fs_do_z [...] new cfd66bb715fd f2fs: fix deadloop in foreground GC new 6b8beca0edd3 f2fs: fix to do sanity check on total_data_blocks new 71419129625a f2fs: give priority to select unpinned section for foreground GC new 2880f47b949f f2fs: skip GC if possible when checkpoint disabling new 2e42b7f817ac f2fs: stop allocating pinned sections if EAGAIN happens new 6213f5d4d23c f2fs: don't need inode lock for system hidden quota new 3db1de0e582c f2fs: change the current atomic write way new 7bc155fec5b3 f2fs: kill volatile write support new 64e3ed0b8ea0 f2fs: reject test_dummy_encryption when !CONFIG_FS_ENCRYPTION new d147ea4adb96 f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parameters new c58d7c55de8b f2fs: keep wait_ms if EAGAIN happens new c81d5bae404a f2fs: do not stop GC when requiring a free section new b5639bb4313b f2fs: don't use casefolded comparison for "." and ".." new 958ed9292202 f2fs: fix fallocate to use file_modified to update permiss [...] new 677a82b44ebf f2fs: fix to do sanity check for inline inode new d9c454ab2293 f2fs: make f2fs_read_inline_data() more readable new 759820c92a34 f2fs: fix typo in comment new 66d34fcbbe63 f2fs: allow compression for mmap files in compress_mode=user new 78901cfa4498 f2fs: avoid unneeded error handling for revoke_entry_slab [...] new 908ea6541661 f2fs: add f2fs_init_write_merge_io function new 054cb2891b9c f2fs: replace F2FS_I(inode) and sbi by the local variable new 2d1fe8a86bf5 f2fs: fix to tag gcing flag on page during file defragment new 1501f707d2b2 Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/ [...] new cea9ba7239dc NFS: Do not report EINTR/ERESTARTSYS as mapping errors new 9641d9bc9b75 NFS: fsync() should report filesystem errors over EINTR/ER [...] new e6005436f6cc NFS: Don't report ENOSPC write errors twice new d95b26650e86 NFS: Do not report flush errors in nfs_write_end() new c5e483b77cc2 NFS: Don't report errors from nfs_pageio_complete() more t [...] new 452284407c18 NFS: Memory allocation failures are not server fatal errors new 3764a17e31d5 NFSv4/pNFS: Do not fail I/O when we fail to allocate the p [...] new c6fd3511c339 NFS: Further fixes to the writeback error handling new 126966ddedb6 pNFS/files: Fall back to I/O through the MDS on non-fatal [...] new 6949493884fe NFSv4: Don't hold the layoutget locks across multiple RPC calls new 7b8b44eb7710 NFSv4: Specify the type of ACL to cache new db145db021ab NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl [...] new 71342db05722 NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' at [...] new 3e2910c7e23b NFS: Improve warning message when locks are lost. new 5e12f172db95 NFS: update documentation for the nfs4_unique_id parameter new a28faaddb2be Documentation: Add an explanation of NFSv4 client identifiers new 9c4a5c75a62e NFS: Pass i_size to fscache_unuse_cookie() when a file is [...] new c3ed222745d9 NFSv4: Fix free of uninitialized nfs4_label on referral lookup. new 11270e7ca268 xprtrdma: treat all calls not a bcall when bc_serv is NULL new 118f09eda21d NFSv4.1 mark qualified async operations as MOVEABLE tasks new 700170bf6b4d Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/proj [...]
The 62 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/admin-guide/nfs/nfs-client.rst | 15 +- .../filesystems/nfs/client-identifier.rst | 216 ++++++++++ Documentation/filesystems/nfs/index.rst | 2 + fs/f2fs/checkpoint.c | 16 +- fs/f2fs/data.c | 213 ++++++---- fs/f2fs/debug.c | 18 +- fs/f2fs/dir.c | 3 +- fs/f2fs/f2fs.h | 133 +++--- fs/f2fs/file.c | 307 ++++++-------- fs/f2fs/gc.c | 186 ++++++--- fs/f2fs/hash.c | 11 +- fs/f2fs/inline.c | 29 +- fs/f2fs/inode.c | 34 +- fs/f2fs/namei.c | 38 +- fs/f2fs/node.c | 29 +- fs/f2fs/node.h | 1 - fs/f2fs/segment.c | 460 ++++++++------------- fs/f2fs/segment.h | 40 +- fs/f2fs/super.c | 88 ++-- fs/f2fs/verity.c | 2 +- fs/nfs/file.c | 50 +-- fs/nfs/filelayout/filelayout.c | 7 +- fs/nfs/fscache.c | 7 +- fs/nfs/internal.h | 1 + fs/nfs/nfs4namespace.c | 9 +- fs/nfs/nfs4proc.c | 182 ++++++-- fs/nfs/nfs4state.c | 29 +- fs/nfs/nfs4xdr.c | 99 +++-- fs/nfs/pagelist.c | 3 + fs/nfs/pnfs.c | 2 + fs/nfs/unlink.c | 8 + fs/nfs/write.c | 54 ++- include/linux/nfs4.h | 2 + include/linux/nfs_fs_sb.h | 1 + include/linux/nfs_xdr.h | 12 +- include/trace/events/f2fs.h | 141 +++++-- net/sunrpc/xprtrdma/rpc_rdma.c | 5 + 37 files changed, 1474 insertions(+), 979 deletions(-) create mode 100644 Documentation/filesystems/nfs/client-identifier.rst