aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2009-05-26md: don't use locked_ioctl.NeilBrown1-1/+1
2009-05-26md: don't update curr_resync_completed without also updating reshape_position.NeilBrown1-6/+7
2009-05-26md: export 'frozen' resync state through sysfsNeilBrown1-2/+9
2009-05-26md: improve errno return when setting array_sizeNeilBrown1-1/+1
2009-05-26md: always update level / chunk_size / layout when writing v1.x metadata.NeilBrown1-0/+3
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-05-07md: remove rd%d links immediately after stopping an array.NeilBrown1-8/+8
2009-05-07md: remove ability to explicit set an inactive array to 'clean'.NeilBrown1-5/+2
2009-05-07md: constify VFTsJan Engelhardt1-1/+1
2009-05-07md: tidy up status_resync to handle large arrays.NeilBrown1-17/+28
2009-04-17md: update sync_completed and reshape_position even more often.NeilBrown1-1/+2
2009-04-14md: improve usefulness and accuracy of sysfs file md/sync_completed.NeilBrown1-12/+22
2009-04-14md: allow setting newly added device to 'in_sync' via sysfs.NeilBrown1-1/+5
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