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
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assemble: allow a RAID4 to assemble easily when parity devices is missing.
NeilBrown
2015-04-08
1
-0
/
+7
*
Don't break long strings onto multiple lines.
NeilBrown
2015-02-12
1
-8
/
+4
*
Consistently print program Name and __func__ in debug messages.
NeilBrown
2015-02-12
1
-1
/
+1
*
util: remove rounding error where reporting "human sizes".
NeilBrown
2014-12-18
1
-4
/
+4
*
util: split get_maj_min() out from dev_open()
NeilBrown
2014-08-11
1
-5
/
+10
*
install: use BINDIR consistently to locate mdadm and mdmon
NeilBrown
2014-05-22
1
-1
/
+1
*
Work around architectures having statfs.f_type defined as long
Jes Sorensen
2014-03-20
1
-1
/
+5
*
Assemble/Incremental: don't hold O_EXCL on mddev after assembly.
NeilBrown
2013-12-05
1
-0
/
+14
*
Two small fixes related to enough()
NeilBrown
2013-12-05
1
-2
/
+0
*
IMSM metadata really should be ignored when found on partitions.
NeilBrown
2013-11-20
1
-1
/
+1
*
Release mdadm-3.3
mdadm-3.3
NeilBrown
2013-09-03
1
-1
/
+1
*
Make sure "mdmon" doesn't get called "@dmon".
NeilBrown
2013-09-02
1
-2
/
+2
*
in_initrd: fix gcc compiler error
mwilck@arcor.de
2013-08-28
1
-2
/
+2
*
Create: fix warning about pre-existing filesystems.
NeilBrown
2013-08-08
1
-5
/
+6
*
test: ensure testing uses correct mdmon
NeilBrown
2013-08-05
1
-30
/
+33
*
mdmon: don't lie to systemd.
NeilBrown
2013-08-01
1
-0
/
+11
*
super1: simplify setting of array size.
NeilBrown
2013-07-30
1
-0
/
+1
*
Move find_free_devnum to mdopen.c
NeilBrown
2013-07-02
1
-33
/
+0
*
Subject: Make wait_for and open_dev_excl faster
NeilBrown
2013-06-25
1
-2
/
+8
*
Remove lots of unnecessary white space.
NeilBrown
2013-06-19
1
-1
/
+0
*
raid6check: Fix build of raid6check
Bernd Schubert
2013-06-19
1
-10
/
+0
*
Make sure NOFILE resource limit is big enough.
NeilBrown
2013-05-30
1
-0
/
+15
*
Change some fprintf(stderrs to cont_err()
NeilBrown
2013-05-21
1
-4
/
+4
*
Suppress error messages from systemctl.
NeilBrown
2013-05-15
1
-0
/
+5
*
mdassemble - fix new compile-time problems.
NeilBrown
2013-05-13
1
-1
/
+1
*
Discard devnum in favour of devnm
NeilBrown
2013-02-21
1
-70
/
+144
*
In case launching mdmon fails, print an error message before exiting
Jes Sorensen
2013-02-05
1
-1
/
+4
*
Add support for launching mdmon via systemctl instead of fork/exec
Jes Sorensen
2013-02-05
1
-0
/
+28
*
Remove --offroot argument and default to always setting argv[0] to @
Jes Sorensen
2013-02-05
1
-11
/
+2
*
dev_open - don't bother trying map_dev
NeilBrown
2013-01-10
1
-10
/
+6
*
conditionally remove map_dev from find_free_devnum
NeilBrown
2013-01-07
1
-6
/
+8
*
IMSM - allow assembling any imsm array even without OROM.
NeilBrown
2012-11-20
1
-3
/
+3
*
Remove get_one_disk
NeilBrown
2012-10-22
1
-12
/
+0
*
Fix open_container
NeilBrown
2012-10-11
1
-0
/
+14
*
Replace a lot of leading spaces with tabs.
NeilBrown
2012-10-10
1
-17
/
+17
*
Allow data-offset to be specified per-device for create
NeilBrown
2012-10-04
1
-0
/
+3
*
Allow parse_size to return 0.
NeilBrown
2012-10-04
1
-3
/
+3
*
imsm: Allow to specify controller for --detail-platform.
Maciej Naruszewicz
2012-10-04
1
-0
/
+21
*
Fix 'enough' function for RAID10.
NeilBrown
2012-10-03
1
-3
/
+4
*
Display size with human_size_brief with a chosen prefix
Maciej Naruszewicz
2012-10-02
1
-9
/
+27
*
Synchronize size calculation in human_size and human_size_brief
Maciej Naruszewicz
2012-10-02
1
-13
/
+20
*
fix: adjust parse_size() to the unsigned size variable
Lukasz Dorau
2012-09-20
1
-4
/
+5
*
Move xmalloc et al into their own file
Robert Buchholz
2012-09-10
1
-40
/
+0
*
find_free_devnum: avoid auto-using names in /etc/mdadm.conf
NeilBrown
2012-08-20
1
-0
/
+4
*
Minor cosmetic fixes in various files.
NeilBrown
2012-08-13
1
-45
/
+49
*
Create parse_num() function.
NeilBrown
2012-07-09
1
-0
/
+11
*
Remove scattered checks for malloc success.
NeilBrown
2012-07-09
1
-11
/
+47
*
Introduce pr_err for printing error messages.
NeilBrown
2012-07-09
1
-30
/
+25
*
Raid limit of 1024 when scanning for devices.
NeilBrown
2012-04-18
1
-2
/
+2
*
parse_size: distinguish between 0 and error.
NeilBrown
2012-04-04
1
-1
/
+2
[next]