The following changes since commit b36f4be3de1b123d8601de062e7dbfc904f305fb:

  Linux 3.11-rc6 (2013-08-18 14:36:53 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git 
tags/please-pull-pstore

for you to fetch changes up to 3bd11cf56e4d9c9a79c0c1a4ebe381c674ec9709:

  pstore/ram: (really) fix undefined usage of rounddown_pow_of_two (2013-08-30 
15:57:01 -0700)

----------------------------------------------------------------
Big part of this is the addition of compression to the
generic pstore layer so that all backends can use the
pitiful amounts of storage they control more effectively.
Three other small fixes/cleanups too.

----------------------------------------------------------------
Aruna Balakrishnaiah (11):
      powerpc/pseries: Remove (de)compression in nvram with pstore enabled
      pstore: Add new argument 'compressed' in pstore write callback
      pstore/Kconfig: Select ZLIB_DEFLATE and ZLIB_INFLATE when PSTORE is 
selected
      pstore: Add compression support to pstore
      pstore: Introduce new argument 'compressed' in the read callback
      pstore: Add decompression support to pstore
      pstore: Add file extension to pstore file if compressed
      powerpc/pseries: Read and write to the 'compressed' flag of pstore
      erst: Read and write to the 'compressed' flag of pstore
      efi-pstore: Read and write to the 'compressed' flag of pstore
      pstore/ram: Read and write to the 'compressed' flag of pstore

Dan Carpenter (1):
      pstore: d_alloc_name() doesn't return an ERR_PTR

Maxime Bizon (1):
      pstore/ram: (really) fix undefined usage of rounddown_pow_of_two

Wei Yongjun (1):
      acpi/apei/erst: Add missing iounmap() on error in erst_exec_move_data()

 arch/powerpc/platforms/pseries/nvram.c | 112 ++++-------------
 drivers/acpi/apei/erst.c               |  25 +++-
 drivers/firmware/efi/efi-pstore.c      |  27 ++++-
 fs/pstore/Kconfig                      |   2 +
 fs/pstore/inode.c                      |  10 +-
 fs/pstore/internal.h                   |   5 +-
 fs/pstore/platform.c                   | 212 ++++++++++++++++++++++++++++++---
 fs/pstore/ram.c                        |  47 ++++++--
 include/linux/pstore.h                 |   6 +-
 9 files changed, 306 insertions(+), 140 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to