[GIT PULL] UBIFS changes for 2.6.39

From: Artem Bityutskiy
Date: Fri Mar 18 2011 - 10:21:25 EST


Hi Linus,

please pull UBIFS changes. Note, I usually keep UBI and UBIFS
changes in separate trees, but this time I have a couple of UBI changes
in the UBIFS tree because they have hard dependency with UBIFS fixes.

The following changes since commit 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5:

Linux 2.6.37 (2011-01-04 16:50:19 -0800)

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

Artem Bityutskiy (23):
UBIFS: re-arrange variables in ubifs_info
UBIFS: introduce mounting flag
UBIFS: do not start the commit if there is nothing to commit
UBIFS: remove double semicolon
UBIFS: describe UBIFS recovery logic some more
UBIFS: fix LEB number in printk
UBI: incorporate maximum write size
UBI: provide LEB offset information
UBIFS: incorporate maximum write size
UBI: incorporate LEB offset information
UBIFS: introduce write-buffer size field
UBIFS: use max_write_size for write-buffers
UBIFS: use max_write_size during recovery
UBIFS: print max. index node size
UBIFS: simplify UBIFS Kconfig menu
UBIFS: do not check data crc by default
UBIFS: allocate dump buffer on demand
UBIFS: allocate scanning buffer on demand
UBIFS: allocate ltab checking buffer on demand
UBIFS: allocate lpt dump buffer on demand
UBIFS: allocate orphans scan buffer on demand
UBIFS: save 128KiB or more RAM
UBIFS: clean-up commentaries

Matthew L. Creech (1):
UBIFS: handle allocation failures in UBIFS write path

Vasiliy Kulikov (1):
UBIFS: restrict world-writable debugfs files

Documentation/filesystems/ubifs.txt | 4 +-
drivers/mtd/ubi/build.c | 14 +++
drivers/mtd/ubi/kapi.c | 2 +
drivers/mtd/ubi/ubi.h | 3 +
fs/ubifs/Kconfig | 23 ++---
fs/ubifs/commit.c | 58 ++++++++++-
fs/ubifs/debug.c | 34 +++---
fs/ubifs/debug.h | 30 +-----
fs/ubifs/io.c | 201 +++++++++++++++++++++++++++--------
fs/ubifs/journal.c | 28 ++++-
fs/ubifs/lprops.c | 26 ++++-
fs/ubifs/lpt_commit.c | 56 +++++++---
fs/ubifs/orphan.c | 10 ++-
fs/ubifs/recovery.c | 44 ++++++---
fs/ubifs/scan.c | 2 +-
fs/ubifs/super.c | 54 ++++++++--
fs/ubifs/tnc.c | 10 ++-
fs/ubifs/ubifs.h | 45 ++++++--
include/linux/mtd/ubi.h | 22 ++++
19 files changed, 490 insertions(+), 176 deletions(-)

Thanks,
Artem.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/