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:	Sun, 14 Dec 2014 21:54:43 +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 3.19

Hi Linus,

Please pull the following Squashfs updates...

Thanks

Phillip


The following changes since commit 5d01410fe4d92081f349b013a2e7a95429e4f2c9:

   Linux 3.18-rc6 (2014-11-23 15:25:20 -0800)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git tags/squashfs-updates

for you to fetch changes up to 62421645bb702c077ee5a462815525106cb53bcf:

   Squashfs: Add LZ4 compression configuration option (2014-11-27 18:48:44 +0000)

----------------------------------------------------------------
These patches optionally add LZ4 compression support to Squashfs.
LZ4 is a lightweight compression algorithm which can be used
on embedded systems to reduce CPU and memory overhead (in comparison
to the standard zlib compression).

These patches add the wrapper code to allow Squashfs to use
the existing LZ4 decompression code, and the necessary configuration
option.

----------------------------------------------------------------
Phillip Lougher (2):
       Squashfs: add LZ4 compression support
       Squashfs: Add LZ4 compression configuration option

  Documentation/filesystems/squashfs.txt |    8 +-
  fs/squashfs/Kconfig                    |   15 ++++
  fs/squashfs/Makefile                   |    1 +
  fs/squashfs/decompressor.c             |    7 ++
  fs/squashfs/decompressor.h             |    4 +
  fs/squashfs/lz4_wrapper.c              |  142 ++++++++++++++++++++++++++++++++
  fs/squashfs/squashfs_fs.h              |    1 +
  7 files changed, 174 insertions(+), 4 deletions(-)
  create mode 100644 fs/squashfs/lz4_wrapper.c
--
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