index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ANNOUNCE-3.2.4
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
Grow: Handle failure to load superblock in Grow_addbitmap()
Jes Sorensen
1
-1
/
+6
2016-05-12
Grow: Grow_addbitmap() reduce indentation
Jes Sorensen
1
-18
/
+18
2016-05-09
super1: make the check for NodeNumUpdate more accurate
Guoqing Jiang
1
-1
/
+1
2016-05-09
super1: don't update node nums if it is not more than 1
Guoqing Jiang
1
-0
/
+5
2016-05-09
Create: check the node nums when create clustered raid
Guoqing Jiang
1
-1
/
+6
2016-04-06
super1: Clear memory allocated for superblock + bitmap before use
Jes Sorensen
1
-0
/
+2
2016-04-01
Consistent use of metric prefix in manpage
Marko Hauptvogel
1
-7
/
+8
2016-03-30
Introduce stat2kname() and fd2kname()
Artur Paszkiewicz
3
-2
/
+22
2016-03-29
mdadm:Add '--nodes' option in GROW mode
zhilong
1
-0
/
+1
2016-03-24
Change the option from NoUpdate to NodeNumUpdate
Guoqing Jiang
2
-2
/
+2
2016-03-22
Assemble: No need for dummy NULL pointer when calling map_update()
Jes Sorensen
1
-4
/
+1
2016-03-22
Assemble: assemble_container_content(): Avoid superfluous NULL initialization
Jes Sorensen
1
-1
/
+1
2016-03-22
Manage: Manage_subdevs(): Remove unnecessary NULL initialization
Jes Sorensen
1
-1
/
+1
2016-03-22
Manage: Manage_add(): Avoid NULL initialization of dev_st
Jes Sorensen
1
-13
/
+12
2016-03-22
mdadm: Cleanup conditionals
Jes Sorensen
1
-51
/
+52
2016-03-22
super_intel: imsm_manage_reshape(): Fix potential NULL pointer dereference
Jes Sorensen
1
-1
/
+4
2016-03-22
super-intel: Remove excessive NULL/0 variable initialization
Jes Sorensen
1
-30
/
+33
2016-03-22
Manage: Manage_add(): Fix memory leak
Jes Sorensen
1
-0
/
+3
2016-03-22
Grow: goto release if Manage_subdevs failed
Guoqing Jiang
1
-3
/
+5
2016-03-11
Grow: analyse_change add notification about only 2-device can be convert from...
Yi Zhang
1
-0
/
+3
2016-03-11
super-intel: Simplify for() loop in ahci_enumerate_ports
Pawel Baldysiak
1
-1
/
+4
2016-03-11
super-intel: Make print_vmd_attached_devs() return int again
Pawel Baldysiak
1
-4
/
+9
2016-03-11
Grow: close fd earlier to avoid "cannot get excl access" when stopping
Pawel Baldysiak
1
-0
/
+4
2016-03-10
Fix regression during add devices
Hannes Reinecke
1
-1
/
+1
2016-03-10
ddf: use 64bit 'size', not 32bit 'info->size' for create.
NeilBrown
1
-2
/
+2
2016-03-09
super-intel: Make print_found_intel_controllers() return void
Jes Sorensen
1
-4
/
+3
2016-03-09
super1: Fix potential buffer overflows when copying cluster_name
Jes Sorensen
1
-6
/
+12
2016-03-09
Manage: Manage_subdevs() fix file descriptor leak
Jes Sorensen
1
-2
/
+3
2016-03-09
bitmap: Fix resource leak in bitmap_file_open()
Jes Sorensen
1
-0
/
+2
2016-03-09
{platform,super}-intel: Fix two resource leaks
Jes Sorensen
2
-2
/
+11
2016-03-09
Grow: Grow_addbitmap(): Add check to quiet down static code checkers
Jes Sorensen
1
-1
/
+8
2016-03-09
Grow: Grow_continue_command() remove dead code
Jes Sorensen
1
-6
/
+1
2016-03-09
load_sys(): Add a buffer size argument
Jes Sorensen
4
-28
/
+29
2016-03-08
Manage: Manage_add(): Fix potential NULL pointer dereference
Jes Sorensen
1
-0
/
+4
2016-03-08
Assemble: Remove unnecesary NULL pointer checks when calling sysfs_free()
Jes Sorensen
1
-2
/
+1
2016-03-08
Incremental: Remove unnecesary NULL pointer checks when calling sysfs_free()
Jes Sorensen
1
-6
/
+3
2016-03-08
util: Remove unnecesary NULL pointer checks when calling sysfs_free()
Jes Sorensen
1
-4
/
+2
2016-03-08
Manage: Remove unnecessary NULL pointer checks
Jes Sorensen
1
-6
/
+3
2016-03-07
Remove dead code about LKF_CONVERT flag
Guoqing Jiang
2
-9
/
+0
2016-03-07
Fix wrong bitmap output for cluster raid
Guoqing Jiang
4
-17
/
+17
2016-02-22
super-intel: ensure suspended region is removed when reshape completes.
NeilBrown
1
-2
/
+6
2016-02-22
Grow: Add documentation to abort_reshape() for suspend_{lo,hi} setting
Jes Sorensen
1
-0
/
+8
2016-02-17
Manage.c: Only issue change events for kernels older than 2.6.28
Jes Sorensen
1
-8
/
+11
2016-02-10
mdadm.h: rename bswap macros to avoid clash with uClibc definitions
Jes Sorensen
1
-26
/
+26
2016-02-08
util.c: include poll.h instead of sys/poll.h
Maxin B. John
1
-1
/
+1
2016-02-08
Makefile: make the CC definition conditional
Maxin B. John
1
-1
/
+1
2016-02-08
Fix some type comparison problems
Xiao Ni
2
-2
/
+2
2016-02-01
super1: Fix bblog_size accesses on big-ending machines.
NeilBrown
1
-5
/
+5
2016-01-28
Release mdadm-3.4
mdadm-3.4
NeilBrown
8
-8
/
+35
2016-01-28
Assorted fixed for a "make everything" build
NeilBrown
4
-15
/
+28
[next]