summaryrefslogtreecommitdiffstats
path: root/ANNOUNCE-3.2.4 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-12Grow: Handle failure to load superblock in Grow_addbitmap()Jes Sorensen1-1/+6
2016-05-12Grow: Grow_addbitmap() reduce indentationJes Sorensen1-18/+18
2016-05-09super1: make the check for NodeNumUpdate more accurateGuoqing Jiang1-1/+1
2016-05-09super1: don't update node nums if it is not more than 1Guoqing Jiang1-0/+5
2016-05-09Create: check the node nums when create clustered raidGuoqing Jiang1-1/+6
2016-04-06super1: Clear memory allocated for superblock + bitmap before useJes Sorensen1-0/+2
2016-04-01Consistent use of metric prefix in manpageMarko Hauptvogel1-7/+8
2016-03-30Introduce stat2kname() and fd2kname()Artur Paszkiewicz3-2/+22
2016-03-29mdadm:Add '--nodes' option in GROW modezhilong1-0/+1
2016-03-24Change the option from NoUpdate to NodeNumUpdateGuoqing Jiang2-2/+2
2016-03-22Assemble: No need for dummy NULL pointer when calling map_update()Jes Sorensen1-4/+1
2016-03-22Assemble: assemble_container_content(): Avoid superfluous NULL initializationJes Sorensen1-1/+1
2016-03-22Manage: Manage_subdevs(): Remove unnecessary NULL initializationJes Sorensen1-1/+1
2016-03-22Manage: Manage_add(): Avoid NULL initialization of dev_stJes Sorensen1-13/+12
2016-03-22mdadm: Cleanup conditionalsJes Sorensen1-51/+52
2016-03-22super_intel: imsm_manage_reshape(): Fix potential NULL pointer dereferenceJes Sorensen1-1/+4
2016-03-22super-intel: Remove excessive NULL/0 variable initializationJes Sorensen1-30/+33
2016-03-22Manage: Manage_add(): Fix memory leakJes Sorensen1-0/+3
2016-03-22Grow: goto release if Manage_subdevs failedGuoqing Jiang1-3/+5
2016-03-11Grow: analyse_change add notification about only 2-device can be convert from...Yi Zhang1-0/+3
2016-03-11super-intel: Simplify for() loop in ahci_enumerate_portsPawel Baldysiak1-1/+4
2016-03-11super-intel: Make print_vmd_attached_devs() return int againPawel Baldysiak1-4/+9
2016-03-11Grow: close fd earlier to avoid "cannot get excl access" when stoppingPawel Baldysiak1-0/+4
2016-03-10Fix regression during add devicesHannes Reinecke1-1/+1
2016-03-10ddf: use 64bit 'size', not 32bit 'info->size' for create.NeilBrown1-2/+2
2016-03-09super-intel: Make print_found_intel_controllers() return voidJes Sorensen1-4/+3
2016-03-09super1: Fix potential buffer overflows when copying cluster_nameJes Sorensen1-6/+12
2016-03-09Manage: Manage_subdevs() fix file descriptor leakJes Sorensen1-2/+3
2016-03-09bitmap: Fix resource leak in bitmap_file_open()Jes Sorensen1-0/+2
2016-03-09{platform,super}-intel: Fix two resource leaksJes Sorensen2-2/+11
2016-03-09Grow: Grow_addbitmap(): Add check to quiet down static code checkersJes Sorensen1-1/+8
2016-03-09Grow: Grow_continue_command() remove dead codeJes Sorensen1-6/+1
2016-03-09load_sys(): Add a buffer size argumentJes Sorensen4-28/+29
2016-03-08Manage: Manage_add(): Fix potential NULL pointer dereferenceJes Sorensen1-0/+4
2016-03-08Assemble: Remove unnecesary NULL pointer checks when calling sysfs_free()Jes Sorensen1-2/+1
2016-03-08Incremental: Remove unnecesary NULL pointer checks when calling sysfs_free()Jes Sorensen1-6/+3
2016-03-08util: Remove unnecesary NULL pointer checks when calling sysfs_free()Jes Sorensen1-4/+2
2016-03-08Manage: Remove unnecessary NULL pointer checksJes Sorensen1-6/+3
2016-03-07Remove dead code about LKF_CONVERT flagGuoqing Jiang2-9/+0
2016-03-07Fix wrong bitmap output for cluster raidGuoqing Jiang4-17/+17
2016-02-22super-intel: ensure suspended region is removed when reshape completes.NeilBrown1-2/+6
2016-02-22Grow: Add documentation to abort_reshape() for suspend_{lo,hi} settingJes Sorensen1-0/+8
2016-02-17Manage.c: Only issue change events for kernels older than 2.6.28Jes Sorensen1-8/+11
2016-02-10mdadm.h: rename bswap macros to avoid clash with uClibc definitionsJes Sorensen1-26/+26
2016-02-08util.c: include poll.h instead of sys/poll.hMaxin B. John1-1/+1
2016-02-08Makefile: make the CC definition conditionalMaxin B. John1-1/+1
2016-02-08Fix some type comparison problemsXiao Ni2-2/+2
2016-02-01super1: Fix bblog_size accesses on big-ending machines.NeilBrown1-5/+5
2016-01-28Release mdadm-3.4mdadm-3.4NeilBrown8-8/+35
2016-01-28Assorted fixed for a "make everything" buildNeilBrown4-15/+28