summaryrefslogtreecommitdiff
path: root/Grow.c
Commit message (Expand)AuthorAge
* Grow: add disks chosen by metadata handler to array for growth.NeilBrown2010-12-16
* Grow: call start/abort_reshape as appropriate when reshaping a container.NeilBrown2010-12-16
* Grow: make sure rv is set correctly in reshape_container_raid_disksNeilBrown2010-12-16
* Grow: split out start_reshape for initiating reshape via sysfs.NeilBrown2010-12-16
* Grow: fix calculation of stripe_cache_size when reshaping.NeilBrown2010-12-16
* Grow: be more careful about metadata updates.NeilBrown2010-12-16
* Grow: check container is idle before freezing it.NeilBrown2010-12-16
* Grow: warn if growing an array will make it degraded.NeilBrown2010-12-09
* FIX: wait_backup() sometimes hungsAdam Kwolek2010-12-03
* FIX: Honor !reshape state on wait_reshape() entryAdam Kwolek2010-12-03
* Grow: open backup file for reshape as functionAdam Kwolek2010-12-03
* Create/grow: improve checks on number of devices.NeilBrown2010-12-01
* Grow: disallow placing backup file on array being reshaped.NeilBrown2010-12-01
* Assemble: allow an array undergoing reshape to be started without backup fileNeilBrown2010-12-01
* Grow: give useful message when adding bitmap gives EBUSY.NeilBrown2010-11-30
* Fix warning about host-endian bitmaps.NeilBrown2010-11-30
* Compute backup blocks in function.Adam Kwolek2010-11-30
* Prepare and free fdlist in functionsAdam Kwolek2010-11-30
* Disk removal support for Raid10->Raid0 takeoverAdam Kwolek2010-11-29
* External reshape (step 2): Freeze containerDan Williams2010-11-23
* External reshape (step 1): container reshape and ->reshape_super()Dan Williams2010-11-23
* Grow: fix check for raid6 layout normalizationDan Williams2010-11-23
* Grow: mark some functions staticDan Williams2010-11-23
* super_by_fd: return subarray info explicitly.NeilBrown2010-11-22
* get_info_super: report which other devices are thought to be working/failed.NeilBrown2010-11-22
* Grow: use raid_disks, not nr_disksNeilBrown2010-08-06
* Fix writing of second backup superblock during growNeilBrown2010-08-05
* Compile with -Wextra by defaultNeilBrown2010-08-05
* Fix restarting of reshaping arrays.NeilBrown2010-07-29
* Fix use of rv in Grow_reshapeNeilBrown2010-07-29
* Bugfix: don't issue a read larger than the buffer to hold itDoug Ledford2010-07-22
* Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-16
* Grow: move error message closer to error cause.NeilBrown2010-05-18
* Grow: avoid overflow of chunk sizes.NeilBrown2010-04-29
* Don't attempt to create or read bitmaps where the metadata doesn't support it.NeilBrown2010-04-07
* Grow: fix recent breakage - lseek return status.NeilBrown2010-03-10
* Grow: fix problem with validating chunk sizeNeilBrown2010-03-09
* Add _FORTIFY_SOURCE to mdadm.O2 build.NeilBrown2010-03-03
* Fix warning about unused variable.NeilBrown2010-03-03
* Grow: be more relaxed about timestamp mismatches on backup file.NeilBrown2010-02-24
* Grow: If bitmap interferes with grow, report this.NeilBrown2010-01-28
* Remove stray debugging printfsNeilBrown2010-01-28
* Grow: be more careful when using array.sizeNeilBrown2009-11-26
* Grow: avoid truncation error when checking size of array.NeilBrown2009-11-26
* Grow: various fixes to recent breakages.NeilBrown2009-11-17
* Grow: data_offset is in sectors, offsets[] is in bytes - convertNeilBrown2009-11-16
* Grow: do not allow size changes with other changes.NeilBrown2009-11-06
* Grow: goto release rather than just returnNeilBrown2009-11-06
* Grow: restrict to 2.6.32NeilBrown2009-11-06
* Grow: use large block count and make sure stripe cache can hold it.NeilBrown2009-11-06