[GIT PULL] UBI and UBIFS changes for v3.5-rc1

Artem Bityutskiy dedekind1 at gmail.com
Tue May 22 02:58:44 EDT 2012


Hi Linus,

here is a pull request for UBI and UBIFS changes for v3.5-rc1. Please,
pull.


The following changes since commit 69964ea4c7b68c9399f7977aa5b9aa6539a6a98a:

  Linux 3.4-rc5 (2012-04-29 15:19:10 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-ubifs.git tags/upstream-3.5-rc1

for you to fetch changes up to 62f384552b6756cf1ea71f8762d1e97dc77dbd90:

  UBI: modify ubi_wl_flush function to clear work queue for a lnum (2012-05-21 11:34:41 +0300)

----------------------------------------------------------------
UBIFS:
   * Always support xattrs    (remove the Kconfig option)
   * Always support debugging (remove the Kconfig option)
   * A fix for a memory leak on error path
   * A number of clean-ups
UBI:
   * Always support debugging (remove the Kconfig option)
   * Remove "data type" hint support
   * Huge amount of renames to prepare for the fastmap wor
   * A lot of clean-ups

----------------------------------------------------------------
Artem Bityutskiy (44):
      UBIFS: get rid of dbg_dump_stack
      UBIFS: rename dumping functions
      UBIFS: remove a couple of unused macros
      UBIFS: remove Kconfig debugging option
      UBIFS: get rid of dbg_err
      UBIFS: make ubifs_lpt_init clean-up in case of failure
      UBI: always dump the stack on error
      UBI: always dump flash contents in case of errors
      UBI: always dump VID and EC headers in case of errors
      UBI: always warn if case of I/O errors
      UBI: amend commentaries WRT dtype
      UBI: rename ubi_dbg_dump_vol_info
      UBI: rename ubi_dbg_dump_vtbl_record
      UBI: rename ubi_dbg_dump_sv
      UBI: rename ubi_dbg_dump_seb
      UBI: rename ubi_dbg_dump_mkvol_req
      UBI: remove Kconfig debugging option
      UBI: clean-up terminology for self-checks in io.c
      UBI: more of clean-up terminology for self-checks
      UBI: get rid of dbg_err
      UBI: rename few functions for consistency
      UBI: rename struct ubi_scan_leb
      UBI: rename struct ubi_scan_volume
      UBI: rename struct ubi_scan_info
      UBI: amend comments after renaming in scan.c
      UBI: rename seb to aeb
      UBI: rename si to ai
      UBI: rename sv to av
      UBI: make ubi_scan_erase_peb static and rename
      UBI: remove unused function
      UBI: rename ubi_scan_add_used
      UBI: rename ubi_scan_find_av
      UBI: rename ubi_scan_rm_volume
      UBI: rename ubi_scan_get_free_peb
      UBI: rename ubi_scan_destroy_ai
      UBI: rename ubi_scan_move_to_list
      UBI: rename ubi_scan_leb_slab
      UBI: amend comments after all the renamings
      UBI: rename _init_scan functions
      UBI: move and rename attach_by_scanning
      UBI: rename UBI_SCAN_UNKNOWN_EC
      UBI: remove scan.h
      UBI: rename scan.c to attach.c
      UBI: introduce UBI_ALL constant

Dan Carpenter (1):
      UBIFS: remove douple initialization in change_category()

Joel Reardon (4):
      UBI: add in hex the value for UBI_INTERNAL_VOL_START to comment
      UBI: add volume id struct ubi_ainf_peb
      UBI: add lnum and vol_id to struct ubi_work
      UBI: modify ubi_wl_flush function to clear work queue for a lnum

Richard Weinberger (3):
      UBI: remove superfluous "!!" operation
      UBI: Kill data type hint
      UBI: remove data type hint from ubi-user.h

Sidney Amani (1):
      UBIFS: fix memory leak on error path

Subodh Nijsure (1):
      UBIFS: remove xattr Kconnfig option

 drivers/mtd/ubi/Kconfig              |    8 --
 drivers/mtd/ubi/Makefile             |    5 +-
 drivers/mtd/ubi/{scan.c => attach.c} |  970 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------------------
 drivers/mtd/ubi/build.c              |   85 +++-------------
 drivers/mtd/ubi/cdev.c               |   36 +++----
 drivers/mtd/ubi/debug.c              |  137 ++++++++++++--------------
 drivers/mtd/ubi/debug.h              |   98 +++----------------
 drivers/mtd/ubi/eba.c                |   68 ++++++-------
 drivers/mtd/ubi/gluebi.c             |    2 +-
 drivers/mtd/ubi/io.c                 |  211 +++++++++++++++++++---------------------
 drivers/mtd/ubi/kapi.c               |   61 +++++++-----
 drivers/mtd/ubi/scan.h               |  174 ---------------------------------
 drivers/mtd/ubi/ubi-media.h          |    8 +-
 drivers/mtd/ubi/ubi.h                |  179 +++++++++++++++++++++++++++++++---
 drivers/mtd/ubi/upd.c                |   16 ++-
 drivers/mtd/ubi/vmt.c                |   62 +++++-------
 drivers/mtd/ubi/vtbl.c               |  228 +++++++++++++++++++++----------------------
 drivers/mtd/ubi/wl.c                 |  260 ++++++++++++++++++++++---------------------------
 fs/ubifs/Kconfig                     |   23 -----
 fs/ubifs/Makefile                    |    5 +-
 fs/ubifs/commit.c                    |   14 +--
 fs/ubifs/debug.c                     |  158 +++++++++++++++---------------
 fs/ubifs/debug.h                     |  217 +++++------------------------------------
 fs/ubifs/dir.c                       |   10 --
 fs/ubifs/file.c                      |    4 +-
 fs/ubifs/gc.c                        |    2 +-
 fs/ubifs/io.c                        |   74 +++++++-------
 fs/ubifs/journal.c                   |   10 +-
 fs/ubifs/log.c                       |   18 +---
 fs/ubifs/lprops.c                    |   18 ++--
 fs/ubifs/lpt.c                       |   78 ++++++++-------
 fs/ubifs/lpt_commit.c                |   86 ++++++++---------
 fs/ubifs/master.c                    |    8 +-
 fs/ubifs/orphan.c                    |   25 ++---
 fs/ubifs/recovery.c                  |   43 ++++-----
 fs/ubifs/replay.c                    |   27 +++---
 fs/ubifs/sb.c                        |   26 ++---
 fs/ubifs/scan.c                      |   14 +--
 fs/ubifs/super.c                     |   31 +++---
 fs/ubifs/tnc.c                       |   26 +++--
 fs/ubifs/tnc_commit.c                |   28 ++----
 fs/ubifs/tnc_misc.c                  |   36 +++----
 fs/ubifs/ubifs.h                     |   26 +++--
 fs/ubifs/xattr.c                     |    4 +-
 include/linux/mtd/ubi.h              |   31 ++----
 include/mtd/ubi-user.h               |   34 +++----
 46 files changed, 1587 insertions(+), 2097 deletions(-)
 rename drivers/mtd/ubi/{scan.c => attach.c} (58%)
 delete mode 100644 drivers/mtd/ubi/scan.h

-- 
Best Regards,
Artem Bityutskiy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/linux-mtd/attachments/20120522/344e5798/attachment.sig>


More information about the linux-mtd mailing list