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, 11 Jan 2017 10:15:23 -0800
From:   Shaohua Li <shli@...nel.org>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, linux-raid@...r.kernel.org,
        neilb@...e.de
Subject: [GIT PULL] MD update for 4.10-rc3

Hi,

Please pull MD update for 4.10-rc3. Basically one fix for raid5 cache which is
merged in this cycle, others are trival fixes.

Thanks,
Shaohua

The following changes since commit 0c744ea4f77d72b3dcebb7a8f2684633ec79be88:

  Linux 4.10-rc2 (2017-01-01 14:31:53 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git tags/md/4.10-rc3

for you to fetch changes up to 32cd7cbbacf700885a2316275f188f2d5739b5f4:

  md/raid5: Use correct IS_ERR() variation on pointer check (2017-01-09 13:58:10 -0800)

----------------------------------------------------------------
Colin Ian King (1):
      md/r5cache: fix spelling mistake on "recoverying"

JackieLiu (1):
      md/raid5-cache: removes unnecessary write-through mode judgments

Jes Sorensen (1):
      md/raid5: Use correct IS_ERR() variation on pointer check

Robert LeBlanc (2):
      md/raid1: Refactor raid1_make_request
      md/raid10: Refactor raid10_make_request

Shaohua Li (1):
      md: cleanup mddev flag clear for takeover

Song Liu (2):
      md/r5cache: simplify handling of sh->log_start in recovery
      md/r5cache: assign conf->log before r5l_load_log()

 drivers/md/md.h          |   8 ++
 drivers/md/raid0.c       |  12 ++-
 drivers/md/raid1.c       | 275 +++++++++++++++++++++++++----------------------
 drivers/md/raid10.c      | 245 +++++++++++++++++++++++------------------
 drivers/md/raid5-cache.c |  36 +++----
 drivers/md/raid5.c       |   7 +-
 6 files changed, 322 insertions(+), 261 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ