summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2009-09-15dm snapshot: fix on disk chunk size validationMikulas Patocka
2009-09-15dm exception store: split set_chunk_sizeMikulas Patocka
2009-09-15dm snapshot: fix header corruption race on invalidationMikulas Patocka
2009-09-15dm snapshot: refactor zero_disk_area to use chunk_ioMikulas Patocka
2009-09-15dm raid1: do not allow log_failure variable to unset after being setJonathan Brassow
2009-08-16md: Handle growth of v1.x metadata correctly.Neil Brown
2009-08-16md: when a level change reduces the number of devices, remove the excess.NeilBrown
2009-08-16md/raid6: release spare page at ->stop()Dan Williams
2009-07-30dm raid1: wake kmirrord when requeueing delayed bios after remote recoveryMikulas Patocka
2009-07-19md: avoid dereferencing NULL pointer when accessing suspend_* sysfs attributes.NeilBrown
2009-07-19md: fix error path when duplicate name is found on md device creation.NeilBrown
2009-07-19md/raid5: suspend shouldn't affect read requests.NeilBrown
2009-07-02dm: use i_size_readMikulas Patocka
2009-07-02dm exception store: really fix type lookupMilan Broz
2009-07-02dm exception store: fix exstore lookup to be case insensitiveJonathan Brassow
2009-07-02dm mpath: flush keventd queue in destructorMikulas Patocka
2009-07-02dm: sysfs skip output when device is being destroyedMilan Broz
2009-07-02dm mpath: validate table argument countMikulas Patocka
2009-07-02dm mpath: validate hw_handler argument countMikulas Patocka
2009-07-02md/raid5: add missing call to schedule() after prepare_to_wait()Dan Williams
2009-06-09md/raid5: fix bug in reshape code when chunk_size decreases.NeilBrown
2009-06-09md/raid5 - avoid deadlocks in get_active_stripe during reshapeNeilBrown
2009-06-09md/raid5: use conf->raid_disks in preference to mddev->raid_diskNeilBrown
2009-05-27md: raid5: change incorrect usage of 'min' macro to 'min_t'NeilBrown
2009-05-26md: don't use locked_ioctl.NeilBrown
2009-05-26md: don't update curr_resync_completed without also updating reshape_position.NeilBrown
2009-05-26md: raid5: avoid sector values going negative when testing reshape progress.NeilBrown
2009-05-26md: export 'frozen' resync state through sysfsNeilBrown
2009-05-26md: bitmap: improve bitmap maintenance code.NeilBrown
2009-05-26md: improve errno return when setting array_sizeNeilBrown
2009-05-26md: always update level / chunk_size / layout when writing v1.x metadata.NeilBrown
2009-05-07md: remove rd%d links immediately after stopping an array.NeilBrown
2009-05-07md: remove ability to explicit set an inactive array to 'clean'.NeilBrown
2009-05-07md: constify VFTsJan Engelhardt
2009-05-07md: tidy up status_resync to handle large arrays.NeilBrown
2009-05-07md: fix some (more) errors with bitmaps on devices larger than 2TB.NeilBrown
2009-05-07md/raid10: don't clear bitmap during recovery if array will still be degraded.NeilBrown
2009-05-07md: fix loading of out-of-date bitmap.NeilBrown
2009-04-20Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2009-04-20md: support bitmaps on RAID10 arrays larger then 2 terabytesNeilBrown
2009-04-17md: update sync_completed and reshape_position even more often.NeilBrown
2009-04-15block: move bio list helpers into bio.hChristoph Hellwig
2009-04-14md: improve usefulness and accuracy of sysfs file md/sync_completed.NeilBrown
2009-04-14md: allow setting newly added device to 'in_sync' via sysfs.NeilBrown
2009-04-14md: tiny md.h cleanupsChristoph Hellwig
2009-04-09dm kcopyd: fix callback raceMikulas Patocka
2009-04-09dm kcopyd: prepare for callback race fixMikulas Patocka
2009-04-09dm: implement basic barrier supportMikulas Patocka
2009-04-09dm: remove dm_request loopMikulas Patocka
2009-04-09dm: rework queueing and suspensionMikulas Patocka