public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] UBIFS changes for 3.1
@ 2011-07-22  8:57 Artem Bityutskiy
  0 siblings, 0 replies; only message in thread
From: Artem Bityutskiy @ 2011-07-22  8:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Artem Bityutskiy, linux-kernel

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-22  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22  8:57 [GIT PULL] UBIFS changes for 3.1 Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox