index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pwgr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-20
Assemble: Fix critical-section-recovery when assembling a growing array.
NeilBrown
1
-3
/
+3
2012-11-20
Incremental: allow recently removed device to be added as a spare.
NeilBrown
1
-2
/
+14
2012-11-20
test: add --disable-integrity switch.
NeilBrown
3
-0
/
+15
2012-11-20
IMSM - allow assembling any imsm array even without OROM.
NeilBrown
4
-13
/
+12
2012-11-20
Tests: adjust for recent changes.
NeilBrown
2
-4
/
+10
2012-11-20
Grow: fix reshape from RAID5 to RAID1.
NeilBrown
2
-3
/
+7
2012-10-25
Query: allow member of non-0.90 arrays to be better reported.
NeilBrown
1
-3
/
+7
2012-10-25
Query: don't be confused by partition tables.
NeilBrown
1
-1
/
+1
2012-10-24
Monitor: don't complain about non-monitorable arrays in mdadm.conf
NeilBrown
1
-1
/
+3
2012-10-24
Manage: improve error message when given a non-block device.
NeilBrown
1
-13
/
+16
2012-10-24
Create new md devices consistently
Justin Maggard
1
-1
/
+4
2012-10-24
Incremental: support replacement devices.
NeilBrown
2
-2
/
+5
2012-10-24
Assemble: add support for replacement devices.
NeilBrown
3
-21
/
+41
2012-10-23
Report replacement devices correctly with --detail and --examine
NeilBrown
2
-11
/
+26
2012-10-23
Add support for --replace and --with
NeilBrown
5
-3
/
+193
2012-10-23
test: keep separate log file for each failed test.
NeilBrown
1
-1
/
+6
2012-10-23
test: redirect all output to log file to keep output clean
Gilles Espinasse
1
-1
/
+1
2012-10-22
super0: allow creation of array on 2TB+ devices.
NeilBrown
1
-2
/
+2
2012-10-22
Assemble.c - re-indent file.
NeilBrown
1
-62
/
+62
2012-10-22
Assemble: remove support for assembling arrays with ancient kernel.
NeilBrown
1
-73
/
+49
2012-10-22
Remove get_one_disk
NeilBrown
2
-14
/
+0
2012-10-22
Assemble: split out "start_array()" function.
NeilBrown
1
-281
/
+282
2012-10-22
Detail: don't report a faulty device as 'spare' or 'rebuilding'.
NeilBrown
1
-1
/
+2
2012-10-22
Replace --no-error by --keep-going
Gilles Espinasse
1
-2
/
+2
2012-10-22
Allow escape by ctrl-c broken by --no-error change
Gilles Espinasse
1
-1
/
+6
2012-10-21
Trivial bugfix and spelling fixes.
Michael Tokarev
5
-30
/
+4
2012-10-21
mdadm: super0: do not override uuid with homehost
Michael Tokarev
1
-1
/
+1
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
[next]