Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 May 2021 01:08:40 +0000 (18:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 5 May 2021 01:08:40 +0000 (18:08 -0700)
commit51f629446cd172e324deb0146741888cac5dedca
tree80eedd1378fb607e8dd06d8d4f0d0b7512568500
parentd0195c7d7af6a456c37f4b4b2df5528f10714482
parent9a29f7f020e06f14eb126bcb84a7f0d166415824
Merge tag 'for-linus-5.13-rc1' of git://git./linux/kernel/git/rw/ubifs

Pull JFFS2, UBI and UBIFS updates from Richard Weinberger:
 "JFFS2:
   - Use splice_write()
   - Fix for a slab-out-of-bounds bug

  UBI:
   - Fix for clang related warnings
   - Code cleanup

  UBIFS:
   - Fix for inode rebirth at replay
   - Set s_uuid
   - Use zstd for default filesystem"

* tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs:
  ubi: Remove unnecessary struct declaration
  jffs2: Hook up splice_write callback
  jffs2: avoid Wempty-body warnings
  jffs2: Fix kasan slab-out-of-bounds problem
  ubi: Fix fall-through warnings for Clang
  ubifs: Report max LEB count at mount time
  ubifs: Set s_uuid in super block to support ima/evm uuid options
  ubifs: Default to zstd compression
  ubifs: Only check replay with inode type to judge if inode linked
fs/ubifs/replay.c