summaryrefslogtreecommitdiffstats
path: root/util.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-09main: extract more functions.NeilBrown1-162/+206
2012-07-09main: split scan_assemble into a separate functionNeilBrown1-92/+117
2012-07-09mdadm.c: various minor clean-upsNeilBrown1-20/+30
2012-07-09Use explicit non-char opt for --zero-superNeilBrown3-4/+5
2012-07-09ReadMe: various updates and corrections.NeilBrown1-65/+59
2012-07-09mdmon: fix arg parsing.NeilBrown1-1/+0
2012-06-04Monitor: fix reporting for Fail vs FailSpare etc.NeilBrown1-27/+12
2012-06-04Monitor: Report NewArray when an array the disappeared, reappears.NeilBrown1-2/+7
2012-06-04Monitor: fix inconsistencies in values for ->percentNeilBrown4-17/+19
2012-06-04Monitor: Allow correct monitoring of more member devices.NeilBrown1-12/+7
2012-05-30Detail: show which 'set' each device in a RAID10 belongs toNeilBrown1-1/+13
2012-05-30New tests testing removal of internal bitmapsJes Sorensen4-0/+72
2012-05-30New tests testing the addition of bitmapsJes Sorensen4-0/+80
2012-05-30Fix --no-error in test scriptJes Sorensen1-1/+1
2012-05-29imsm: fix: correct checking volume's degradationLukasz Dorau1-2/+4
2012-05-29mdadm: Fix Segmentation fault.majianpeng1-1/+3
2012-05-28Move setup code to a function and introduce matching cleanup argumentJes Sorensen1-24/+34
2012-05-28Improve --help message from testJes Sorensen1-2/+9
2012-05-28Add --no-error argument to 'test'Jes Sorensen1-2/+6
2012-05-28Add support for saving log files in test scriptJes Sorensen1-5/+35
2012-05-24Increase minimum chunk size in testsuite to 64kBAnton Blanchard2-2/+2
2012-05-24udev-rules: prevent systemd from mount devices before they are ready.NeilBrown1-1/+1
2012-05-23Add command line argument parsing to 'test' sriptJes Sorensen1-23/+65
2012-05-23Check for multipath module before running multipath testsJes Sorensen2-0/+11
2012-05-18Create new release: 3.2.5mdadm-3.2.5NeilBrown7-5/+37
2012-05-18Update some device sizes for self tests.NeilBrown2-4/+4
2012-05-18imsm: fix: check if size of expansion is not larger than maximumLukasz Dorau1-15/+32
2012-05-18imsm: fix a typo in fprintf messageLukasz Dorau1-1/+1
2012-05-18mdadm.conf.5: typo: of -> orNeilBrown1-1/+1
2012-05-17RebuildMap: check that container_content returns a valid 'info'.NeilBrown1-0/+2
2012-05-15Don't consider disks with a valid recovery offset as candidates for bumping u...Alexander Lyakas1-0/+1
2012-05-15Grow: don't print message if unfreezing fails.NeilBrown1-2/+0
2012-05-15Grow: fix --layout=preserve to match man page.NeilBrown1-1/+29
2012-05-15super1: fix choice of data_offset.NeilBrown1-15/+16
2012-05-15New sha1.c and sha1.hNeilBrown2-64/+109
2012-05-09Create new release: 3.2.4mdadm-3.2.4NeilBrown8-34/+181
2012-05-07super-intel.c: Fix resource leak from opendir()Jes Sorensen1-0/+1
2012-05-07super-intel.c: Don't try to close negative fdJes Sorensen1-1/+1
2012-05-03Grow: failing the set the per-device size is not an error.NeilBrown1-1/+3
2012-05-03test: don't worry too much about array size.NeilBrown1-2/+3
2012-05-03Adjust to new standard of /runNeilBrown6-45/+23
2012-05-03Update test for "is udev active".NeilBrown1-1/+1
2012-04-30imsm: fix: thunderdome may drop 2tb attributeCzarnowska, Anna1-0/+2
2012-04-30Introduce sysfs_set_num_signed() and use it to set bitmap/offsetJes Sorensen3-2/+12
2012-04-30Fix sign extension of bitmap_offset in super1.cJes Sorensen1-2/+2
2012-04-23fix: correct extending size of raid0 arrayLukasz Dorau1-1/+1
2012-04-23imsm: fix: rebuild does not continue after rebootLukasz Dorau1-0/+17
2012-04-18Relax restrictions on when --add is permitted.NeilBrown1-9/+26
2012-04-18Add --prefer option for --detail and --monitorNeilBrown7-20/+68
2012-04-18Raid limit of 1024 when scanning for devices.NeilBrown3-4/+12