[GIT PULL] UBIFS changes for 3.1

From: Artem Bityutskiy
Date: Fri Jul 22 2011 - 04:55:51 EST


Hi Linus,

please pull UBIFS changes.

The following changes since commit b0af8dfdd67699e25083478c63eedef2e72ebd85:

Linux 3.0-rc5 (2011-06-27 19:12:22 -0700)

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

Anatolij Gustschin (1):
UBIFS: fix master node recovery

Artem Bityutskiy (31):
UBIFS: return EROFS in case of broken commit
UBIFS: lessen the size of debugging info data structure
UBIFS: dump stack when pnode or nnode reading fails
UBIFS: improve inode dumping function
UBIFS: rename dbg_check_dir_size function
UBIFS: minor cleanup: use S_ISREG helper
UBIFS: remove unnecessary brackets
UBIFS: remove dead code
UBIFS: harmonize znode flag helpers
UBIFS: use correct flags in lprops
UBIFS: add few commentaries about TNC
UBIFS: amend debugging name check function prototype
UBIFS: amend debugging inode size check function prototype
UBIFS: introduce helper functions for debugging checks and tests
UBIFS: lessen amount of debugging check types
UBIFS: switch self-check knobs to debugfs
UBIFS: be more informative in failure mode
UBIFS: re-arrange debugging code a bit
UBIFS: introduce debugfs helpers
UBIFS: add global debugfs knobs
UBIFS: remove unused and unneeded debugging function
UBIFS: always print stacktrace when switching to R/O mode
UBIFS: introduce more I/O helpers
UBIFS: switch to ubifs_leb_read
UBIFS: switch to ubifs_leb_write
UBIFS: switch to I/O helpers
UBIFS: stop re-defining UBI operations
UBIFS: remove custom list of superblocks
UBIFS: rename recovery testing variables
UBIFS: improve power cut emulation testing
MAINTAINERS: change e-mail of Adrian Hunter

Documentation/filesystems/ubifs.txt | 28 --
MAINTAINERS | 3 +-
fs/ubifs/commit.c | 8 +-
fs/ubifs/debug.c | 762 +++++++++++++++++++++++------------
fs/ubifs/debug.h | 241 ++++++-----
fs/ubifs/dir.c | 16 +-
fs/ubifs/file.c | 2 +-
fs/ubifs/io.c | 168 ++++++--
fs/ubifs/log.c | 6 +-
fs/ubifs/lprops.c | 8 +-
fs/ubifs/lpt.c | 37 +-
fs/ubifs/lpt_commit.c | 40 +-
fs/ubifs/misc.h | 103 +----
fs/ubifs/orphan.c | 2 +-
fs/ubifs/recovery.c | 43 +-
fs/ubifs/replay.c | 3 +-
fs/ubifs/sb.c | 6 +-
fs/ubifs/scan.c | 4 +-
fs/ubifs/super.c | 6 +-
fs/ubifs/tnc.c | 26 +-
fs/ubifs/tnc_commit.c | 145 +++----
fs/ubifs/ubifs.h | 21 +-
22 files changed, 978 insertions(+), 700 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/