From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd <linux-mtd@lists.infradead.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] UBI/UBIFS changes for v5.2-rc1
Date: Sun, 12 May 2019 23:42:26 +0200 (CEST) [thread overview]
Message-ID: <2058307720.56057.1557697346125.JavaMail.zimbra@nod.at> (raw)
Linus,
The following changes since commit 37624b58542fb9f2d9a70e6ea006ef8a5f66c30b:
Linux 5.1-rc7 (2019-04-28 17:04:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/upstream-5.2-rc1
for you to fetch changes up to 04d37e5a8b1fad2d625727af3d738c6fd9491720:
ubi: wl: Fix uninitialized variable (2019-05-07 21:58:33 +0200)
----------------------------------------------------------------
This pull request contains the following changes for UBI/UBIFS
- fscrypt framework usage updates
- One huge fix for xattr unlink
- Cleanup of fscrypt ifdefs
- Fix for our new UBIFS auth feature
----------------------------------------------------------------
Andrey Abramov (1):
ubifs: find.c: replace swap function with built-in one
Arnd Bergmann (1):
ubifs: work around high stack usage with clang
Eric Biggers (2):
ubifs: remove unnecessary calls to set up directory key
ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()
Gustavo A. R. Silva (1):
ubi: wl: Fix uninitialized variable
Richard Weinberger (3):
ubifs: journal: Handle xattrs like files
ubifs: orphan: Handle xattrs like files
ubifs: Limit number of xattrs per inode
Sascha Hauer (4):
ubifs: Do not skip hash checking in data nodes
ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
ubifs: Drop unnecessary setting of zbr->znode
YueHaibing (1):
ubifs: remove unused function __ubifs_shash_final
drivers/mtd/ubi/wl.c | 2 +-
fs/ubifs/auth.c | 35 +++-----
fs/ubifs/debug.c | 1 -
fs/ubifs/dir.c | 29 ++++---
fs/ubifs/file.c | 16 ++--
fs/ubifs/find.c | 9 +--
fs/ubifs/ioctl.c | 11 +--
fs/ubifs/journal.c | 72 ++++++++++++++---
fs/ubifs/misc.h | 8 ++
fs/ubifs/orphan.c | 208 ++++++++++++++++++++++++++++++++----------------
fs/ubifs/sb.c | 7 +-
fs/ubifs/super.c | 22 ++---
fs/ubifs/tnc.c | 15 ++--
fs/ubifs/ubifs.h | 6 +-
fs/ubifs/xattr.c | 71 +++++++++++++++--
include/linux/fscrypt.h | 11 +++
16 files changed, 345 insertions(+), 178 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2019-05-12 21:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-12 21:42 Richard Weinberger [this message]
2019-05-12 22:25 ` [GIT PULL] UBI/UBIFS changes for v5.2-rc1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2058307720.56057.1557697346125.JavaMail.zimbra@nod.at \
--to=richard@nod.at \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox