summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release mdadm-3.1.4mdadm-3.1.4NeilBrown2010-08-318-5/+56
* Fix spare migration.NeilBrown2010-08-311-0/+1
* Don't remove md devices with standard names.NeilBrown2010-08-311-23/+21
* Allow dev_open to work on read-only /devNeilBrown2010-08-301-6/+20
* Allow --incremental to add spares to an array.NeilBrown2010-08-121-7/+8
* Incremental: accept '--no-degraded' as a deprecated optionDan Williams2010-08-121-0/+2
* Incremental: return success in 'container not enough' caseDan Williams2010-08-101-1/+1
* Don't link mdadm with pthreadsNeilBrown2010-08-061-3/+3
* Fix compiler warning concering bad use of snprintf.NeilBrown2010-08-061-1/+1
* Release mdadm-3.1.3mdadm-3.1.3NeilBrown2010-08-0610-9/+108
* mapfile: just have one place to store the mapfileNeilBrown2010-08-061-46/+38
* Grow: use raid_disks, not nr_disksNeilBrown2010-08-061-1/+1
* Fix writing of second backup superblock during growNeilBrown2010-08-052-9/+21
* udevadm settle in autodetect testNeilBrown2010-08-051-0/+2
* Compile with -Wextra by defaultNeilBrown2010-08-0520-149/+155
* Detail: clean up handing of the 'info' we load from superblock.NeilBrown2010-08-051-35/+47
* Fix test for imsm prodigal member scenarioNeilBrown2010-08-051-5/+5
* Fix tests/layoutsNeilBrown2010-07-291-1/+1
* Fix restarting of reshaping arrays.NeilBrown2010-07-291-7/+7
* Restore assembling of ddf containers.NeilBrown2010-07-291-1/+1
* Fix use of rv in Grow_reshapeNeilBrown2010-07-291-1/+1
* Some fixes to the mapfile code.NeilBrown2010-07-281-17/+25
* Update man page info about files used by mdmonNeilBrown2010-07-281-18/+12
* Switch from /lib/init/rw to /dev for early-boot files.NeilBrown2010-07-283-8/+8
* Bugfix: mapfile locking is broken/racyNeilBrown2010-07-281-3/+16
* Add warnings if we ever fail to get a lock on the mapfile.Doug Ledford2010-07-221-2/+6
* Bugfix: don't issue a read larger than the buffer to hold itDoug Ledford2010-07-221-1/+1
* udev rules: add watch optionDoug Ledford2010-07-221-0/+1
* Two Minor bug fixes to incremental supportDoug Ledford2010-07-221-4/+12
* Fix all the confusion over directories once and for all.Doug Ledford2010-07-226-65/+46
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-226-10/+69
|\
| * Incremental: restore assembly for inactive containers, block activeDan Williams2010-07-193-2/+17
| * imsm: fix a -O2 build warningDan Williams2010-07-061-2/+2
| * mdmon: satisfy glibc tls abi requirements with pthreadsDan Williams2010-07-062-6/+50
* | Don't report Used Dev Size for RAID0.NeilBrown2010-07-222-2/+2
* | Cast to long long before left-shifting too much.NeilBrown2010-07-222-2/+2
* | super-0.90: don't write bitmap larger than 60KNeilBrown2010-07-071-2/+2
* | Improve --re-add documentationNeilBrown2010-07-071-15/+39
* | Fix the count of member devices in mdstat_read function.Marcin Labun2010-07-061-4/+5
* | fix: IncrementalRemove leaves open handlePrzemyslaw Czarnowski2010-07-061-1/+4
|/
* Merge branch 'master' of git://github.com/djbw/mdadmNeilBrown2010-07-0620-107/+831
|\
| * Merge branch 'fixes' into for-neilDan Williams2010-07-0216-87/+184
| |\
| | * mdmon: prevent allocations due to late bindingDan Williams2010-07-021-1/+2
| | * Always assume SKIP_GONE_DEVS behaviour and kill the flagDan Williams2010-06-179-37/+34
| * | Merge branch 'subarray' into for-neilDan Williams2010-07-0211-77/+722
| |\ \
| | * | Rename subarray v2Dan Williams2010-06-236-14/+235
| | * | Kill subarray v2Dan Williams2010-06-169-40/+431
| * | | Remove 'checkpointing' side effect of --wait-cleanDan Williams2010-06-162-8/+2
| * | | mdmon: record sync_completed directly to the metadataDan Williams2010-06-162-8/+9
| * | | imsm: dump each disk's view of the slot stateDan Williams2010-06-161-1/+7