linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard@nod.at>
To: torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	linux-mtd <linux-mtd@lists.infradead.org>
Subject: [GIT PULL] UBIFS changes for 5.3-rc1
Date: Sun, 14 Jul 2019 21:02:09 +0200 (CEST)	[thread overview]
Message-ID: <1267151613.38686.1563130929727.JavaMail.zimbra@nod.at> (raw)

Linus,

The following changes since commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf:

  Linux 5.2-rc7 (2019-06-30 11:25:36 +0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs.git tags/upstream-5.3-rc1

for you to fetch changes up to 8009ce956c3d28022af6b122e50213ad830fc902:

  ubifs: Don't leak orphans on memory during commit (2019-07-08 20:01:34 +0200)

Please note there is a merge conflict between commits
334d581528b9 ("vfs: Convert ubifs to use the new mount API") and
eeabb9866e4c ("ubifs: Add support for zstd compression.")

For zstd we add a new mount parameter.
In case of doubt I'll happily review your merge resolution.

----------------------------------------------------------------
This pull request contains the following changes for UBIFS

- Support for zstd compression
- Support for offline signed filesystems
- Various fixes for regressions

----------------------------------------------------------------
Liu Song (3):
      ubifs: Simplify redundant code
      ubifs: Fix typo of output in get_cs_sqnum
      ubifs: remove unnecessary check in ubifs_log_start_commit

Michele Dionisio (1):
      ubifs: Add support for zstd compression.

Richard Weinberger (3):
      ubifs: Correctly use tnc_next() in search_dh_cookie()
      ubifs: Check link count of inodes when killing orphans.
      ubifs: Don't leak orphans on memory during commit

Sascha Hauer (1):
      ubifs: support offline signed images

 fs/ubifs/Kconfig       | 13 ++++++-
 fs/ubifs/auth.c        | 86 +++++++++++++++++++++++++++++++++++++++++++++
 fs/ubifs/compress.c    | 27 ++++++++++++++-
 fs/ubifs/log.c         |  5 +--
 fs/ubifs/master.c      | 53 ++++++++++++++++++++++++----
 fs/ubifs/orphan.c      | 94 +++++++++++++++++++++++++++++++-------------------
 fs/ubifs/recovery.c    |  2 +-
 fs/ubifs/sb.c          | 52 ++++++++++++++--------------
 fs/ubifs/super.c       | 46 ++++++++++++++++++------
 fs/ubifs/tnc.c         | 16 ++++++---
 fs/ubifs/ubifs-media.h | 30 +++++++++++++++-
 fs/ubifs/ubifs.h       |  6 ++--
 12 files changed, 338 insertions(+), 92 deletions(-)

             reply	other threads:[~2019-07-14 19:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-14 19:02 Richard Weinberger [this message]
2019-07-15  0:30 ` [GIT PULL] UBIFS changes for 5.3-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=1267151613.38686.1563130929727.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;
as well as URLs for NNTP newsgroup(s).