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
/
Detail.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detail: fix handling of 'disks' array.
NeilBrown
2014-11-04
1
-4
/
+4
*
Detail: Avoid dereferencing some NULL pointers.
NeilBrown
2014-08-06
1
-3
/
+3
*
Release mdadm-3.3
mdadm-3.3
NeilBrown
2013-09-03
1
-1
/
+1
*
Detail: Factor out add_device()
Martin Wilck
2013-07-02
1
-11
/
+21
*
Detail: deterministic ordering in --brief --verbose
mwilck@arcor.de
2013-06-24
1
-8
/
+25
*
Detail: add device information to --detail --export
NeilBrown
2013-06-19
1
-0
/
+19
*
Detail: report on inactive arrays.
NeilBrown
2013-05-13
1
-26
/
+55
*
Detail: fix --brief --verbose
NeilBrown
2013-05-13
1
-2
/
+2
*
Detail.c: call load_container for container subarrays
mwilck@arcor.de
2013-03-04
1
-1
/
+9
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-12
/
+12
*
Detail: print correct size for large external-metadata arrays.
NeilBrown
2013-02-05
1
-0
/
+2
*
Report replacement devices correctly with --detail and --examine
NeilBrown
2012-10-23
1
-7
/
+15
*
Detail: don't report a faulty device as 'spare' or 'rebuilding'.
NeilBrown
2012-10-22
1
-1
/
+2
*
Handles spaces in array names better.
NeilBrown
2012-10-04
1
-4
/
+10
*
imsm: Allow to specify controller for --detail-platform.
Maciej Naruszewicz
2012-10-04
1
-5
/
+5
*
Detail/raid10: don't report 'set' names for 'far' and 'offset' raid10.
NeilBrown
2012-10-03
1
-1
/
+1
*
Fix return code for --detail-platform
Maciej Naruszewicz
2012-10-02
1
-0
/
+1
*
imsm: Add --export option for --detail-platform
Maciej Naruszewicz
2012-10-02
1
-2
/
+6
*
fix segfaults in Detail()
Lukasz Dorau
2012-09-20
1
-2
/
+3
*
Minor cosmetic fixes in various files.
NeilBrown
2012-08-13
1
-10
/
+18
*
Change Detail and misc_scan to take a struct context
NeilBrown
2012-07-09
1
-19
/
+20
*
Change name of 'c' variable in Detail
NeilBrown
2012-07-09
1
-17
/
+18
*
Convert 'quiet' to 'not verbose' in various places.
NeilBrown
2012-07-09
1
-4
/
+4
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-5
/
+5
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-10
/
+10
*
Monitor: fix inconsistencies in values for ->percent
NeilBrown
2012-06-04
1
-4
/
+4
*
Detail: show which 'set' each device in a RAID10 belongs to
NeilBrown
2012-05-30
1
-1
/
+13
*
Add --prefer option for --detail and --monitor
NeilBrown
2012-04-18
1
-5
/
+6
*
Remove avail_disks arg from 'enough'.
NeilBrown
2012-02-07
1
-2
/
+2
*
Detail(): Remember to free 'avail'
Jes Sorensen
2011-11-02
1
-1
/
+2
*
Fix memory leak
Jes Sorensen
2011-11-01
1
-0
/
+1
*
Show DELAYED, PENDING status of resync process in "--detail"
Krzysztof Wojcik
2011-06-23
1
-9
/
+9
*
mdadm --detail was incorrect for shrinking reshapes
Andrew Burgess
2011-06-23
1
-4
/
+1
*
Detail: report subarrays of a container properly.
NeilBrown
2011-03-09
1
-1
/
+1
*
imsm: set imsm spare uuid to 0
Anna Czarnowska
2010-12-26
1
-3
/
+3
*
Initialize st->devnum and st->container_dev in super_by_fd
Dan Williams
2010-11-23
1
-7
/
+4
*
Use new container_content rather than passing subarray to load_super.
NeilBrown
2010-11-22
1
-32
/
+40
*
super_by_fd: return subarray info explicitly.
NeilBrown
2010-11-22
1
-1
/
+5
*
get_info_super: report which other devices are thought to be working/failed.
NeilBrown
2010-11-22
1
-1
/
+1
*
detail/wait: better handling of monitoring sync action.
NeilBrown
2010-11-22
1
-2
/
+2
*
Compile with -Wextra by default
NeilBrown
2010-08-05
1
-1
/
+1
*
Detail: clean up handing of the 'info' we load from superblock.
NeilBrown
2010-08-05
1
-35
/
+47
*
Cast to long long before left-shifting too much.
NeilBrown
2010-07-22
1
-1
/
+1
*
Detail: Report state of FAILED when an array has too few devices to work.
NeilBrown
2010-01-29
1
-32
/
+48
*
Don't use %02d as a metadata format specifier for metadata numbers.
Doug Ledford
2010-01-19
1
-3
/
+3
*
Detail: report new-layout for RAID6 arrays
NeilBrown
2009-10-29
1
-0
/
+5
*
Merge branch 'master' into devel-3.1
NeilBrown
2009-10-22
1
-0
/
+6
|
\
|
*
Free some malloced memory that wasn't being freed.
NeilBrown
2009-10-22
1
-0
/
+1
|
*
Merge git://github.com/djbw/mdadm
NeilBrown
2009-10-19
1
-0
/
+5
|
|
\
|
|
*
Detail: export MD_UUID from mapfile
Dan Williams
2009-10-13
1
-0
/
+5
[next]