Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 May 2019 22:16:31 +0000 (18:16 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 May 2019 22:16:31 +0000 (18:16 -0400)
commitd7a02fa0a8f9ec1b81d57628ca9834563208ef33
treeb2f43dbee43b7abd7329b8745e4f0a9659ee6ffe
parent4dbf09fea60d158e60a30c419e0cfa1ea138dd57
parent04d37e5a8b1fad2d625727af3d738c6fd9491720
Merge tag 'upstream-5.2-rc1' of ssh://gitolite./linux/kernel/git/rw/ubifs

Pull UBI/UBIFS updates from Richard Weinberger:

 - fscrypt framework usage updates

 - One huge fix for xattr unlink

 - Cleanup of fscrypt ifdefs

 - Fix for our new UBIFS auth feature

* tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs:
  ubi: wl: Fix uninitialized variable
  ubifs: Drop unnecessary setting of zbr->znode
  ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
  ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
  ubifs: Limit number of xattrs per inode
  ubifs: orphan: Handle xattrs like files
  ubifs: journal: Handle xattrs like files
  ubifs: find.c: replace swap function with built-in one
  ubifs: Do not skip hash checking in data nodes
  ubifs: work around high stack usage with clang
  ubifs: remove unused function __ubifs_shash_final
  ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()
  ubifs: remove unnecessary calls to set up directory key
fs/ubifs/auth.c
fs/ubifs/dir.c
fs/ubifs/super.c
include/linux/fscrypt.h