lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 23 Mar 2011 21:44:29 +0000
From:	Phillip Lougher <phillip@...gher.demon.co.uk>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Squashfs updates for 2.6.39

Hi Linus,

Please consider pulling the following Squashfs updates, these
add support for reading compression options out of the filesystem,
plus there are a couple of bug fixes and documentation updates.

Thanks

Phillip


The following changes since commit 100b33c8bd8a3235fd0b7948338d6cbb3db3c63d:

   Linux 2.6.38-rc4 (2011-02-07 16:03:55 -0800)

are available in the git repository at:
   git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus.git master

Phillip Lougher (8):
       Squashfs: extend decompressor framework to handle compression options
       Squashfs: add compression options support to xz decompressor
       Squashfs: Update Kconfig help text to include xz compression
       Squashfs: Update documentation to include compression options
       Squashfs: xz_wrapper doesn't need to include squashfs_fs_i.h anymore
       Squashfs: wrap squashfs_mount() definition
       Squashfs: handle corruption of directory structure
       Squashfs: Use vmalloc rather than kmalloc for zlib workspace

  Documentation/filesystems/squashfs.txt |   28 +++++++++++-----
  fs/squashfs/Kconfig                    |   12 +++---
  fs/squashfs/decompressor.c             |   34 ++++++++++++++++++++
  fs/squashfs/decompressor.h             |    7 +---
  fs/squashfs/dir.c                      |    9 +++++
  fs/squashfs/lzo_wrapper.c              |    4 +-
  fs/squashfs/namei.c                    |   12 +++++++
  fs/squashfs/squashfs.h                 |    1 +
  fs/squashfs/squashfs_fs.h              |    4 ++
  fs/squashfs/super.c                    |   15 +++++---
  fs/squashfs/xz_wrapper.c               |   53 ++++++++++++++++++++++++++------
  fs/squashfs/zlib_wrapper.c             |   10 +++---
  12 files changed, 145 insertions(+), 44 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ