summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-3.2.3 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-12Assemble: Clean up start_array()Jes Sorensen1-39/+58
2017-04-12mdadm/manpage:clustered arrays don't support array-size yetZhilong Liu1-0/+2
2017-04-12mdadm/manpage:update manpage for readonly parameterZhilong Liu1-2/+3
2017-04-12mdopen: use parameters/new_array to create arrays whenever possible.NeilBrown1-0/+12
2017-04-11super1: Clean up various style abusesJes Sorensen1-140/+223
2017-04-11Retire mdassembleJes Sorensen12-303/+12
2017-04-11Revert "mdadm/grow: reshape would be stuck from raid1 to raid5"Jes Sorensen1-1/+1
2017-04-11mdadm.c:fix compile warning "mdfd is uninitialized"Zhilong Liu1-1/+1
2017-04-06mdadm: Fail for kernels older than 2.6.15Jes Sorensen1-0/+5
2017-04-05util: Finally kill off md_get_version()Jes Sorensen2-30/+0
2017-04-05Assemble/Assemble: Get rid of last use of md_get_version()Jes Sorensen1-1/+1
2017-04-05mdassemble: Use md_get_array_info() to check for valid arrayJes Sorensen1-5/+4
2017-04-05mdopen/open_mddev: Use md_get_array_info() to determine valid arrayJes Sorensen1-1/+5
2017-04-05mdmon: Stop bothering about md_get_version()Jes Sorensen1-4/+0
2017-04-05bitmap: Remove use of md_get_version()Jes Sorensen1-1/+1
2017-04-05Query: Remove all references to md_get_version()Jes Sorensen1-10/+3
2017-04-05Manage: Remove all references to md_get_version()Jes Sorensen1-19/+1
2017-04-05Create: Remove all attemps to handle md driver older than 0.90.03Jes Sorensen1-25/+5
2017-04-05Detail: Stop bothering about md drivers older than 0.90.00Jes Sorensen1-20/+7
2017-04-05Grow: Stop bothering about md driver versions older than 0.90.00Jes Sorensen1-7/+0
2017-04-05Build: Stop bothering about supporting md driver older than 0.90.00Jes Sorensen1-118/+69
2017-04-05Assemble/Assemble: Stop checking kernel md driver versionJes Sorensen1-2/+1
2017-04-05util/set_array_info: Simplify code since md_get_version returns a constantJes Sorensen1-11/+8
2017-04-05util/must_be_container: Use sysfs_read(GET_VERSION) to determine valid arrayJes Sorensen1-1/+6
2017-04-05Create: Fixup various whitespace issuesJes Sorensen1-26/+24
2017-04-05Create: Fixup bad placement of logical || && in multi-line if statementsJes Sorensen1-17/+11
2017-04-05mdadm/Create: declaring an existing struct within same functionZhilong Liu1-6/+6
2017-03-30sysfs: Make sysfs_init() return an error codeJes Sorensen9-25/+88
2017-03-30sysfs: Use the presence of /sys/block/<dev>/md as indicator of valid deviceJes Sorensen1-5/+12
2017-03-30mdadm.c: fix compile error "switch condition has boolean value"Gioh Kim1-8/+6
2017-03-30imsm: use rounded size for metadata initializationTomasz Majchrzak1-18/+34
2017-03-30mdadm/grow: reshape would be stuck from raid1 to raid5Zhilong Liu1-1/+1
2017-03-30Grow: Do not shadow an existing variableJes Sorensen1-3/+3
2017-03-30Grow: Remove unnecessary optimizationJes Sorensen1-12/+0
2017-03-29md_u: Remove some unused ioctl declarationsJes Sorensen1-6/+0
2017-03-29util: Introduce md_set_array_info()Jes Sorensen4-13/+21
2017-03-29util: Introduce md_get_disk_info()Jes Sorensen7-25/+31
2017-03-29Incremental: Remove redundant call for GET_ARRAY_INFOJes Sorensen1-8/+6
2017-03-29util: Introduce md_get_array_info()Jes Sorensen10-42/+51
2017-03-29Grow: Fixup a pile of cosmetic issuesJes Sorensen1-28/+32
2017-03-29util: Cosmetic changesJes Sorensen1-12/+10
2017-03-29mdadm: Fixup a number of whitespace inconsistency casesJes Sorensen1-26/+25
2017-03-29mdadm: Clean up some ugly multiple actions on single lineJes Sorensen1-10/+20
2017-03-29super1: replace hard-coded values with bit definitionsGioh Kim1-3/+4
2017-03-29mdadm.h: struct mdinfo: reorganize ppl elements for better struct packingJes Sorensen1-1/+1
2017-03-29Grow: support consistency policy changeArtur Paszkiewicz5-23/+218
2017-03-29Add 'ppl' and 'no-ppl' options for --update=Artur Paszkiewicz5-4/+139
2017-03-29super1: PPL supportArtur Paszkiewicz6-19/+155
2017-03-29imsm: PPL supportArtur Paszkiewicz6-24/+349
2017-03-29Detail: show consistency policyArtur Paszkiewicz5-46/+65