aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-31MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.cJonathan Brassow1-6/+9
2012-10-31md/raid1: Fix assembling of arrays containing Replacements.NeilBrown1-1/+1
2012-10-22md faulty: use disk_stack_limits()Eric Sandeen1-1/+4
2012-10-13Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds11-127/+567
2012-10-12dm: store dm_target_io in bio front_padMikulas Patocka1-59/+49
2012-10-12dm thin: move bio_prison code to separate moduleMike Snitzer5-404/+499
2012-10-12dm thin: prepare to separate bio_prison codeMike Snitzer1-90/+131
2012-10-12dm thin: support discard with non power of two block sizeMike Snitzer1-10/+13
2012-10-12dm persistent data: convert to use le32_add_cpuWei Yongjun1-2/+2
2012-10-12dm: use ACCESS_ONCE for sysfs valuesMikulas Patocka2-8/+4
2012-10-12dm bufio: use list_moveWei Yongjun1-2/+1
2012-10-12dm mpath: fix check for null mpio in end_io fnWei Yongjun1-1/+2
2012-10-11md: refine reporting of resync/reshape delays.NeilBrown1-7/+18
2012-10-11md/raid5: be careful not to resize_stripes too big.NeilBrown1-1/+2
2012-10-11md: make sure manual changes to recovery checkpoint are saved.NeilBrown1-0/+2
2012-10-11md/raid10: use correct limit variableDan Carpenter1-1/+1
2012-10-11md: writing to sync_action should clear the read-auto state.NeilBrown1-0/+7
2012-10-11Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma5-8/+9
2012-10-11md/raid5: make sure to_read and to_write never go negative.NeilBrown1-4/+1
2012-10-11md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas1-3/+16
2012-10-11md/raid5: protect debug message against NULL derefernce.NeilBrown1-1/+1
2012-10-11md/raid5: add some missing locking in handle_failed_stripe.NeilBrown1-0/+2
2012-10-11MD: raid5 avoid unnecessary zero page for trimShaohua Li1-18/+17
2012-10-11MD: raid5 trim supportShaohua Li2-3/+166
2012-10-11md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma1-6/+2
2012-10-11md/raid1: Don't release reference to device while handling read error.NeilBrown1-4/+5
2012-10-11raid: replace list_for_each_continue_rcu with new interfaceMichael Wang1-6/+3
2012-10-11DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow1-0/+13
2012-10-11DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow1-1/+1
2012-10-11DM RAID: Add rebuild capability for RAID10Jonathan Brassow1-1/+33
2012-10-11DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow1-25/+50
2012-10-11MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow2-3/+9
2012-10-11md: avoid taking the mutex on some ioctls.NeilBrown1-23/+62
2012-10-11MD: change the parameter of md threadShaohua Li6-11/+17
2012-10-11md/raid10: submit IO from originating thread instead of md thread.NeilBrown1-3/+54
2012-10-11md: raid 10 supports TRIMShaohua Li1-4/+25
2012-10-11md: raid 1 supports TRIMShaohua Li1-2/+21
2012-10-11md: raid 0 supports TRIMShaohua Li1-1/+18
2012-10-11md: linear supports TRIMShaohua Li1-0/+16
2012-10-11md/linear: rcu_dereference outside read-lock sectionDenis Efremov1-2/+7
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-119/+27
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-3/+3
2012-09-28Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dmLinus Torvalds6-78/+209
2012-09-27md/raid10: fix "enough" function for detecting if array is failed.NeilBrown1-3/+5
2012-09-26dm verity: fix overflow checkMikulas Patocka1-4/+4
2012-09-26dm thin: fix discard support for data devicesMike Snitzer1-30/+57
2012-09-26dm thin: tidy discard supportMike Snitzer1-25/+39
2012-09-26dm: retain table limits when swapping to new table with no devicesMike Snitzer3-1/+50
2012-09-26dm table: clear add_random unless all devices have it setMilan Broz1-4/+22
2012-09-26dm: handle requests beyond end of device instead of using BUG_ONMike Snitzer1-18/+38