summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-3.0 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-01mdadm: set journal_clean after scanning all disksSong Liu1-2/+6
2017-08-29mdadm: install two more udev rules in mdadm.specSong Liu1-0/+2
2017-08-23Detail: differentiate between container and inactive arraysMariusz Tkaczyk1-5/+11
2017-08-16Monitor: Include containers in spare migrationMariusz Tkaczyk1-1/+1
2017-08-16Monitor: containers don't have the same sysfs properties as arraysMariusz Tkaczyk1-18/+28
2017-08-16Don't use exit(ERANGE)NeilBrown1-1/+1
2017-08-16super1: only set clustered flag when bitmap is presentNeilBrown1-2/+2
2017-08-16Use correct syntax for passing DEVLINKS to mdadm from udevNeilBrown2-2/+2
2017-08-16Error messages should end with a newline character.NeilBrown4-6/+6
2017-08-16imsm: rebuild from 2-disk RAID10Tomasz Majchrzak1-10/+67
2017-08-16Detail: correct output for active arraysMariusz Tkaczyk3-14/+17
2017-08-02udev rules: introduce rules for cluster-md to confirm deviceGuoqing Jiang2-2/+25
2017-08-02mdadm/r5cache: allow adding journal to array without journalSong Liu2-9/+2
2017-07-27super1: Always round data offset to 1MPawel Baldysiak1-2/+1
2017-07-10Monitor: don't assume mdadm parameter is a block deviceTomasz Majchrzak1-2/+11
2017-07-10mdadm/test: Add '--disks=' to support testing phsical devicesZhilong Liu1-5/+32
2017-07-10mdadm/test: Add '--raidtype=' to run different raidlevel casesZhilong Liu1-0/+31
2017-07-10mdadm/test: Refactor and revamp 'test' scriptZhilong Liu1-180/+228
2017-06-09mdadm/test: Convert code format to use TabZhilong Liu1-324/+378
2017-06-09Grow: don't allow to enable PPL when reshape is in progressTomasz Majchrzak1-0/+12
2017-06-09Grow: don't allow array geometry change with ppl enabledTomasz Majchrzak1-0/+7
2017-06-05Get failed disk count from array stateTomasz Majchrzak6-26/+17
2017-06-05Grow: set component size prior to array sizeTomasz Majchrzak1-0/+2
2017-06-02md_u: Remove unused ioctl declaration of START_ARRAYZhilong Liu1-1/+0
2017-05-26super1: fix sb->max_dev when adding a new disk in linear arrayLidong Zhong1-1/+6
2017-05-24Detail: don't exit if ioctl has been successfulTomasz Majchrzak2-13/+16
2017-05-19manpage: bad block support for IMSMTomasz Majchrzak1-2/+2
2017-05-16mdadm: Fixup != broken formattingJes Sorensen6-22/+24
2017-05-16mdadm: Fix '==' broken formattingJes Sorensen5-16/+16
2017-05-16mdadm: Fixup more broken logical operator formattingJes Sorensen11-38/+38
2017-05-16mdadm: Fixup a large number of bad formatting of logical operatorsJes Sorensen9-90/+76
2017-05-16super-ddf: sysfs_read() takes a pointer as device name argumentJes Sorensen1-1/+1
2017-05-16mdadm: Uninitialized variable rdevJames Puthukattukaran1-1/+1
2017-05-11Monitor: Fixup a pile of whitespace issuesJes Sorensen1-55/+55
2017-05-11Monitor: mailfrom is initialized correctlyJes Sorensen1-1/+1
2017-05-11Monitor: Not much point declaring mdlist in both forks of the if() statementJes Sorensen1-2/+3
2017-05-11retire the APIs that driver no longer supportsZhilong Liu2-8/+0
2017-05-11IMSM: Correct --examine output for 4k disksMaksymilian Kunt1-2/+5
2017-05-09Monitor/check_array: Use working_disks from sysfsJes Sorensen1-2/+2
2017-05-09sysfs/sysfs_read: Count working_disksJes Sorensen1-6/+9
2017-05-09Monitor/check_array: Get nr_disks, active_disks and spare_disks from sysfsJes Sorensen1-7/+7
2017-05-09Monitor/check_array: Get array_disks from sysfsJes Sorensen1-2/+2
2017-05-09Monitor/check_array: Get 'failed_disks' from sysfsJes Sorensen1-3/+4
2017-05-09Monitor/check_array: Obtain RAID level from syfsJes Sorensen1-3/+3
2017-05-09Monitor/check_array: Read sysfs entry earlierJes Sorensen1-6/+10
2017-05-09Monitor/check_array: Declate mdinfo instance globallyJes Sorensen1-2/+2
2017-05-09Monitor/check_array: Reduce duplicated error handlingJes Sorensen1-24/+15
2017-05-09Monitor/check_array: Centralize exit pathJes Sorensen1-10/+14
2017-05-09Add sector size as spare selection criterionAlexey Obitotskiy5-3/+45
2017-05-09Allow more spare selection criteriaAlexey Obitotskiy5-41/+62