[GIT PULL] UBIFS updates for 2.6.27-rc4

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Artem Bityutskiy
Date: Friday, August 15, 2008 - 4:07 am

Hi Linus,

please pull from

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

The following changes since commit 30a2f3c60a84092c8084dfe788b710f8d0768cd4:
  Linus Torvalds (1):
        Linux 2.6.27-rc3

are available:

Adrian Hunter (8):
      UBIFS: fix error return in failure mode
      UBIFS: ensure UBIFS switches to read-only on error
      UBIFS: make ubifs_ro_mode() not inline
      UBIFS: do not union creat_sqnum and del_cmtno
      UBIFS: fix typos in comments
      UBIFS: correct orphan deletion order
      UBIFS: correct spelling of "thrice".
      UBIFS: always set i_generation to 0

Artem Bityutskiy (18):
      UBIFS: print volume name as well
      UBIFS: fix budgeting calculations
      UBIFS: improve debugging
      UBIFS: free budget in delete_inode as well
      UBIFS: do not write orphans back
      UBIFS: remove unneeded function parameter
      UBIFS: remove another unneeded function parameter
      UBIFS: increment commit number earlier
      UBIFS: optimize deletions
      UBIFS: improve budgeting checks
      UBIFS: align inode data to eight
      UBIFS: print pid in dump function
      UBIFS: reserve more space for index
      UBIFS: minor tweaks in commit
      UBIFS: improve arguments checking in debugging messages
      UBIFS: few commentary fixes
      UBIFS: remove unneeded check
      UBIFS: xattr bugfixes

Sebastian Siewior (1):
      Documentation: fix typo in ubifs.txt

Zoltan Sogor (2):
      UBIFS: support splice_write
      UBIFS: fix budgeting request alignment in xattr code

 Documentation/filesystems/ubifs.txt |    2 +-
 fs/ubifs/budget.c                   |   33 +++++++--
 fs/ubifs/commit.c                   |    3 +-
 fs/ubifs/debug.c                    |   27 ++++---
 fs/ubifs/debug.h                    |  143 +++++++++++++++++------------------
 fs/ubifs/dir.c                      |   24 ++----
 fs/ubifs/file.c                     |    8 +-
 fs/ubifs/find.c                     |    9 ++-
 fs/ubifs/io.c                       |   14 ++++
 fs/ubifs/journal.c                  |  110 ++++++++++++++++++++-------
 fs/ubifs/log.c                      |    4 +-
 fs/ubifs/misc.h                     |   16 +----
 fs/ubifs/orphan.c                   |    4 +-
 fs/ubifs/super.c                    |   48 +++++++-----
 fs/ubifs/tnc_commit.c               |   37 +++++-----
 fs/ubifs/ubifs-media.h              |    4 +-
 fs/ubifs/ubifs.h                    |   33 ++++++---
 fs/ubifs/xattr.c                    |   54 ++++++--------
 18 files changed, 329 insertions(+), 244 deletions(-)

Note, some commits are not fixes, but rather improvements. But
2.6.27 is going to be the first kernel release for UBIFS, so I
this is probably OK in this case.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] UBIFS updates for 2.6.27-rc4, Artem Bityutskiy, (Fri Aug 15, 4:07 am)