summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds17-408/+102
2011-03-24dm: use little-endian bitopsAkinobu Mita1-4/+4
2011-03-24md: use little-endian bitopsAkinobu Mita1-3/+3
2011-03-22block: fix non-atomic access to genhd inflight structuresShaohua Li1-3/+4
2011-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-12/+10
2011-03-17block: Require subsystems to explicitly allocate bio_set integrity mempoolMartin K. Petersen9-19/+35
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe16-386/+63
2011-03-10block: kill off REQ_UNPLUGJens Axboe4-9/+5
2011-03-10block: remove per-queue pluggingJens Axboe15-372/+58
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-13/+38
2011-03-04netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-1/+1
2011-02-24md: Fix - again - partition detection when array becomes activeNeilBrown2-1/+23
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo5-49/+106
2011-02-21md: avoid spinlock problem in blk_throtl_exitNeilBrown6-9/+8
2011-02-16md: correctly handle probe of an 'mdp' device.NeilBrown1-0/+3
2011-02-16md: don't set_capacity before array is active.NeilBrown1-3/+3
2011-02-14md: Fix raid1->raid0 takeoverKrzysztof Wojcik1-0/+1
2011-02-12[SCSI] dm mpath: propagate target errors immediatelyHannes Reinecke1-12/+10
2011-02-08FIX: md: process hangs at wait_barrier after 0->10 takeoverKrzysztof Wojcik1-2/+4
2011-02-08md_make_request: don't touch the bio after calling make_requestChris Mason1-2/+7
2011-02-02md: Don't allow slot_store while resync/recovery is happening.NeilBrown1-0/+3
2011-01-31md: don't clear curr_resync_completed at end of resync.NeilBrown1-3/+0
2011-01-31md: Don't use remove_and_add_spares to remove failed devices from a read-only...NeilBrown1-2/+15
2011-01-31Add raid1->raid0 takeover supportKrzysztof Wojcik1-0/+40
2011-01-31md: Remove the AllReserved flag for component devices.NeilBrown2-10/+5
2011-01-31md: don't abort checking spares as soon as one cannot be added.NeilBrown1-2/+1
2011-01-31md: fix the test for finding spares in raid5_start_reshape.NeilBrown1-2/+2
2011-01-31md: simplify some 'if' conditionals in raid5_start_reshape.NeilBrown1-27/+28
2011-01-31md: revert change to raid_disks on failure.NeilBrown1-0/+2
2011-01-25workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo1-1/+1
2011-01-14block: restore multiple bd_link_disk_holder() supportTejun Heo2-0/+2
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds17-292/+1581
2011-01-14Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds6-116/+172
2011-01-14md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown1-1/+1
2011-01-14md: range check slot number when manually adding a spare.NeilBrown1-1/+6
2011-01-14md/raid5: handle manually-added spares in start_reshape.NeilBrown1-2/+7
2011-01-14md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle1-2/+2
2011-01-14md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown1-12/+21
2011-01-14md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown3-6/+5
2011-01-14md: separate meta and data devsJonathan Brassow3-5/+17
2011-01-14md-new-param-to_sync_page_ioJonathan Brassow5-29/+28
2011-01-14md-new-param-to-calc_dev_sboffsetJonathan Brassow1-6/+6
2011-01-14md: Be more careful about clearing flags bit in ->recoveryNeilBrown1-37/+49
2011-01-14md: md_stop_writes requires mddev_lock.NeilBrown1-3/+10
2011-01-14md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointerJonathan Brassow1-1/+1
2011-01-14md: Ensure no IO request to get md device before it is properly initialised.NeilBrown2-3/+8
2011-01-14md: Fix single printks with multiple KERN_<level>sJoe Perches3-5/+6
2011-01-14md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown1-1/+2