aboutsummaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2012-10-13Merge tag 'md-3.7' of git://neil.brown.name/mdLinus Torvalds
2012-10-12dm: store dm_target_io in bio front_padMikulas Patocka
2012-10-12dm thin: move bio_prison code to separate moduleMike Snitzer
2012-10-12dm thin: prepare to separate bio_prison codeMike Snitzer
2012-10-12dm thin: support discard with non power of two block sizeMike Snitzer
2012-10-12dm persistent data: convert to use le32_add_cpuWei Yongjun
2012-10-12dm: use ACCESS_ONCE for sysfs valuesMikulas Patocka
2012-10-12dm bufio: use list_moveWei Yongjun
2012-10-12dm mpath: fix check for null mpio in end_io fnWei Yongjun
2012-10-11md: refine reporting of resync/reshape delays.NeilBrown
2012-10-11md/raid5: be careful not to resize_stripes too big.NeilBrown
2012-10-11md: make sure manual changes to recovery checkpoint are saved.NeilBrown
2012-10-11md/raid10: use correct limit variableDan Carpenter
2012-10-11md: writing to sync_action should clear the read-auto state.NeilBrown
2012-10-11Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid racesJianpeng Ma
2012-10-11md/raid5: make sure to_read and to_write never go negative.NeilBrown
2012-10-11md: When RAID5 is dirty, force reconstruct-write instead of read-modify-write.Alexander Lyakas
2012-10-11md/raid5: protect debug message against NULL derefernce.NeilBrown
2012-10-11md/raid5: add some missing locking in handle_failed_stripe.NeilBrown
2012-10-11MD: raid5 avoid unnecessary zero page for trimShaohua Li
2012-10-11MD: raid5 trim supportShaohua Li
2012-10-11md/bitmap:Don't use IS_ERR to judge alloc_page().Jianpeng Ma
2012-10-11md/raid1: Don't release reference to device while handling read error.NeilBrown
2012-10-11raid: replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-10-11DM RAID: Fix for "sync" directive ineffectivenessJonathan Brassow
2012-10-11DM RAID: Fix comparison of index and quantity for "rebuild" parameterJonathan Brassow
2012-10-11DM RAID: Add rebuild capability for RAID10Jonathan Brassow
2012-10-11DM RAID: Move 'rebuild' checking code to its own functionJonathan Brassow
2012-10-11MD RAID10: Prep for DM RAID10 device replacement capabilityJonathan Brassow
2012-10-11md: avoid taking the mutex on some ioctls.NeilBrown
2012-10-11MD: change the parameter of md threadShaohua Li
2012-10-11md/raid10: submit IO from originating thread instead of md thread.NeilBrown
2012-10-11md: raid 10 supports TRIMShaohua Li
2012-10-11md: raid 1 supports TRIMShaohua Li
2012-10-11md: raid 0 supports TRIMShaohua Li
2012-10-11md: linear supports TRIMShaohua Li
2012-10-11md/linear: rcu_dereference outside read-lock sectionDenis Efremov
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-28Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds
2012-09-27md/raid10: fix "enough" function for detecting if array is failed.NeilBrown
2012-09-26dm verity: fix overflow checkMikulas Patocka
2012-09-26dm thin: fix discard support for data devicesMike Snitzer
2012-09-26dm thin: tidy discard supportMike Snitzer
2012-09-26dm: retain table limits when swapping to new table with no devicesMike Snitzer
2012-09-26dm table: clear add_random unless all devices have it setMilan Broz
2012-09-26dm: handle requests beyond end of device instead of using BUG_ONMike Snitzer
2012-09-26dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer
2012-09-26dm thin: do not set discard_zeroes_dataMike Snitzer
2012-09-24md/raid5: add missing spin_lock_init.NeilBrown