This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f8394f232b1e Linux 5.10-rc3 new d3938ee23e97 erofs: derive atime instead of leaving it empty new a30573b3cdc7 erofs: fix setting up pcluster for temporary pages new df3319a548cd Merge tag 'erofs-for-5.10-rc4-fixes' of git://git.kernel.o [...] new 174fe5ba2d1e ext4: correctly report "not supported" for {usr,grp}jquota [...] new a0650046d31d MAINTAINERS: add missing file in ext4 entry new e121bd48b9eb ext4: silence an uninitialized variable warning new 7067b2619017 ext4: unlock xattr_sem properly in ext4_inline_data_truncate() new a44ad6835da5 ext4: describe fast_commit feature flags new b21ebf143af2 ext4: mark fc ineligible if inode gets evictied due to mem [...] new 5b552ad70c61 ext4: drop redundant calls ext4_fc_track_range new a80f7fcf1867 ext4: fixup ext4_fc_track_* functions' signature new ede7dc7fa0af jbd2: rename j_maxlen to j_total_len and add jbd2_journal_ [...] new a1e5e465b31d ext4: clean up the JBD2 API that initializes fast commits new 37e0a30e94f1 jbd2: drop jbd2_fc_init documentation new c460e5edc85a jbd2: don't use state lock during commit path new 0bce577bf9ca jbd2: don't pass tid to jbd2_fc_end_commit_fallback() new cc80586a57f7 jbd2: add todo for a fast commit performance optimization new 0ee66ddcf3c1 jbd2: don't touch buffer state until it is filled new 480f89d55326 jbd2: don't read journal->j_commit_sequence without taking a lock new f6634e2609d1 ext4: dedpulicate the code to wait on inode that's being c [...] new a740762fb3b3 ext4: fix code documentatioon new 764b3fd31d13 ext4: mark buf dirty before submitting fast commit buffer new a3114fe747be ext4: remove unnecessary fast commit calls from ext4_file_mmap new 1ceecb537f72 ext4: fix inode dirty check in case of fast commits new 556e0319fbb8 ext4: disable fast commit with data journalling new da0c5d269526 ext4: issue fsdev cache flush before starting fast commit new 9b5f6c9b83d9 ext4: make s_mount_flags modifications atomic new 87a144f09380 jbd2: don't start fast commit on aborted journal new 99c880decf27 ext4: cleanup fast commit mount options new fa329e27317f ext4: fix sparse warnings in fast_commit code new 05d5233df85e jbd2: fix up sparse warnings in checkpoint code new 91808cd6c243 Merge tag 'ext4_for_linus_cleanups' of git://git.kernel.or [...] new 1905cac9d621 NFSD: NFSv3 PATHCONF Reply is improperly formed new d321ff589c16 SUNRPC: Fix general protection fault in trace_rpc_xdr_overflow() new 66d60e3ad1e4 NFSD: MKNOD should return NFSERR_BADTYPE instead of NFSERR_INVAL new 36e1e5ba90fb NFSD: Fix use-after-free warning when doing inter-server copy new 49a361327332 NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy new d435c05ab019 net/sunrpc: return 0 on attempt to write to "transports" new ae2975046dbc net/sunrpc: fix useless comparison in proc_do_xprt() new 3552c3709c0e Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linux
The 40 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/ext4/journal.rst | 6 + Documentation/filesystems/ext4/super.rst | 7 ++ Documentation/filesystems/journalling.rst | 6 +- MAINTAINERS | 1 + fs/erofs/inode.c | 21 ++-- fs/erofs/zdata.c | 7 +- fs/ext4/ext4.h | 66 +++++++---- fs/ext4/extents.c | 7 +- fs/ext4/fast_commit.c | 174 +++++++++++++++-------------- fs/ext4/fast_commit.h | 6 +- fs/ext4/file.c | 6 +- fs/ext4/fsmap.c | 2 +- fs/ext4/fsync.c | 2 +- fs/ext4/inline.c | 1 + fs/ext4/inode.c | 19 ++-- fs/ext4/mballoc.c | 6 +- fs/ext4/namei.c | 61 +++++----- fs/ext4/super.c | 47 ++++---- fs/jbd2/checkpoint.c | 2 + fs/jbd2/commit.c | 11 +- fs/jbd2/journal.c | 138 +++++++++++++---------- fs/jbd2/recovery.c | 6 +- fs/jbd2/transaction.c | 4 +- fs/nfsd/nfs3proc.c | 6 +- fs/nfsd/nfs3xdr.c | 1 + fs/nfsd/nfs4proc.c | 3 +- fs/ocfs2/journal.c | 2 +- include/linux/jbd2.h | 23 ++-- include/trace/events/ext4.h | 10 +- include/trace/events/sunrpc.h | 8 +- net/sunrpc/sysctl.c | 9 +- 31 files changed, 371 insertions(+), 297 deletions(-)