2011-06-03 15:18:21

by Artem Bityutskiy

[permalink] [raw]
Subject: [GIT PULL] UBIFS changes for Linux 3.0

Hi Linus,

please pull UBIFS fixex

The following changes since commit 55922c9d1b84b89cb946c777fddccb3247e7df2c:

Linux 3.0-rc1 (2011-05-29 17:43:36 -0700)

are available in the git repository at:
git://git.infradead.org/ubifs-2.6.git linux-next

Artem Bityutskiy (7):
UBIFS: supress false error messages
UBIFS: introduce a "grouped" journal head flag
UBIFS: amend ubifs_recover_leb interface
UBIFS: fix recovery broken by the previous recovery fix
UBIFS: fix shrinker object count reports
UBIFS: fix memory leak on error path
UBIFS: fix clean znode counter corruption in error cases

Ben Gardiner (3):
UBIFS: assert no fixup when writing a node
UBIFS: intialize LPT earlier
UBIFS: fix-up free space earlier

fs/ubifs/io.c | 2 +
fs/ubifs/journal.c | 1 +
fs/ubifs/orphan.c | 2 +-
fs/ubifs/recovery.c | 164 +++++++++++++++++++++++++++++----------------------
fs/ubifs/replay.c | 3 +-
fs/ubifs/shrinker.c | 6 ++-
fs/ubifs/super.c | 42 ++++++++------
fs/ubifs/tnc.c | 9 ++-
fs/ubifs/ubifs.h | 4 +-
9 files changed, 136 insertions(+), 97 deletions(-)

Thanks,
Artem.