summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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...Linus 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
2012-09-26dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer1-4/+7
2012-09-26dm thin: do not set discard_zeroes_dataMike Snitzer1-1/+1
2012-09-24md/raid5: add missing spin_lock_init.NeilBrown1-0/+1
2012-09-20block: Implement support for WRITE SAMEMartin K. Petersen1-0/+1
2012-09-19md: make sure metadata is updated when spares are activated or removed.NeilBrown1-1/+5
2012-09-19md/raid5: fix calculate of 'degraded' when a replacement becomes active.NeilBrown1-0/+4
2012-09-19Revert "md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_AC...NeilBrown1-1/+1
2012-09-09block: Add bio_clone_bioset(), bio_clone_kmalloc()Kent Overstreet3-27/+4
2012-09-09dm: Use bioset's front_pad for dm_rq_clone_bio_infoKent Overstreet1-28/+18
2012-09-09block: Ues bi_pool for bio_integrity_alloc()Kent Overstreet2-3/+3
2012-09-09block: Generalized bio pool freeingKent Overstreet4-64/+4
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo3-3/+3