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>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 28 Nov 2019 23:27:16 +0800
From:   Gao Xiang <hsiangkao@....com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>, linux-erofs@...ts.ozlabs.org,
        Stephen Rothwell <sfr@...b.auug.org.au>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Chao Yu <chao@...nel.org>, Miao Xie <miaoxie@...wei.com>,
        Fang Wei <fangwei1@...wei.com>
Subject: [GIT PULL] erofs updates for 5.5

Hi Linus,

Could you consider this pull request for 5.5-rc1?

No major kernel updates for this round since I'm fully diving
into LZMA algorithm internals now to provide high CR XZ algorihm
support. It needs more work and time for me to get a better
compression time.

All commits have been in linux-next and tested with no smoke out.
This merges cleanly with master.

Happy Thanksgiving!
Gao Xiang

The following changes since commit 4f5cafb5cb8471e54afdc9054d973535614f7675:

  Linux 5.4-rc3 (2019-10-13 16:37:36 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.5-rc1

for you to fetch changes up to 3dcb5fa23e16ef50b09e7a56b47d8e4c04ca09c0:

  erofs: remove unnecessary output in erofs_show_options() (2019-11-24 11:02:41 +0800)

----------------------------------------------------------------
Updates since last change:
- Introduce superblock checksum support;
- Set iowait when waiting I/O on the sync decompression path;
- Several code cleanups.

----------------------------------------------------------------
Chengguang Xu (1):
      erofs: remove unnecessary output in erofs_show_options()

Gao Xiang (6):
      erofs: clean up collection handling routines
      erofs: remove dead code since managed cache is now built-in
      erofs: get rid of __stagingpage_alloc helper
      erofs: clean up decompress queue stuffs
      erofs: set iowait for sync decompression
      erofs: drop all vle annotations for runtime names

Pratik Shinde (1):
      erofs: support superblock checksum

 fs/erofs/Kconfig        |   1 +
 fs/erofs/decompressor.c |   2 +-
 fs/erofs/erofs_fs.h     |   3 +-
 fs/erofs/internal.h     |   7 +-
 fs/erofs/super.c        |  39 ++++++-
 fs/erofs/utils.c        |  17 ++-
 fs/erofs/zdata.c        | 288 +++++++++++++++++++++---------------------------
 fs/erofs/zdata.h        |   8 +-
 fs/erofs/zmap.c         |  28 ++---
 9 files changed, 190 insertions(+), 203 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ