index
:
delta/mdadm.git
cluster
data_offset
devel-3.0
devel-3.1
devel-3.2
devel-3.3
hotunplug
master
mdadm-2
mdadm-2.6.7.x
mdadm-3.2.x
mdadm-3.3.x
origin
r10-reshape
scratch-3.0
sles11
stable-1
git.kernel.org: pub/scm/utils/mdadm/mdadm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Manage.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manage: fix removal of non-existent devices.
NeilBrown
2014-08-11
1
-1
/
+7
*
Manage: simplify `rdev` handling in Manage_subdevs.
NeilBrown
2014-08-11
1
-10
/
+10
*
Two small fixes related to enough()
NeilBrown
2013-12-05
1
-1
/
+1
*
Add support for --add-spare
NeilBrown
2013-10-31
1
-2
/
+5
*
Make -IRs and --run work properly for containers.
NeilBrown
2013-09-13
1
-2
/
+2
*
Manage.c: fix small memory leak
Lukasz Dorau
2013-09-10
1
-0
/
+1
*
Release mdadm-3.3
mdadm-3.3
NeilBrown
2013-09-03
1
-1
/
+1
*
Change "mdadm --run" to use the same code as "mdadm --IRs".
NeilBrown
2013-08-26
1
-10
/
+6
*
Fix bug with adding to 0.90 array
NeilBrown
2013-08-14
1
-1
/
+1
*
Manage: remove call to validate_geometry.
NeilBrown
2013-07-30
1
-4
/
+2
*
Manage: fix typo in error for "--with" handling
NeilBrown
2013-07-24
1
-1
/
+1
*
Stop: fix up synchronising end of reshape to good boundary.
NeilBrown
2013-07-10
1
-5
/
+17
*
Stop: improve synchronising of reshape with whole stripes.
NeilBrown
2013-07-02
1
-10
/
+30
*
Manage: check alignment when stopping an array undergoing reshape.
NeilBrown
2013-07-01
1
-1
/
+86
*
Remove lots of unnecessary white space.
NeilBrown
2013-06-19
1
-4
/
+4
*
Manage: split Manage_runstop into Manage_run and Manage_stop
NeilBrown
2013-06-19
1
-164
/
+169
*
Change some fprintf(stderrs to cont_err()
NeilBrown
2013-05-21
1
-1
/
+1
*
Remove open-coded use_udev().
NeilBrown
2013-05-13
1
-4
/
+1
*
Manage: support --fail set-X and --remove set-X
NeilBrown
2013-05-13
1
-0
/
+63
*
Manage_runstop: call flush_mdmon if O_EXCL fails on stopping mdmon array.
NeilBrown
2013-04-22
1
-5
/
+24
*
Ensure mddev_dev struct always zeroed on allocation.
NeilBrown
2013-03-05
1
-14
/
+14
*
Enhance incremental removal.
NeilBrown
2013-03-05
1
-2
/
+8
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-37
/
+36
*
Manage: Add support for --re-add faulty
NeilBrown
2012-11-28
1
-4
/
+13
*
Fix "--remove faulty" and similar commands.
NeilBrown
2012-11-28
1
-24
/
+23
*
Manage: improve error message when given a non-block device.
NeilBrown
2012-10-24
1
-13
/
+16
*
Add support for --replace and --with
NeilBrown
2012-10-23
1
-0
/
+147
*
Allow data-offset to be specified per-device for create
NeilBrown
2012-10-04
1
-2
/
+2
*
Add data_offset arg to ->validate_geometry.
NeilBrown
2012-10-04
1
-1
/
+1
*
Add data_offset arg to ->avail_size
NeilBrown
2012-10-04
1
-1
/
+1
*
Manage: fix checks for removal from a container.
NeilBrown
2012-09-24
1
-15
/
+23
*
Manage: zero metadata before adding to 'external' array.
NeilBrown
2012-08-15
1
-0
/
+1
*
Manage.c: fix make everything compilation error
Lukasz Dorau
2012-08-14
1
-1
/
+1
*
Manage_subdevs: factor out Manage_delete
NeilBrown
2012-08-13
1
-105
/
+115
*
Manage_subdevs: split most of 'add' handling into Manage_add.
NeilBrown
2012-08-13
1
-340
/
+330
*
Manage: split out attempt_re_add.
NeilBrown
2012-08-13
1
-91
/
+112
*
Manage_subdev: give 'st' a better name and narrower focus.
NeilBrown
2012-08-13
1
-27
/
+20
*
Manage: minor cosmetic fixes.
NeilBrown
2012-08-13
1
-60
/
+47
*
Manage: simplify device searches in Manage_subdevs
NeilBrown
2012-07-09
1
-113
/
+133
*
Convert 'quiet' to 'not verbose' in various places.
NeilBrown
2012-07-09
1
-34
/
+35
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-4
/
+3
*
Remove re_add flag in favour of new disposition.
NeilBrown
2012-07-09
1
-6
/
+5
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-109
/
+95
*
Relax restrictions on when --add is permitted.
NeilBrown
2012-04-18
1
-9
/
+26
*
Raid limit of 1024 when scanning for devices.
NeilBrown
2012-04-18
1
-2
/
+2
*
Fix typo: wan -> want
NeilBrown
2012-04-04
1
-1
/
+1
*
Manage: freeze recovery while adding multiple devices.
NeilBrown
2012-03-22
1
-0
/
+13
*
Manage: replace 'return 1' with 'goto abort'.
NeilBrown
2012-03-22
1
-36
/
+39
*
Manage: allow --re-add to failed array.
NeilBrown
2012-03-07
1
-3
/
+13
*
Manage_ro(): Check pointer rather than dereferencing it
Jes Sorensen
2011-11-03
1
-1
/
+1
[next]