From: Richard Weinberger <richard@nod.at>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] UBI/UBIFS updates for v4.8-rc1
Date: Wed, 3 Aug 2016 19:47:38 +0200 [thread overview]
Message-ID: <57A22E3A.6020802@nod.at> (raw)
Linus,
The following changes since commit 523d939ef98fd712632d93a5a2b588e477a7565e:
Linux 4.7 (2016-07-24 12:23:50 -0700)
are available in the git repository at:
git://git.infradead.org/linux-ubifs.git tags/upstream-4.8-rc1
for you to fetch changes up to 5d71afb0084053687da6b66ce8133a3df3e52fc6:
ubi: Use bitmaps in Fastmap self-check code (2016-07-29 23:32:58 +0200)
----------------------------------------------------------------
This pull request contains mostly cleanups and minor
improvements of UBI and UBIFS.
----------------------------------------------------------------
Ben Dooks (1):
ubifs: Make xattr structures static
Daniel Golle (3):
ubifs: Silence error output if MS_SILENT is set
ubifs: Update comment for ubifs_errc
ubifs: Silence early error messages if MS_SILENT is set
Iosif Harutyunov (1):
ubi: Fix race condition between ubi device creation and udev
Richard Weinberger (10):
ubi: gluebi: Fix double refcounting
ubi: Fix early logging
ubi: Make volume resize power cut aware
ubi: Fix scan_fast() comment
ubi: Introduce vol_ignored()
ubi: Fix whitespace issue in count_fastmap_pebs()
ubi: Rework Fastmap attach base code
ubi: Check whether the Fastmap anchor matches the super block
ubi: Be more paranoid while seaching for the most recent Fastmap
ubi: Use bitmaps in Fastmap self-check code
Sascha Hauer (1):
ubi: Only read necessary size when reading the VID header
Sylvain Etienne (1):
ubifs: switch_gc_head: Remove redondant sync of wbuf
drivers/mtd/ubi/attach.c | 141 ++++++++++++++++++++++++++++++++++------------
drivers/mtd/ubi/build.c | 13 +++--
drivers/mtd/ubi/fastmap.c | 65 ++++++++++++++++-----
drivers/mtd/ubi/gluebi.c | 5 --
drivers/mtd/ubi/io.c | 2 +-
drivers/mtd/ubi/ubi.h | 46 ++++++++++++++-
drivers/mtd/ubi/vmt.c | 25 +++++---
drivers/mtd/ubi/wl.c | 41 +++++++++++---
fs/ubifs/gc.c | 4 --
fs/ubifs/super.c | 19 ++++---
fs/ubifs/ubifs.h | 4 +-
fs/ubifs/xattr.c | 6 +-
12 files changed, 278 insertions(+), 93 deletions(-)
reply other threads:[~2016-08-03 17:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=57A22E3A.6020802@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.