index
:
mdadm
main
mdadm
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Examine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Examine.c: Fix memory leaks in Examine()
Anna Sztukowska
2024-09-10
1
-5
/
+17
*
Change update to enum in update_super and update_subarray
Mateusz Kusiak
2023-01-04
1
-1
/
+1
*
Don't associate spares with other arrays during RAID Examine
Oleksandr Shchirskyi
2021-07-16
1
-1
/
+1
*
imsm: add verbose flag to compare_super
Mariusz Tkaczyk
2021-03-08
1
-1
/
+1
*
examine: tidy up some code.
NeilBrown
2017-03-06
1
-36
/
+39
*
Release mdadm-3.3
mdadm-3.3
NeilBrown
2013-09-03
1
-1
/
+1
*
MISC: Add --examine-badblocks option
NeilBrown
2012-12-05
1
-0
/
+36
*
Minor cosmetic fixes in various files.
NeilBrown
2012-08-13
1
-7
/
+10
*
change Examine to take a struct context
NeilBrown
2012-07-09
1
-19
/
+18
*
Examine: split 'verbose' out from 'brief'.
NeilBrown
2012-07-09
1
-5
/
+6
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-1
/
+1
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-4
/
+4
*
examine: allows to examine a disk metadata on non-metadata compliant systems
Labun, Marcin
2011-03-23
1
-0
/
+2
*
Don't close fds in write_init_super
NeilBrown
2011-01-24
1
-0
/
+1
*
Add must_be_container helper.
NeilBrown
2010-11-22
1
-2
/
+1
*
Improve type names for mddev_dev
NeilBrown
2010-11-22
1
-1
/
+1
*
Use new load_container in Examine
NeilBrown
2010-11-22
1
-7
/
+23
*
get_info_super: report which other devices are thought to be working/failed.
NeilBrown
2010-11-22
1
-2
/
+2
*
Add mbr pseudo metadata handler.
NeilBrown
2010-09-06
1
-1
/
+5
*
Examine: don't count containers as spares
Dan Williams
2009-09-15
1
-1
/
+2
*
Examine: fixup output in the presence of containers with spares
Dan Williams
2009-09-15
1
-3
/
+9
*
Exmaine/brief: put member arrays after container arrays.
NeilBrown
2009-08-07
1
-0
/
+2
*
Merge branch 'master' of git://github.com/djbw/mdadm
NeilBrown
2009-08-07
1
-3
/
+1
|
\
|
*
fix examine_brief segfault
Dan Williams
2009-08-01
1
-3
/
+1
*
|
Examine: make --metadata= work with --brief
NeilBrown
2009-07-10
1
-2
/
+4
|
/
*
Update copyright dates and remove references to @cse.unsw.edu.au
NeilBrown
2009-06-02
1
-7
/
+2
*
Make --brief even briefer.
NeilBrown
2009-05-11
1
-1
/
+1
*
Examine: add examine_export for ddf and avoid crashes.
NeilBrown
2009-03-09
1
-1
/
+2
*
Examine: fix MD_DISK_SYNC is a bit not a flag
Dan Williams
2008-10-28
1
-1
/
+1
*
add --export option to --examine
Kay Sievers
2008-05-06
1
-1
/
+4
*
Drop the superblock arg from all metadata methods.
Neil Brown
2007-12-14
1
-12
/
+11
*
Fix compare_super to take supertype instead of a superblock.
Neil Brown
2007-12-14
1
-1
/
+1
*
Add 'supertype' arg to almost all metadata methods.
Neil Brown
2007-12-14
1
-9
/
+11
*
Allow metadata handlers to free their own superblock.
Neil Brown
2007-12-14
1
-3
/
+3
*
Remove spaces/tabs from ends of lines.
Neil Brown
2007-12-14
1
-1
/
+1
*
Fix error code from examine properly..
Neil Brown
2006-06-02
1
-5
/
+6
*
Make sure homehost is set correctly when --update=uuid
Neil Brown
2006-05-23
1
-1
/
+1
*
Include homehost information in --examine as appropriate
Neil Brown
2006-05-19
1
-2
/
+4
*
Just updaqte copyright dates and email address
Neil Brown
2006-05-19
1
-1
/
+1
*
Fix incorrect error status from --examine --scan
Neil Brown
2006-05-19
1
-2
/
+3
*
Remove ident arg from getinfo_super;
Neil Brown
2006-03-27
1
-3
/
+2
*
Provide error message if --examine does find a valid superblock
Neil Brown
2006-01-27
1
-4
/
+8
*
Allow scanning of devices listed in /proc/partitions independant of /dev
Neil Brown
2005-12-05
1
-2
/
+2
*
Remvoe blank line from '--examine --brief' output.
Neil Brown
2005-11-22
1
-1
/
+2
*
Add 'quite' option and tidy up some tests.
Neil Brown
2005-08-15
1
-1
/
+1
*
Support nameing of version-1 arrays.
Neil Brown
2005-08-09
1
-2
/
+3
*
Don't list device= in --examine --scan output.
Neil Brown
2005-06-14
1
-4
/
+6
*
super1
Neil Brown
2005-05-04
1
-13
/
+14
*
Add a 'super-switch' so that different format superblocks can be used.
Neil Brown
2005-05-04
1
-7
/
+15
*
Separate sueprblock handling into separate file
Neil Brown
2005-05-04
1
-156
/
+24
[next]