index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mapfile.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-10-18
Assemble: split out force_array()
NeilBrown
1
-90
/
+105
2012-10-18
Assemble: split out load_devices() functionality.
NeilBrown
1
-202
/
+232
2012-10-18
Assemble: split out select_devices function.
NeilBrown
1
-151
/
+173
2012-10-11
Fix open_container
NeilBrown
1
-0
/
+14
2012-10-11
Grow: fix a couple of typos with --assume-clean usage
NeilBrown
1
-2
/
+2
2012-10-11
Fix tests sh too many arguments warnings
Gilles Espinasse
2
-8
/
+8
2012-10-10
Replace a lot of leading spaces with tabs.
NeilBrown
10
-137
/
+137
2012-10-10
Fix up interactions between --assemble and --incremental
NeilBrown
2
-67
/
+170
2012-10-09
Grow: allow --grow --continue to work for native metadata.
NeilBrown
1
-4
/
+37
2012-10-04
imsm: allow --assume-clean to work.
NeilBrown
1
-1
/
+2
2012-10-04
Allow data-offset to be specified per-device for create
NeilBrown
11
-17
/
+52
2012-10-04
Grow/raid10: support reducing the devices in a RAID10.
NeilBrown
1
-11
/
+78
2012-10-04
super1: reserve at least 2 chunks for reshape headroom.
NeilBrown
1
-5
/
+16
2012-10-04
New RESHAPE_NO_BACKUP flag to track when backup action is needed.
NeilBrown
4
-1
/
+17
2012-10-04
Grow: add raid10 reshape.
NeilBrown
1
-38
/
+318
2012-10-04
Split 'GCD' out into a separate function.
NeilBrown
1
-6
/
+12
2012-10-04
Grow: set new_data_offset if appropriate
NeilBrown
2
-0
/
+6
2012-10-04
Add space_before/space_after fields to mdinfo
NeilBrown
2
-1
/
+44
2012-10-04
super1: add new_offset field.
NeilBrown
1
-3
/
+26
2012-10-04
Add --data-offset flag for Create and Grow
NeilBrown
6
-9
/
+67
2012-10-04
Add data_offset arg to ->init_super and use it in super1.c
NeilBrown
7
-43
/
+79
2012-10-04
Add data_offset arg to ->validate_geometry.
NeilBrown
9
-15
/
+40
2012-10-04
Add data_offset arg to ->avail_size
NeilBrown
7
-12
/
+39
2012-10-04
Allow parse_size to return 0.
NeilBrown
3
-7
/
+17
2012-10-04
Handles spaces in array names better.
NeilBrown
6
-12
/
+106
2012-10-04
imsm: Allow to specify controller for --detail-platform.
Maciej Naruszewicz
7
-32
/
+72
2012-10-03
Add zlib license to crc32.c
Jes Sorensen
1
-0
/
+20
2012-10-03
super1: ensure bitmap doesn't overlap bad block log.
NeilBrown
1
-1
/
+25
2012-10-03
Allow --update to add or remove space for a bad block list.
NeilBrown
3
-6
/
+78
2012-10-03
Bad block log
NeilBrown
3
-5
/
+73
2012-10-03
Grow: make warning about old metadata more explicit.
NeilBrown
1
-3
/
+2
2012-10-03
Grow - be careful about 'delayed' reshapes.
NeilBrown
1
-0
/
+34
2012-10-03
Use --offroot flag when assembling md arrays via --incrmental
NeilBrown
1
-1
/
+1
2012-10-03
Detail/raid10: don't report 'set' names for 'far' and 'offset' raid10.
NeilBrown
1
-1
/
+1
2012-10-03
Fix 'enough' function for RAID10.
NeilBrown
1
-3
/
+4
2012-10-03
Replace sha1.h with slightly older version.
NeilBrown
1
-2
/
+2
2012-10-02
Add MD_ARRAY_SIZE for --examine --export
Maciej Naruszewicz
1
-0
/
+19
2012-10-02
Display size with human_size_brief with a chosen prefix
Maciej Naruszewicz
3
-11
/
+34
2012-10-02
Synchronize size calculation in human_size and human_size_brief
Maciej Naruszewicz
1
-13
/
+20
2012-10-02
Fix return code for --detail-platform
Maciej Naruszewicz
1
-0
/
+1
2012-10-02
imsm: Add --export option for --detail-platform
Maciej Naruszewicz
6
-7
/
+82
2012-09-24
Manage: fix checks for removal from a container.
NeilBrown
2
-33
/
+39
2012-09-20
fix: imsm: do not accept too small sizes
Lukasz Dorau
1
-0
/
+7
2012-09-20
fix: adjust parse_size() to the unsigned size variable
Lukasz Dorau
2
-5
/
+6
2012-09-20
fix: imsm: re-enable size expansion to the max value
Lukasz Dorau
1
-1
/
+1
2012-09-20
grow: fix typo : MAX_DISKS -> MAX_SIZE
NeilBrown
1
-1
/
+1
2012-09-20
fix segfaults in Detail()
Lukasz Dorau
1
-2
/
+3
2012-09-10
raid6check: Auto-repair mode
Robert Buchholz
2
-1
/
+75
2012-09-10
raid6check: Extract (un)locking into functions
Robert Buchholz
1
-43
/
+47
2012-09-10
raid6check: Repair mode used geo_map incorrectly
Robert Buchholz
2
-11
/
+42
[next]