summaryrefslogtreecommitdiffstats
path: root/mkinitramfs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-31Fix spare migration.NeilBrown1-0/+1
2010-08-31Don't remove md devices with standard names.NeilBrown1-23/+21
2010-08-30Allow dev_open to work on read-only /devNeilBrown1-6/+20
2010-08-12Allow --incremental to add spares to an array.NeilBrown1-7/+8
2010-08-12Incremental: accept '--no-degraded' as a deprecated optionDan Williams1-0/+2
2010-08-10Incremental: return success in 'container not enough' caseDan Williams1-1/+1
2010-08-06Don't link mdadm with pthreadsNeilBrown1-3/+3
2010-08-06Fix compiler warning concering bad use of snprintf.NeilBrown1-1/+1
2010-08-06Release mdadm-3.1.3mdadm-3.1.3NeilBrown10-9/+108
2010-08-06mapfile: just have one place to store the mapfileNeilBrown1-46/+38
2010-08-06Grow: use raid_disks, not nr_disksNeilBrown1-1/+1
2010-08-05Fix writing of second backup superblock during growNeilBrown2-9/+21
2010-08-05udevadm settle in autodetect testNeilBrown1-0/+2
2010-08-05Compile with -Wextra by defaultNeilBrown20-149/+155
2010-08-05Detail: clean up handing of the 'info' we load from superblock.NeilBrown1-35/+47
2010-08-05Fix test for imsm prodigal member scenarioNeilBrown1-5/+5
2010-07-29Fix tests/layoutsNeilBrown1-1/+1
2010-07-29Fix restarting of reshaping arrays.NeilBrown1-7/+7
2010-07-29Restore assembling of ddf containers.NeilBrown1-1/+1
2010-07-29Fix use of rv in Grow_reshapeNeilBrown1-1/+1
2010-07-28Some fixes to the mapfile code.NeilBrown1-17/+25
2010-07-28Update man page info about files used by mdmonNeilBrown1-18/+12
2010-07-28Switch from /lib/init/rw to /dev for early-boot files.NeilBrown3-8/+8
2010-07-28Bugfix: mapfile locking is broken/racyNeilBrown1-3/+16
2010-07-22Add warnings if we ever fail to get a lock on the mapfile.Doug Ledford1-2/+6
2010-07-22Bugfix: don't issue a read larger than the buffer to hold itDoug Ledford1-1/+1
2010-07-22udev rules: add watch optionDoug Ledford1-0/+1
2010-07-22Two Minor bug fixes to incremental supportDoug Ledford1-4/+12
2010-07-22Fix all the confusion over directories once and for all.Doug Ledford6-65/+46
2010-07-22Don't report Used Dev Size for RAID0.NeilBrown2-2/+2
2010-07-22Cast to long long before left-shifting too much.NeilBrown2-2/+2
2010-07-19Incremental: restore assembly for inactive containers, block activeDan Williams3-2/+17
2010-07-07super-0.90: don't write bitmap larger than 60KNeilBrown1-2/+2
2010-07-07Improve --re-add documentationNeilBrown1-15/+39
2010-07-06imsm: fix a -O2 build warningDan Williams1-2/+2
2010-07-06mdmon: satisfy glibc tls abi requirements with pthreadsDan Williams2-6/+50
2010-07-06Fix the count of member devices in mdstat_read function.Marcin Labun1-4/+5
2010-07-06fix: IncrementalRemove leaves open handlePrzemyslaw Czarnowski1-1/+4
2010-07-06Add --test option to --re-add and similarNeilBrown5-9/+17
2010-07-06Add support for "--re-add missing"NeilBrown2-20/+81
2010-07-06Don't let incremental add devices to active arrays.NeilBrown1-0/+16
2010-07-06Assemble: Fix honouring of 'auto' config lineNeilBrown1-0/+1
2010-07-02mdmon: prevent allocations due to late bindingDan Williams1-1/+2
2010-06-30Avoid skipping devices where removing all faulty/detached devices.NeilBrown1-4/+19
2010-06-30Update udev rules for hotplug support.NeilBrown1-6/+6
2010-06-30Add -fail support to --incrementalNeilBrown6-9/+88
2010-06-30Support fail/remove using kernel nameNeilBrown1-20/+83
2010-06-30Add mdstat_by_componentNeilBrown2-4/+65
2010-06-30Correct documentation for --rebuild-mapNeilBrown2-9/+9
2010-06-29Fix parsing of inactive arrays in /proc/mdstatJeff DeFouw1-2/+3