This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from db70e26e33ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 14c9ca0583ee ext4: don't assume that mmp_nodename/bdevname have NUL new 46d36880d1c6 ext4: simplify checking quota limits in ext4_statfs() new 4f97a68192bd ext4: fix support for inode sizes > 1024 bytes new 48a34311953d ext4: fix checksum errors with indexed dirs new af133ade9a40 ext4: add cond_resched() to ext4_protect_reserved_inode new 6a66a7ded12b jbd2: move the clearing of b_modified flag to the journal_ [...] new c96dceeabf76 jbd2: do not clear the BH_Mapped flag when forgetting a me [...] new d65d87a07476 ext4: improve explanation of a mount failure caused by a m [...] new 8a8b80967b42 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...] new 3f6166aaf199 cifs: fix mount option display for sec=krb5i new f52aa79df43c cifs: Fix mode output in debugging statements new 2c6251ad91af cifs: enable change notification for SMB2.1 dialect new 85db6b7ae65f cifs: make sure we do not overflow the max EA buffer size new 288b27a06e4f Merge tag '5.6-rc1-smb3-fixes' of git://git.samba.org/sfre [...] new f311ade3a7ad btrfs: ref-verify: fix memory leaks new ac05ca913e9f Btrfs: fix race between using extent maps and merging them new e8294f2f6aa6 btrfs: print message when tree-log replay starts new 10a3a3edc5b8 btrfs: log message when rw remount is attempted with uncle [...] new 28553fa992cb Btrfs: fix race between shrinking truncate and fiemap new a013d141ecee btrfs: sysfs, add UUID/devinfo kobject new 1b9867eb6120 btrfs: sysfs, move device id directories to UUID/devinfo new 713db3560410 Merge tag 'for-5.6-rc1-tag' of git://git.kernel.org/pub/sc [...]
The 22 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/btrfs/disk-io.c | 1 + fs/btrfs/extent_map.c | 11 +++++++++++ fs/btrfs/inode.c | 8 ++++++++ fs/btrfs/ref-verify.c | 5 +++++ fs/btrfs/super.c | 2 ++ fs/btrfs/sysfs.c | 17 ++++++++++++++++- fs/btrfs/volumes.h | 1 + fs/cifs/cifsacl.c | 4 ++-- fs/cifs/cifsfs.c | 6 +++++- fs/cifs/connect.c | 2 +- fs/cifs/inode.c | 2 +- fs/cifs/smb2ops.c | 36 +++++++++++++++++++++++++++++++++++- fs/ext4/block_validity.c | 1 + fs/ext4/dir.c | 14 ++++++++------ fs/ext4/ext4.h | 5 ++++- fs/ext4/inode.c | 12 ++++++++++++ fs/ext4/mmp.c | 12 +++++++----- fs/ext4/namei.c | 7 +++++++ fs/ext4/super.c | 42 ++++++++++++++++-------------------------- fs/jbd2/commit.c | 46 +++++++++++++++++++++++++--------------------- fs/jbd2/transaction.c | 10 ++++++---- 21 files changed, 174 insertions(+), 70 deletions(-)