Messages in this thread |  | | | From | Neil Brown <> | | Date | Sun, 04 Oct 2015 18:39:04 +1100 | | Subject | [GIT PULL REQUEST] md fixes for 4.3 |
| |
Hi Linus, a few md bug fixes. Thanks, NeilBrown
The following changes since commit bcee19f424a0d8c26ecf2607b73c690802658b29:
Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (2015-09-21 18:26:54 -0700)
are available in the git repository at:
git://neil.brown.name/md tags/md/4.3-fixes
for you to fetch changes up to da6fb7a9e5bd6f04f7e15070f630bdf1ea502841:
md/bitmap: don't pass -1 to bitmap_storage_alloc. (2015-10-02 17:24:13 +1000)
---------------------------------------------------------------- Assorted fixes for md in 4.3-rc
Two tagged for -stable One is really a cleanup to match and improve kmemcache interface.
---------------------------------------------------------------- Jes Sorensen (1): md/raid1: Avoid raid1 resync getting stuck
Julia Lawall (1): md: drop null test before destroy functions
NeilBrown (4): md: wait for pending superblock updates before switching to read-only md/raid5: don't index beyond end of array in need_this_block(). md/raid0: apply base queue limits *before* disk_stack_limits md/bitmap: don't pass -1 to bitmap_storage_alloc.
Shaohua Li (2): raid5: update analysis state for failed stripe md: clear CHANGE_PENDING in readonly array
drivers/md/bitmap.c | 3 ++- drivers/md/md.c | 5 +++++ drivers/md/multipath.c | 3 +-- drivers/md/raid0.c | 12 ++++++------ drivers/md/raid1.c | 11 ++++------- drivers/md/raid10.c | 9 +++------ drivers/md/raid5.c | 11 +++++++---- 7 files changed, 28 insertions(+), 26 deletions(-) [unhandled content-type:application/pgp-signature]
|  |