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
Kconfig -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 305 bytes
budget.c -rw-r--r-- 23.8 KB
commit.c -rw-r--r-- 20.5 KB
compress.c -rw-r--r-- 6.7 KB
debug.c -rw-r--r-- 83.5 KB
debug.h -rw-r--r-- 12.4 KB
dir.c -rw-r--r-- 32.0 KB
file.c -rw-r--r-- 45.1 KB
find.c -rw-r--r-- 30.1 KB
gc.c -rw-r--r-- 27.8 KB
io.c -rw-r--r-- 33.4 KB
ioctl.c -rw-r--r-- 5.2 KB
journal.c -rw-r--r-- 42.4 KB
key.h -rw-r--r-- 14.5 KB
log.c -rw-r--r-- 19.3 KB
lprops.c -rw-r--r-- 36.0 KB
lpt.c -rw-r--r-- 58.7 KB
lpt_commit.c -rw-r--r-- 51.8 KB
master.c -rw-r--r-- 10.4 KB
misc.h -rw-r--r-- 8.3 KB
orphan.c -rw-r--r-- 24.7 KB
recovery.c -rw-r--r-- 42.8 KB
replay.c -rw-r--r-- 29.4 KB
sb.c -rw-r--r-- 23.1 KB
scan.c -rw-r--r-- 9.5 KB
shrinker.c -rw-r--r-- 9.6 KB
super.c -rw-r--r-- 60.0 KB
tnc.c -rw-r--r-- 86.8 KB
tnc_commit.c -rw-r--r-- 26.8 KB
tnc_misc.c -rw-r--r-- 12.7 KB
ubifs-media.h -rw-r--r-- 22.7 KB
ubifs.h -rw-r--r-- 62.0 KB
xattr.c -rw-r--r-- 17.7 KB

back to top