All of lore.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>,
	linux-kernel@vger.kernel.org,
	Adrian Hunter <ext-adrian.hunter@nokia.com>
Subject: [GIT PULL] UBIFS changes for 2.6.29
Date: Fri, 02 Jan 2009 13:13:58 +0200	[thread overview]
Message-ID: <20090102111358.3186.7431.sendpatchset@gollum> (raw)

Hi Linus,

please pull UBIFS updates from

git://git.infradead.org/ubifs-2.6.git linux-next

The following changes since commit f6f7b52e2f6149d2ee365717afff315b05720162:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../wim/linux-2.6-watchdog

are available:

Alexey Dobriyan (1):
      UBIFS: fix section mismatch

Artem Bityutskiy (31):
      UBIFS: slight compression optimization
      UBIFS: use bit-fields to store compression type
      UBIFS: introduce compression mount options
      UBIFS: separate debugging fields out
      UBIFS: add debugfs support
      UBIFS: run debugging checks only if they are enabled
      UBIFS: dump stack in LPT check functions
      UBIFS: introduce LPT dump function
      UBIFS: use PAGE_CACHE_MASK correctly
      UBIFS: fix tnc dumping
      UBIFS: improve budgeting dump
      UBIFS: various comment improvements and fixes
      UBIFS: fix available blocks count
      UBIFS: use nicer 64-bit math
      UBIFS: re-calculate min_idx_size after the commit
      UBIFS: avoid unnecessary calculations
      UBIFS: fix constants initialization
      UBIFS: fix file-system synchronization
      UBIFS: always commit in sync_fs
      UBIFS: use ubi_sync
      UBIFS: always commit on unmount
      UBIFS: restore budg_uncommitted_idx
      UBIFS: do not lie about used blocks
      UBIFS: simplify make_free_space
      UBIFS: fix sparse warnings
      UBIFS: fix checkpatch.pl warnings
      UBIFS: fix writing uncompressed files
      UBIFS: allow mounting when short of space
      UBIFS: fix numerous spelling mistakes
      UBIFS: print debugging messages properly
      UBIFS: add more useful debugging prints

Kukkonen Mika (1):
      UBIFS: avoid unnecessary checks

 Documentation/filesystems/ubifs.txt |    3 +
 fs/ubifs/budget.c                   |  208 +++++++++------------------
 fs/ubifs/commit.c                   |   25 ++--
 fs/ubifs/compress.c                 |   18 ++--
 fs/ubifs/debug.c                    |  265 ++++++++++++++++++++++++++++++----
 fs/ubifs/debug.h                    |  117 ++++++++++++----
 fs/ubifs/file.c                     |    8 +-
 fs/ubifs/ioctl.c                    |    2 +
 fs/ubifs/journal.c                  |    4 +-
 fs/ubifs/key.h                      |   32 +++--
 fs/ubifs/lprops.c                   |   14 +-
 fs/ubifs/lpt.c                      |   45 +++---
 fs/ubifs/lpt_commit.c               |  210 +++++++++++++++++++++++-----
 fs/ubifs/orphan.c                   |    2 +-
 fs/ubifs/replay.c                   |   15 ++-
 fs/ubifs/sb.c                       |   20 ++--
 fs/ubifs/super.c                    |  255 +++++++++++++++++++++++----------
 fs/ubifs/tnc.c                      |   31 ++--
 fs/ubifs/tnc_commit.c               |    9 +-
 fs/ubifs/ubifs-media.h              |    7 +
 fs/ubifs/ubifs.h                    |  111 +++++++--------
 21 files changed, 927 insertions(+), 474 deletions(-)

Thanks,
Artem.

                 reply	other threads:[~2009-01-02  9:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090102111358.3186.7431.sendpatchset@gollum \
    --to=artem.bityutskiy@nokia.com \
    --cc=ext-adrian.hunter@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.