summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2012-05-07md/raid5: Fix a bug about judging if the operation is syncing or replacingmajianpeng1-1/+3
2012-04-27md: fix possible corruption of array metadata on shutdown.NeilBrown1-1/+2
2012-04-27md: don't call ->add_disk unless there is good reason.NeilBrown1-2/+2
2012-04-22md/bitmap: prevent bitmap_daemon_work running while initialising bitmapNeilBrown1-0/+2
2012-04-22md/raid1,raid10: Fix calculation of 'vcnt' when processing error recovery.majianpeng2-3/+4
2012-04-02dm thin: fix stacked bi_next usageJoe Thornber1-51/+73
2012-04-02dm persistent data: fix btree rebalancing after removeJoe Thornber1-75/+99
2012-04-02dm exception store: fix init error pathAndrei Warkentin1-1/+1
2012-04-02dm crypt: add missing error handlingMikulas Patocka1-12/+16
2012-04-02dm crypt: fix mempool deadlockMikulas Patocka1-6/+4
2012-04-02md: fix clearing of the 'changed' flags for the bad blocks list.NeilBrown1-1/+2
2012-04-02md/raid1,raid10: avoid deadlock during resync/recovery.NeilBrown2-4/+30
2012-04-02md: don't set md arrays to readonly on shutdown.NeilBrown1-22/+15
2012-04-02md/bitmap: ensure to load bitmap when creating via sysfs.NeilBrown1-0/+2
2012-03-08Merge tag 'dm-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds5-20/+49
2012-03-07dm raid: fix flush supportJonathan E Brassow1-0/+1
2012-03-07dm raid: set MD_CHANGE_DEVS when rebuildingJonathan E Brassow1-6/+10
2012-03-07dm thin metadata: decrement counter after removing mapped blockJoe Thornber1-0/+2
2012-03-07dm thin metadata: unlock superblock in init_pmd error pathJoe Thornber1-0/+1
2012-03-07dm thin metadata: remove incorrect close_device on creation error pathsMike Snitzer1-5/+17
2012-03-07dm flakey: fix crash on read when corrupt_bio_byte not setMike Snitzer1-1/+1
2012-03-07dm io: fix discard supportMilan Broz1-7/+16
2012-03-07dm ioctl: do not leak argv if target message only contains whitespaceJesper Juhl1-1/+1
2012-03-05Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2-12/+28
2012-03-06md/raid10: fix assembling of arrays with replacement devices.NeilBrown1-1/+0
2012-02-14md/raid10: fix handling of error on last working device in array.NeilBrown1-10/+27
2012-02-13md/raid1: fix buglet in md_raid1_contested.NeilBrown1-1/+1
2012-02-08Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2-5/+12
2012-02-07md: two small fixes to handling interrupt resync.NeilBrown1-2/+3
2012-01-31Prevent DM RAID from loading bitmap twice.Jonathan Brassow1-3/+9
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+4
2012-01-14dm: do not forward ioctls from logical volumes to the underlying devicePaolo Bonzini3-2/+27
2012-01-11Merge tag 'md-3.3-fixes' of git://neil.brown.name/mdLinus Torvalds2-1/+16
2012-01-11block: Introduce blk_set_stacking_limits functionMartin K. Petersen2-3/+4
2012-01-11md/raid1: perform bad-block tests for WriteMostly devices too.NeilBrown1-1/+10
2012-01-11md: notify the 'degraded' sysfs attribute on failure.NeilBrown1-0/+6
2012-01-08Merge tag 'md-3.3' of git://neil.brown.name/mdLinus Torvalds10-431/+1256
2012-01-03fs: move code out of buffer.cAl Viro2-3/+1
2011-12-23md/raid1: Mark device want_replacement when we see a write error.NeilBrown1-1/+15
2011-12-23md/raid1: If there is a spare and a want_replacement device, start replacement.NeilBrown1-2/+15
2011-12-23md/raid1: recognise replacements when assembling arrays.NeilBrown1-2/+23
2011-12-23md/raid1: handle activation of replacement device when recovery completes.NeilBrown1-3/+33
2011-12-23md/raid1: Allow a failed replacement device to be removed.NeilBrown1-0/+6
2011-12-23md/raid1: Allocate spare to store replacement devices and their bios.NeilBrown2-31/+40
2011-12-23md/raid1: Replace use of mddev->raid_disks with conf->raid_disks.NeilBrown1-3/+4
2011-12-23md/raid10: If there is a spare and a want_replacement device, start replacement.NeilBrown1-4/+36
2011-12-23md/raid10: recognise replacements when assembling array.NeilBrown1-0/+17
2011-12-23md/raid10: Allow replacement device to be replace old drive.NeilBrown1-11/+61
2011-12-23md/raid10: handle recovery of replacement devices.NeilBrown1-30/+80
2011-12-23md/raid10: Handle replacement devices during resync.NeilBrown1-7/+98