]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'md/4.2' of git://neil.brown.name/md
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Jun 2015 18:10:56 +0000 (11:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Jun 2015 18:10:56 +0000 (11:10 -0700)
commit7f19d0cfcb43f013033ceb2ba31f7a07b1ab1a9f
tree68c5aea6374e0bf56bf9235d4684c0f6c7a29f26
parent2ab878f3ecaeb4e23c2137fb64e91c594e014cec
parent0f0d57b7ae6691ae38aa7edb65d48c5b42ce10b6
Merge tag 'md/4.2' of git://neil.brown.name/md

Pull md updates from Neil Brown:
 "A mixed bag

   - a few bug fixes
   - some performance improvement that decrease lock contention
   - some clean-up

  Nothing major"

* tag 'md/4.2' of git://neil.brown.name/md:
  md: clear Blocked flag on failed devices when array is read-only.
  md: unlock mddev_lock on an error path.
  md: clear mddev->private when it has been freed.
  md: fix a build warning
  md/raid5: ignore released_stripes check
  md/raid5: per hash value and exclusive wait_for_stripe
  md/raid5: split wait_for_stripe and introduce wait_for_quiescent
  wait: introduce wait_event_exclusive_cmd
  md: convert to kstrto*()
  md/raid10: make sync_request_write() call bio_copy_data()
drivers/md/md.c
drivers/md/raid10.c
include/linux/wait.h