aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-03Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-148/+467
2009-03-31md: don't display meaningless values in sysfs files resync_start and sync_speedNeilBrown1-0/+4
2009-03-31md: add explicit method to signal the end of a reshape.NeilBrown1-8/+3
2009-03-31md: 'array_size' sysfs attributeDan Williams1-7/+105
2009-03-31md: centralize ->array_sectors modificationsDan Williams1-0/+6
2009-03-31md/raid5: allow layout/chunksize to be changed on an active 2-drive raid5.NeilBrown1-13/+24
2009-03-31md: add ->takeover method to support changing the personality managing an arrayNeilBrown1-9/+92
2009-03-31md: enable suspend/resume of md devices.NeilBrown1-15/+64
2009-03-31md: md_unregister_thread should cope with being passed NULLNeilBrown1-0/+2
2009-03-31md: make sure new_level, new_chunksize, new_layout always have sensible values.NeilBrown1-7/+10
2009-03-31md: Represent raid device size in sectors.Andre Noll1-48/+48
2009-03-31md: Make mddev->size sector-based.Andre Noll1-44/+53
2009-03-31md: be more consistent about setting WriteMostly flag when adding a drive to an arrayNeilBrown1-0/+2
2009-03-31md: occasionally checkpoint drive recovery to reduce duplicate effort after a crashNeilBrown1-4/+23
2009-03-31md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown1-1/+1
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-1/+5
2009-03-31md: move LEVEL_* definition from md_k.h to md_u.hNeilBrown1-3/+0
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig1-1/+1
2009-03-31md: stop defining MAJOR_NRChristoph Hellwig1-7/+5
2009-03-31MD data integrity supportMartin K. Petersen1-0/+39
2009-03-31md: Fix is_mddev_idle test (again).NeilBrown1-8/+8
2009-03-04md: fix deadlock when stopping arraysDan Williams1-12/+18
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe1-2/+2
2009-02-06md: Ensure an md array never has too many devices.NeilBrown1-10/+14
2009-01-09md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown1-1/+4
2009-01-09md: Allow md devices to be created by name.NeilBrown1-18/+101
2009-01-09md: make devices disappear when they are no longer needed.NeilBrown1-12/+49
2009-01-09md: centralise all freeing of an 'mddev' in 'md_free'NeilBrown1-9/+11
2009-01-09md: move allocation of ->queue from mddev_find to md_probeNeilBrown1-11/+17
2009-01-09md: need another print_sb for mdp_superblock_1Cheng Renquan1-6/+60
2009-01-09md: use list_for_each_entry macro directlyCheng Renquan1-64/+43
2009-01-09md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown1-7/+13
2008-11-06md: revert the recent addition of a call to the BLKRRPART ioctl.NeilBrown1-6/+0
2008-10-28md: destroy partitions and notify udev when md array is stopped.NeilBrown1-0/+7
2008-10-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-23/+33
2008-10-21[PATCH] pass fmode_t to blkdev_put()Al Viro1-2/+2
2008-10-21[PATCH] switch mdAl Viro1-10/+10
2008-10-21[PATCH] beginning of methods conversionAl Viro1-3/+3
2008-10-21md: allow extended partitions on md devices.NeilBrown1-0/+5
2008-10-21md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown1-9/+12
2008-10-21md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown1-14/+16
2008-10-16md: fix input truncation in safe_delay_store()Dan Williams1-5/+3
2008-10-15md: build failure due to missing delay.hStephen Rothwell1-0/+1
2008-10-13md: Relax minimum size restrictions on chunk_size.NeilBrown1-6/+1
2008-10-13md: remove space after function name in declaration and call.NeilBrown1-13/+13
2008-10-13md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown1-17/+4
2008-10-13md: Don't try to set an array to 'read-auto' if it is already in that state.NeilBrown1-2/+2
2008-10-13md: Allow metadata_version to be updated for externally managed metadata.NeilBrown1-1/+7
2008-10-13md: Fix rdev_size_store with size == 0Chris Webb1-4/+2
2008-10-09block: move stats from disk to part0Tejun Heo1-2/+2