This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 82821be8a2e1 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 77b6ec01c29a cifs: check pointer before freeing new 2659d3bff3e1 cifs: fix interrupted close commands new c13e7af04227 fs: cifs: remove unneeded variable in smb3_fs_context_dup new ed6b1920f84b cifs: connect: style: Simplify bool comparison new e54fd0716c3d cifs: style: replace one-element array with flexible-array new 7cd3c4126188 Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6 new e789ca0cc1d5 ext4: combine ext4_handle_error() and save_error_info() new 4392fbc4bab5 ext4: drop sync argument of ext4_commit_super() new 05c2c00f3769 ext4: protect superblock modifications with a buffer lock new 2d01ddc86606 ext4: save error info to sb through journal if available new e92ad03fa534 ext4: use sbi instead of EXT4_SB(sb) in ext4_update_super() new dfd56c2c0c0d ext4: fix superblock checksum failure when setting password salt new a3f5cf14ff91 ext4: drop ext4_handle_dirty_super() new 5a3b590d4b2d ext4: don't leak old mountpoint samples new 23dd561ad9ea ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode n [...] new 31e203e09f03 ext4: fix wrong list_splice in ext4_fc_cleanup new 6b4b8e6b4ad8 ext4: fix bug for rename with RENAME_WHITEOUT new e9f53353e166 ext4: remove expensive flush on fast commit new 0bc9bc1d8b2f Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
The 19 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/cifs/connect.c | 2 +- fs/cifs/dfs_cache.c | 3 +- fs/cifs/fs_context.c | 4 +- fs/cifs/smb2pdu.c | 2 +- fs/cifs/smb2pdu.h | 2 +- fs/ext4/ext4_jbd2.c | 17 ----- fs/ext4/ext4_jbd2.h | 5 -- fs/ext4/fast_commit.c | 35 +++++----- fs/ext4/file.c | 7 +- fs/ext4/inode.c | 6 +- fs/ext4/ioctl.c | 3 + fs/ext4/namei.c | 27 ++++--- fs/ext4/resize.c | 20 ++++-- fs/ext4/super.c | 190 +++++++++++++++++++++++++++++++------------------- fs/ext4/xattr.c | 5 +- 15 files changed, 192 insertions(+), 136 deletions(-)