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:	Thu, 4 Jul 2013 16:58:45 +1000
From:	NeilBrown <neilb@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux RAID <linux-raid@...r.kernel.org>,
	lkml <linux-kernel@...r.kernel.org>,
	Martin Wilck <mwilck@...or.de>,
	Jonathan Brassow <jbrassow@...hat.com>,
	Jingoo Han <jg1.han@...sung.com>,
	Hannes Reinecke <hare@...e.de>
Subject: [PULL REQUEST] md updates for 3.10


Mostly just bug fixes.
A couple marked for -stable including one recent bug which causes a RAID10
reshape to complete without moving any data :-(

A couple more bugfixes (at least) to come, but haven't confirmed the right
solution yet.

NeilBrown


The following changes since commit 25e33ed9c711c8d64c403a17d4a2cdeac213800b:

  Merge tag 'acpi-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2013-06-13 13:09:50 -0700)

are available in the git repository at:


  git://neil.brown.name/md/ tags/md-3.11

for you to fetch changes up to 1376512065b23f39d5f9a160948f313397dde972:

  md/raid10: fix bug which causes all RAID10 reshapes to move no data. (2013-07-04 16:42:57 +1000)

----------------------------------------------------------------
md updates for 3.11

Mostly fixes with a few minor features (e.g. "last_sync_action" sysfs file).

----------------------------------------------------------------
CoolCold (1):
      md: remove doubled description for sync_max, merging it within sync_min/sync_max

Hannes Reinecke (1):
      md: Wait for md_check_recovery before attempting device removal.

Jingoo Han (1):
      md: replace strict_strto*() with kstrto*()

Jonathan Brassow (4):
      DM RAID: Add ability to restore transiently failed devices on resume
      DM RAID: Break-up untidy function
      DM RAID: Fix raid_resume not reviving failed devices in all cases
      MD: Remember the last sync operation that was performed

NeilBrown (7):
      dm-raid: silence compiler warning on rebuilds_per_group.
      md/raid10: locking changes for 'enough()'.
      md/raid10: check In_sync flag in 'enough()'.
      md: fix buglet in RAID5 -> RAID0 conversion.
      md/raid10: fix two bugs affecting RAID10 reshape.
      md/raid5: allow 5-device RAID6 to be reshaped to 4-device.
      md/raid10: fix bug which causes all RAID10 reshapes to move no data.

 Documentation/device-mapper/dm-raid.txt |  2 +
 Documentation/md.txt                    | 13 +++---
 drivers/md/bitmap.c                     |  8 ++--
 drivers/md/dm-raid.c                    | 76 +++++++++++++++++++++++++++---
 drivers/md/md.c                         | 53 ++++++++++++++-------
 drivers/md/md.h                         |  8 ++++
 drivers/md/raid0.c                      |  1 +
 drivers/md/raid1.c                      |  7 +--
 drivers/md/raid10.c                     | 83 +++++++++++++++++++++------------
 drivers/md/raid5.c                      |  6 +--
 10 files changed, 187 insertions(+), 70 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ