Revision c492e2d464c82fdb82002569033325b4e1a7e5eb authored by Linus Torvalds on 29 May 2015, 17:35:21 UTC, committed by Linus Torvalds on 29 May 2015, 17:35:21 UTC
Pull m,ore md bugfixes gfrom Neil Brown:
 "Assorted fixes for new RAID5 stripe-batching functionality.

  Unfortunately this functionality was merged a little prematurely.  The
  necessary testing and code review is now complete (or as complete as
  it can be) and to code passes a variety of tests and looks quite
  sensible.

  Also a fix for some recent locking changes - a race was introduced
  which causes a reshape request to sometimes fail.  No data safety
  issues"

* tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md:
  md: fix race when unfreezing sync_action
  md/raid5: break stripe-batches when the array has failed.
  md/raid5: call break_stripe_batch_list from handle_stripe_clean_event
  md/raid5: be more selective about distributing flags across batch.
  md/raid5: add handle_flags arg to break_stripe_batch_list.
  md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_batch_list
  md/raid5: remove condition test from check_break_stripe_batch_list.
  md/raid5: Ensure a batch member is not handled prematurely.
  md/raid5: close race between STRIPE_BIT_DELAY and batching.
  md/raid5: ensure whole batch is delayed for all required bitmap updates.
2 parent s ace6a22 + 56ccc11
History
File Mode Size
00-INDEX -rw-r--r-- 818 bytes
biodoc.txt -rw-r--r-- 52.8 KB
biovecs.txt -rw-r--r-- 5.5 KB
capability.txt -rw-r--r-- 618 bytes
cfq-iosched.txt -rw-r--r-- 12.5 KB
cmdline-partition.txt -rw-r--r-- 1.3 KB
data-integrity.txt -rw-r--r-- 11.9 KB
deadline-iosched.txt -rw-r--r-- 2.8 KB
ioprio.txt -rw-r--r-- 4.6 KB
null_blk.txt -rw-r--r-- 2.5 KB
queue-sysfs.txt -rw-r--r-- 4.8 KB
request.txt -rw-r--r-- 2.0 KB
stat.txt -rw-r--r-- 3.2 KB
switching-sched.txt -rw-r--r-- 1.4 KB
writeback_cache_control.txt -rw-r--r-- 3.8 KB

back to top