Merge tag 'md-3.7' of git://neil.brown.name/md
Pull md updates from NeilBrown: - "discard" support, some dm-raid improvements and other assorted bits and pieces. * tag 'md-3.7' of git://neil.brown.name/md: (29 commits) md: refine reporting of resync/reshape delays. md/raid5: be careful not to resize_stripes too big. md: make sure manual changes to recovery checkpoint are saved. md/raid10: use correct limit variable md: writing to sync_action should clear the read-auto state. Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races md/raid5: make sure to_read and to_write never go negative. md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write. md/raid5: protect debug message against NULL derefernce. md/raid5: add some missing locking in handle_failed_stripe. MD: raid5 avoid unnecessary zero page for trim MD: raid5 trim support md/bitmap:Don't use IS_ERR to judge alloc_page(). md/raid1: Don't release reference to device while handling read error. raid: replace list_for_each_continue_rcu with new interface add further __init annotations to crypto/xor.c DM RAID: Fix for "sync" directive ineffectiveness DM RAID: Fix comparison of index and quantity for "rebuild" parameter DM RAID: Add rebuild capability for RAID10 DM RAID: Move 'rebuild' checking code to its own function ...
Showing
- Documentation/device-mapper/dm-raid.txt 9 additions, 0 deletionsDocumentation/device-mapper/dm-raid.txt
- crypto/xor.c 2 additions, 2 deletionscrypto/xor.c
- drivers/md/bitmap.c 5 additions, 12 deletionsdrivers/md/bitmap.c
- drivers/md/dm-raid.c 97 additions, 27 deletionsdrivers/md/dm-raid.c
- drivers/md/linear.c 23 additions, 2 deletionsdrivers/md/linear.c
- drivers/md/md.c 106 additions, 39 deletionsdrivers/md/md.c
- drivers/md/md.h 5 additions, 4 deletionsdrivers/md/md.h
- drivers/md/multipath.c 2 additions, 1 deletiondrivers/md/multipath.c
- drivers/md/raid0.c 18 additions, 1 deletiondrivers/md/raid0.c
- drivers/md/raid1.c 29 additions, 8 deletionsdrivers/md/raid1.c
- drivers/md/raid10.c 84 additions, 11 deletionsdrivers/md/raid10.c
- drivers/md/raid5.c 197 additions, 22 deletionsdrivers/md/raid5.c
- drivers/md/raid5.h 1 addition, 0 deletionsdrivers/md/raid5.h
Loading
Please register or sign in to comment