index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ANNOUNCE-3.2.3
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-12
Assemble: Clean up start_array()
Jes Sorensen
1
-39
/
+58
2017-04-12
mdadm/manpage:clustered arrays don't support array-size yet
Zhilong Liu
1
-0
/
+2
2017-04-12
mdadm/manpage:update manpage for readonly parameter
Zhilong Liu
1
-2
/
+3
2017-04-12
mdopen: use parameters/new_array to create arrays whenever possible.
NeilBrown
1
-0
/
+12
2017-04-11
super1: Clean up various style abuses
Jes Sorensen
1
-140
/
+223
2017-04-11
Retire mdassemble
Jes Sorensen
12
-303
/
+12
2017-04-11
Revert "mdadm/grow: reshape would be stuck from raid1 to raid5"
Jes Sorensen
1
-1
/
+1
2017-04-11
mdadm.c:fix compile warning "mdfd is uninitialized"
Zhilong Liu
1
-1
/
+1
2017-04-06
mdadm: Fail for kernels older than 2.6.15
Jes Sorensen
1
-0
/
+5
2017-04-05
util: Finally kill off md_get_version()
Jes Sorensen
2
-30
/
+0
2017-04-05
Assemble/Assemble: Get rid of last use of md_get_version()
Jes Sorensen
1
-1
/
+1
2017-04-05
mdassemble: Use md_get_array_info() to check for valid array
Jes Sorensen
1
-5
/
+4
2017-04-05
mdopen/open_mddev: Use md_get_array_info() to determine valid array
Jes Sorensen
1
-1
/
+5
2017-04-05
mdmon: Stop bothering about md_get_version()
Jes Sorensen
1
-4
/
+0
2017-04-05
bitmap: Remove use of md_get_version()
Jes Sorensen
1
-1
/
+1
2017-04-05
Query: Remove all references to md_get_version()
Jes Sorensen
1
-10
/
+3
2017-04-05
Manage: Remove all references to md_get_version()
Jes Sorensen
1
-19
/
+1
2017-04-05
Create: Remove all attemps to handle md driver older than 0.90.03
Jes Sorensen
1
-25
/
+5
2017-04-05
Detail: Stop bothering about md drivers older than 0.90.00
Jes Sorensen
1
-20
/
+7
2017-04-05
Grow: Stop bothering about md driver versions older than 0.90.00
Jes Sorensen
1
-7
/
+0
2017-04-05
Build: Stop bothering about supporting md driver older than 0.90.00
Jes Sorensen
1
-118
/
+69
2017-04-05
Assemble/Assemble: Stop checking kernel md driver version
Jes Sorensen
1
-2
/
+1
2017-04-05
util/set_array_info: Simplify code since md_get_version returns a constant
Jes Sorensen
1
-11
/
+8
2017-04-05
util/must_be_container: Use sysfs_read(GET_VERSION) to determine valid array
Jes Sorensen
1
-1
/
+6
2017-04-05
Create: Fixup various whitespace issues
Jes Sorensen
1
-26
/
+24
2017-04-05
Create: Fixup bad placement of logical || && in multi-line if statements
Jes Sorensen
1
-17
/
+11
2017-04-05
mdadm/Create: declaring an existing struct within same function
Zhilong Liu
1
-6
/
+6
2017-03-30
sysfs: Make sysfs_init() return an error code
Jes Sorensen
9
-25
/
+88
2017-03-30
sysfs: Use the presence of /sys/block/<dev>/md as indicator of valid device
Jes Sorensen
1
-5
/
+12
2017-03-30
mdadm.c: fix compile error "switch condition has boolean value"
Gioh Kim
1
-8
/
+6
2017-03-30
imsm: use rounded size for metadata initialization
Tomasz Majchrzak
1
-18
/
+34
2017-03-30
mdadm/grow: reshape would be stuck from raid1 to raid5
Zhilong Liu
1
-1
/
+1
2017-03-30
Grow: Do not shadow an existing variable
Jes Sorensen
1
-3
/
+3
2017-03-30
Grow: Remove unnecessary optimization
Jes Sorensen
1
-12
/
+0
2017-03-29
md_u: Remove some unused ioctl declarations
Jes Sorensen
1
-6
/
+0
2017-03-29
util: Introduce md_set_array_info()
Jes Sorensen
4
-13
/
+21
2017-03-29
util: Introduce md_get_disk_info()
Jes Sorensen
7
-25
/
+31
2017-03-29
Incremental: Remove redundant call for GET_ARRAY_INFO
Jes Sorensen
1
-8
/
+6
2017-03-29
util: Introduce md_get_array_info()
Jes Sorensen
10
-42
/
+51
2017-03-29
Grow: Fixup a pile of cosmetic issues
Jes Sorensen
1
-28
/
+32
2017-03-29
util: Cosmetic changes
Jes Sorensen
1
-12
/
+10
2017-03-29
mdadm: Fixup a number of whitespace inconsistency cases
Jes Sorensen
1
-26
/
+25
2017-03-29
mdadm: Clean up some ugly multiple actions on single line
Jes Sorensen
1
-10
/
+20
2017-03-29
super1: replace hard-coded values with bit definitions
Gioh Kim
1
-3
/
+4
2017-03-29
mdadm.h: struct mdinfo: reorganize ppl elements for better struct packing
Jes Sorensen
1
-1
/
+1
2017-03-29
Grow: support consistency policy change
Artur Paszkiewicz
5
-23
/
+218
2017-03-29
Add 'ppl' and 'no-ppl' options for --update=
Artur Paszkiewicz
5
-4
/
+139
2017-03-29
super1: PPL support
Artur Paszkiewicz
6
-19
/
+155
2017-03-29
imsm: PPL support
Artur Paszkiewicz
6
-24
/
+349
2017-03-29
Detail: show consistency policy
Artur Paszkiewicz
5
-46
/
+65
[next]